Home
last modified time | relevance | path

Searched refs:NID_hmac_sha1 (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DOSSL_CRMF_pbmp_new.pod46 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 Devp_pbe.c69 {EVP_PBE_TYPE_PRF, NID_hmac_sha1, -1, NID_sha1, 0},
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_ctx.c128 ctx->pbm_mac = NID_hmac_sha1; in OSSL_CMP_CTX_new()
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_dat.h1903 {"HMAC-SHA1", "hmac-sha1", NID_hmac_sha1, 8, &so[5164]},
/freebsd/crypto/openssl/include/openssl/
H A Dobj_mac.h63 #define NID_hmac_sha1 781 macro