Home
last modified time | relevance | path

Searched refs:ENTLEN (Results 1 – 2 of 2) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/
A Dsm2-kep.c29 uint8_t ENTLEN[2] = { }; in sm2_kep_compute_Z() local
40 ENTLEN[0] = (idlen * 8) >> 8; in sm2_kep_compute_Z()
41 ENTLEN[1] = idlen * 8; in sm2_kep_compute_Z()
51 res = crypto_hash_update(ctx, ENTLEN, sizeof(ENTLEN)); in sm2_kep_compute_Z()
/optee_os-3.20.0/lib/libmbedtls/core/
A Dsm2-kep.c34 uint8_t ENTLEN[2] = { }; in sm2_kep_compute_Z() local
46 ENTLEN[0] = (idlen * 8) >> 8; in sm2_kep_compute_Z()
47 ENTLEN[1] = idlen * 8; in sm2_kep_compute_Z()
57 res = crypto_hash_update(ctx, ENTLEN, sizeof(ENTLEN)); in sm2_kep_compute_Z()

Completed in 3 milliseconds