Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/crmf/
H A Dcrmf_pbm.c129 const OSSL_CRMF_PBMPARAMETER *pbmp, in OSSL_CRMF_pbm_new() argument
145 if (out == NULL || pbmp == NULL || pbmp->mac == NULL in OSSL_CRMF_pbm_new()
146 || pbmp->mac->algorithm == NULL || msg == NULL || sec == NULL) { in OSSL_CRMF_pbm_new()
158 OBJ_obj2txt(mdname, sizeof(mdname), pbmp->owf->algorithm, 0); in OSSL_CRMF_pbm_new()
174 if (!EVP_DigestUpdate(ctx, pbmp->salt->data, pbmp->salt->length)) in OSSL_CRMF_pbm_new()
178 if (!ASN1_INTEGER_get_int64(&iterations, pbmp->iterationCount) in OSSL_CRMF_pbm_new()
200 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()
/freebsd/crypto/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>;
/freebsd/crypto/openssl/include/openssl/
H A Dcrmf.h.in84 const OSSL_CRMF_PBMPARAMETER *pbmp,
H A Dcrmf.h131 const OSSL_CRMF_PBMPARAMETER *pbmp,
/freebsd/contrib/bmake/
H A Dmeta.c802 meta_cmd_finish(void *pbmp) in meta_cmd_finish() argument
805 BuildMon *pbm = pbmp; in meta_cmd_finish()