Searched refs:ID (Results 1 – 10 of 10) sorted by relevance
22 int find_hash_id(unsigned char ID) in find_hash_id() argument27 if (hash_descriptor[x] && hash_descriptor[x]->ID == ID) { in find_hash_id()
22 int find_cipher_id(unsigned char ID) in find_cipher_id() argument27 if (cipher_descriptor[x]->ID == ID) { in find_cipher_id()
17 int find_hash_oid(const unsigned long *ID, unsigned long IDlen) in find_hash_oid() argument20 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()
31 if (cipher_descriptor[x] != NULL && cipher_descriptor[x]->ID == cipher->ID) { in register_cipher()
12 AIDR c0 1 c0 7 RO IMPLEMENTATION DEFINED Auxiliary ID Register13 CCSIDR c0 1 c0 0 RO Cache Size ID Registers14 CLIDR c0 1 c0 1 RO Cache Level ID Register31 MIDR c0 0 c0 0 RO Main ID Register33 REVIDR c0 0 c0 6 RO Revision ID Register40 CONTEXTIDR c13 0 c0 1 RW Context ID Register64 FCSEIDR c13 0 c0 0 RW FCSE Process ID Register106 TPIDRPRW c13 0 c0 4 RW PL1 only Thread ID Register107 TPIDRURO c13 0 c0 3 RW PL0 User Read-Only Thread ID Register108 TPIDRURW c13 0 c0 2 RW PL0 User Read/Write Thread ID Register
9 # IMPLEMENTATION DEFINED Auxiliary ID Register14 # Cache Size ID Registers19 # Cache Level ID Register109 # Main ID Register119 # Revision ID Register155 # Context ID Register160 # Context ID Register357 # FCSE Process ID Register362 # FCSE Process ID Register552 # PL1 only Thread ID Register[all …]
210 unsigned char ID; member490 int find_hash_id(unsigned char ID);491 int find_hash_oid(const unsigned long *ID, unsigned long IDlen);
378 unsigned char ID; member986 int find_cipher_id(unsigned char ID);
227 .ID = 6,
943 feature can be used alongside Connection ID and SSL context serialisation.1066 * Add support for draft-05 of the Connection ID extension, as specified1068 The Connection ID extension allows to keep DTLS connections beyond the
Completed in 19 milliseconds