Home
last modified time | relevance | path

Searched refs:pbmp (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/crmf/
H A Dcrmf_pbm.c128 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 DOSSL_CRMF_pbmp_new.pod14 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 Dcrmf.h.in91 const OSSL_CRMF_PBMPARAMETER *pbmp,

Completed in 7 milliseconds