Home
last modified time | relevance | path

Searched refs:ID (Results 1 – 10 of 10) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/misc/crypt/
A Dcrypt_find_hash_id.c22 int find_hash_id(unsigned char ID) in find_hash_id() argument
27 if (hash_descriptor[x] && hash_descriptor[x]->ID == ID) { in find_hash_id()
A Dcrypt_find_cipher_id.c22 int find_cipher_id(unsigned char ID) in find_cipher_id() argument
27 if (cipher_descriptor[x]->ID == ID) { in find_cipher_id()
A Dcrypt_find_hash_oid.c17 int find_hash_oid(const unsigned long *ID, unsigned long IDlen) in find_hash_oid() argument
20 LTC_ARGCHK(ID != NULL); in find_hash_oid()
23 …& hash_descriptor[x]->OIDlen == IDlen && !XMEMCMP(hash_descriptor[x]->OID, ID, sizeof(unsigned lon… in find_hash_oid()
A Dcrypt_register_cipher.c31 if (cipher_descriptor[x] != NULL && cipher_descriptor[x]->ID == cipher->ID) { in register_cipher()
/optee_os/core/arch/arm/kernel/
A Darm32_sysreg.txt12 AIDR c0 1 c0 7 RO IMPLEMENTATION DEFINED Auxiliary ID Register
13 CCSIDR c0 1 c0 0 RO Cache Size ID Registers
14 CLIDR c0 1 c0 1 RO Cache Level ID Register
31 MIDR c0 0 c0 0 RO Main ID Register
33 REVIDR c0 0 c0 6 RO Revision ID Register
40 CONTEXTIDR c13 0 c0 1 RW Context ID Register
64 FCSEIDR c13 0 c0 0 RW FCSE Process ID Register
106 TPIDRPRW c13 0 c0 4 RW PL1 only Thread ID Register
107 TPIDRURO c13 0 c0 3 RW PL0 User Read-Only Thread ID Register
108 TPIDRURW c13 0 c0 2 RW PL0 User Read/Write Thread ID Register
/optee_os/out/arm/core/include/generated/
A Darm32_sysreg.S9 # IMPLEMENTATION DEFINED Auxiliary ID Register
14 # Cache Size ID Registers
19 # Cache Level ID Register
109 # Main ID Register
119 # Revision ID Register
155 # Context ID Register
160 # Context ID Register
357 # FCSE Process ID Register
362 # FCSE Process ID Register
552 # PL1 only Thread ID Register
[all …]
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_hash.h210 unsigned char ID; member
490 int find_hash_id(unsigned char ID);
491 int find_hash_oid(const unsigned long *ID, unsigned long IDlen);
A Dtomcrypt_cipher.h378 unsigned char ID; member
986 int find_cipher_id(unsigned char ID);
/optee_os/core/lib/libtomcrypt/
A Daes_accel.c227 .ID = 6,
/optee_os/lib/libmbedtls/mbedtls/
A DChangeLog943 feature can be used alongside Connection ID and SSL context serialisation.
1066 * Add support for draft-05 of the Connection ID extension, as specified
1068 The Connection ID extension allows to keep DTLS connections beyond the

Completed in 19 milliseconds