| /src/crypto/external/apache2/openssl/dist/crypto/crmf/ |
| crmf_pbm.c | 64 * owf identifies the hash algorithm and associated parameters used to 68 if (!X509_ALGOR_set0(pbm->owf, OBJ_nid2obj(owfnid), V_ASN1_UNDEF, NULL)) { 136 EVP_MD *owf = NULL; local 153 * owf identifies the hash algorithm and associated parameters used to 157 OBJ_obj2txt(mdname, sizeof(mdname), pbmp->owf->algorithm, 0); 158 if ((owf = EVP_MD_fetch(libctx, mdname, propq)) == NULL) { 167 if (!EVP_DigestInit_ex(ctx, owf, NULL)) 186 if (!EVP_DigestInit_ex(ctx, owf, NULL)) 218 EVP_MD_free(owf);
|
| crmf_local.h | 220 * owf AlgorithmIdentifier, 223 * -- number of times the OWF is applied 231 X509_ALGOR *owf; member in struct:ossl_crmf_pbmparameter_st
|
| /src/crypto/external/bsd/openssl/dist/crypto/crmf/ |
| crmf_pbm.c | 66 * owf identifies the hash algorithm and associated parameters used to 70 if (!X509_ALGOR_set0(pbm->owf, OBJ_nid2obj(owfnid), V_ASN1_UNDEF, NULL)) { 137 EVP_MD *owf = NULL; local 154 * owf identifies the hash algorithm and associated parameters used to 158 OBJ_obj2txt(mdname, sizeof(mdname), pbmp->owf->algorithm, 0); 159 if ((owf = EVP_MD_fetch(libctx, mdname, propq)) == NULL) { 168 if (!EVP_DigestInit_ex(ctx, owf, NULL)) 187 if (!EVP_DigestInit_ex(ctx, owf, NULL)) 216 EVP_MD_free(owf);
|
| crmf_local.h | 199 * owf AlgorithmIdentifier, 202 * -- number of times the OWF is applied 210 X509_ALGOR *owf; member in struct:ossl_crmf_pbmparameter_st
|
| /src/crypto/external/apache2/openssl/dist/crypto/cmp/ |
| cmp_local.h | 89 EVP_MD *pbm_owf; /* one-way function (OWF), default: SHA256 */ 90 int pbm_itercnt; /* OWF iteration count, currently fixed to 500 */ 168 * owf AlgorithmIdentifier OPTIONAL, 172 * -- omitted, then the owf used in the immediately preceding 176 * -- the result of applying the one-way function (owf) to a 191 X509_ALGOR *owf; member in struct:ossl_cmp_challenge_st 755 * owf AlgorithmIdentifier, 758 * -- number of times the OWF is applied 770 * owf AlgorithmIdentifier,
|
| /src/crypto/external/bsd/openssl/dist/crypto/cmp/ |
| cmp_local.h | 85 EVP_MD *pbm_owf; /* one-way function (OWF), default: SHA256 */ 86 int pbm_itercnt; /* OWF iteration count, currently fixed to 500 */ 162 * 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 in struct:ossl_cmp_challenge_st 699 * owf AlgorithmIdentifier, 702 * -- number of times the OWF is applied 713 * owf AlgorithmIdentifier,
|