Lines Matching defs:pbmp
119 * |pbmp| identifies the algorithms, salt to use
129 const OSSL_CRMF_PBMPARAMETER *pbmp,
145 if (out == NULL || pbmp == NULL || pbmp->mac == NULL
146 || pbmp->mac->algorithm == NULL || msg == NULL || sec == NULL) {
158 OBJ_obj2txt(mdname, sizeof(mdname), pbmp->owf->algorithm, 0);
174 if (!EVP_DigestUpdate(ctx, pbmp->salt->data, pbmp->salt->length))
178 if (!ASN1_INTEGER_get_int64(&iterations, pbmp->iterationCount)
200 mac_nid = OBJ_obj2nid(pbmp->mac->algorithm);
226 if (pbmp != NULL && pbmp->mac != NULL) {
229 if (OBJ_obj2txt(buf, sizeof(buf), pbmp->mac->algorithm, 0))