Searched refs:ENTLEN (Results 1 – 2 of 2) sorted by relevance
29 uint8_t ENTLEN[2] = { }; in sm2_kep_compute_Z() local40 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()
34 uint8_t ENTLEN[2] = { }; in sm2_kep_compute_Z() local46 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