Searched refs:idlen (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/general/ |
A D | der_length_asn1_identifier.c | 18 int der_length_asn1_identifier(const ltc_asn1_list *id, unsigned long *idlen) in der_length_asn1_identifier() argument 20 return der_encode_asn1_identifier(id, NULL, idlen); in der_length_asn1_identifier()
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | sm2-kep.c | 26 size_t idlen, const ecc_key *key) in sm2_kep_compute_Z() argument 40 ENTLEN[0] = (idlen * 8) >> 8; in sm2_kep_compute_Z() 41 ENTLEN[1] = idlen * 8; in sm2_kep_compute_Z() 55 res = crypto_hash_update(ctx, id, idlen); in sm2_kep_compute_Z()
|
/optee_os-3.20.0/lib/libmbedtls/core/ |
A D | sm2-kep.c | 31 size_t idlen, struct key_xy *key) in sm2_kep_compute_Z() argument 46 ENTLEN[0] = (idlen * 8) >> 8; in sm2_kep_compute_Z() 47 ENTLEN[1] = idlen * 8; in sm2_kep_compute_Z() 61 res = crypto_hash_update(ctx, id, idlen); in sm2_kep_compute_Z()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_private.h | 403 int der_length_asn1_identifier(const ltc_asn1_list *id, unsigned long *idlen);
|
Completed in 7 milliseconds