Lines Matching defs:id_len
27 const size_t id_len,
73 if (id_len >= (UINT16_MAX / 8)) {
79 entl = (uint16_t)(8 * id_len);
92 if (id_len > 0 && !EVP_DigestUpdate(hash, id, id_len)) {
144 const size_t id_len,
172 if (!ossl_sm2_compute_z_digest(z, fetched_digest, id, id_len, key)) {
394 const size_t id_len,
400 e = sm2_compute_msg_hash(digest, key, id, id_len, msg, msg_len);
417 const size_t id_len,
423 e = sm2_compute_msg_hash(digest, key, id, id_len, msg, msg_len);