Home
last modified time | relevance | path

Searched refs:idlen (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/general/
H A Dder_length_asn1_identifier.c18 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/lib/libmbedtls/core/
H A Dsm2-kep.c31 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/core/lib/libtomcrypt/
H A Dsm2-kep.c26 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/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_private.h428 int der_length_asn1_identifier(const ltc_asn1_list *id, unsigned long *idlen);