Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/misc/crypt/
H A Dcrypt_find_hash_id.c15 int find_hash_id(unsigned char ID) in find_hash_id() argument
20 if (hash_descriptor[x] && hash_descriptor[x]->ID == ID) { in find_hash_id()
H A Dcrypt_find_cipher_id.c15 int find_cipher_id(unsigned char ID) in find_cipher_id() argument
20 if (cipher_descriptor[x]->ID == ID) { in find_cipher_id()
H A Dcrypt_find_hash_oid.c10 int find_hash_oid(const unsigned long *ID, unsigned long IDlen) in find_hash_oid() argument
13 LTC_ARGCHK(ID != NULL); in find_hash_oid()
16 …& hash_descriptor[x]->OIDlen == IDlen && !XMEMCMP(hash_descriptor[x]->OID, ID, sizeof(unsigned lon… in find_hash_oid()
H A Dcrypt_register_cipher.c24 if (cipher_descriptor[x] != NULL && cipher_descriptor[x]->ID == cipher->ID) { in register_cipher()
/optee_os/core/arch/arm/kernel/
H 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/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_hash.h203 unsigned char ID; member
489 int find_hash_id(unsigned char ID);
490 int find_hash_oid(const unsigned long *ID, unsigned long IDlen);
H A Dtomcrypt_cipher.h382 unsigned char ID; member
1013 int find_cipher_id(unsigned char ID);
/optee_os/core/lib/libtomcrypt/
H A Daes_accel.c236 .ID = 6,
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1273 * Add support for DTLS Connection ID as defined by RFC 9146, controlled by
1915 session-ID based session resumption) has changed to that of
3047 feature can be used alongside Connection ID and SSL context serialisation.
3170 * Add support for draft-05 of the Connection ID extension, as specified
3172 The Connection ID extension allows to keep DTLS connections beyond the