Searched refs:NID_hmac_sha1 (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_CRMF_pbmp_new.pod | 46 As specified by RFC 4210, these should include NID_hmac_sha1. 70 if ((pbm = OSSL_CRMF_pbmp_new(16, NID_sha256, 500, NID_hmac_sha1) == NULL))
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | evp_pbe.c | 69 {EVP_PBE_TYPE_PRF, NID_hmac_sha1, -1, NID_sha1, 0},
|
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_ctx.c | 128 ctx->pbm_mac = NID_hmac_sha1; in OSSL_CMP_CTX_new()
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | obj_dat.h | 1903 {"HMAC-SHA1", "hmac-sha1", NID_hmac_sha1, 8, &so[5164]},
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | obj_mac.h | 63 #define NID_hmac_sha1 781 macro
|