Searched refs:pbmp (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/crypto/crmf/ |
H A D | crmf_pbm.c | 129 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 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>;
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | crmf.h.in | 84 const OSSL_CRMF_PBMPARAMETER *pbmp,
|
H A D | crmf.h | 131 const OSSL_CRMF_PBMPARAMETER *pbmp,
|
/freebsd/contrib/bmake/ |
H A D | meta.c | 802 meta_cmd_finish(void *pbmp) in meta_cmd_finish() argument 805 BuildMon *pbm = pbmp; in meta_cmd_finish()
|