Searched refs:pbmp (Results 1 – 3 of 3) sorted by relevance
/openssl/crypto/crmf/ |
H A D | crmf_pbm.c | 128 const OSSL_CRMF_PBMPARAMETER *pbmp, in OSSL_CRMF_pbm_new() argument 144 if (out == NULL || pbmp == NULL || pbmp->mac == NULL in OSSL_CRMF_pbm_new() 145 || pbmp->mac->algorithm == NULL || msg == NULL || sec == NULL) { in OSSL_CRMF_pbm_new() 157 OBJ_obj2txt(mdname, sizeof(mdname), pbmp->owf->algorithm, 0); in OSSL_CRMF_pbm_new() 173 if (!EVP_DigestUpdate(ctx, pbmp->salt->data, pbmp->salt->length)) in OSSL_CRMF_pbm_new() 177 if (!ASN1_INTEGER_get_int64(&iterations, pbmp->iterationCount) in OSSL_CRMF_pbm_new() 199 mac_nid = OBJ_obj2nid(pbmp->mac->algorithm); in OSSL_CRMF_pbm_new() 226 if (pbmp != NULL && pbmp->mac != NULL) { in OSSL_CRMF_pbm_new() 229 if (OBJ_obj2txt(buf, sizeof(buf), pbmp->mac->algorithm, 0)) in OSSL_CRMF_pbm_new()
|
/openssl/doc/man3/ |
H A D | OSSL_CRMF_pbmp_new.pod | 14 const OSSL_CRMF_PBMPARAMETER *pbmp, 26 parameters I<pbmp>, message I<msg>, and secret I<sec>, along with the respective 29 to influence the selection of the MAC algorithm referenced in the I<pbmp>;
|
/openssl/include/openssl/ |
H A D | crmf.h.in | 91 const OSSL_CRMF_PBMPARAMETER *pbmp,
|
Completed in 7 milliseconds