Home
last modified time | relevance | path

Searched refs:owf (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/crmf/
H A Dcrmf_pbm.c66 * owf identifies the hash algorithm and associated parameters used to in OSSL_CRMF_pbmp_new()
70 if (!X509_ALGOR_set0(pbm->owf, OBJ_nid2obj(owfnid), V_ASN1_UNDEF, NULL)) { in OSSL_CRMF_pbmp_new()
137 EVP_MD *owf = NULL; in OSSL_CRMF_pbm_new() local
154 * owf identifies the hash algorithm and associated parameters used to in OSSL_CRMF_pbm_new()
158 OBJ_obj2txt(mdname, sizeof(mdname), pbmp->owf->algorithm, 0); in OSSL_CRMF_pbm_new()
159 if ((owf = EVP_MD_fetch(libctx, mdname, propq)) == NULL) { in OSSL_CRMF_pbm_new()
168 if (!EVP_DigestInit_ex(ctx, owf, NULL)) in OSSL_CRMF_pbm_new()
187 if (!EVP_DigestInit_ex(ctx, owf, NULL)) in OSSL_CRMF_pbm_new()
216 EVP_MD_free(owf); in OSSL_CRMF_pbm_new()
H A Dcrmf_local.h199 * owf AlgorithmIdentifier,
210 X509_ALGOR *owf; member
H A Dcrmf_asn.c98 ASN1_SIMPLE(OSSL_CRMF_PBMPARAMETER, owf, X509_ALGOR),
/third_party/openssl/crypto/crmf/
H A Dcrmf_pbm.c66 * owf identifies the hash algorithm and associated parameters used to in OSSL_CRMF_pbmp_new()
70 if (!X509_ALGOR_set0(pbm->owf, OBJ_nid2obj(owfnid), V_ASN1_UNDEF, NULL)) { in OSSL_CRMF_pbmp_new()
137 EVP_MD *owf = NULL; in OSSL_CRMF_pbm_new() local
154 * owf identifies the hash algorithm and associated parameters used to in OSSL_CRMF_pbm_new()
158 OBJ_obj2txt(mdname, sizeof(mdname), pbmp->owf->algorithm, 0); in OSSL_CRMF_pbm_new()
159 if ((owf = EVP_MD_fetch(libctx, mdname, propq)) == NULL) { in OSSL_CRMF_pbm_new()
168 if (!EVP_DigestInit_ex(ctx, owf, NULL)) in OSSL_CRMF_pbm_new()
187 if (!EVP_DigestInit_ex(ctx, owf, NULL)) in OSSL_CRMF_pbm_new()
216 EVP_MD_free(owf); in OSSL_CRMF_pbm_new()
H A Dcrmf_local.h199 * owf AlgorithmIdentifier,
210 X509_ALGOR *owf; member
H A Dcrmf_asn.c98 ASN1_SIMPLE(OSSL_CRMF_PBMPARAMETER, owf, X509_ALGOR),
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_asn.c33 ASN1_OPT(OSSL_CMP_CHALLENGE, owf, X509_ALGOR),
H A Dcmp_local.h162 * owf AlgorithmIdentifier OPTIONAL,
166 * -- omitted, then the owf used in the immediately preceding
170 * -- the result of applying the one-way function (owf) to a
185 X509_ALGOR *owf; member
699 * owf AlgorithmIdentifier,
713 * owf AlgorithmIdentifier,
/third_party/openssl/crypto/cmp/
H A Dcmp_asn.c33 ASN1_OPT(OSSL_CMP_CHALLENGE, owf, X509_ALGOR),
H A Dcmp_local.h162 * owf AlgorithmIdentifier OPTIONAL,
166 * -- omitted, then the owf used in the immediately preceding
170 * -- the result of applying the one-way function (owf) to a
185 X509_ALGOR *owf; member
699 * owf AlgorithmIdentifier,
713 * owf AlgorithmIdentifier,

Completed in 9 milliseconds