Searched refs:ossl_cmp_calc_protection (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/crypto/openssl/crypto/cmp/
H A Dcmp_protect.c30 ASN1_BIT_STRING *ossl_cmp_calc_protection(const OSSL_CMP_CTX *ctx, function
309 && ((msg->protection = ossl_cmp_calc_protection(ctx, msg)) == NULL))
H A Dcmp_local.h912 ASN1_BIT_STRING *ossl_cmp_calc_protection(const OSSL_CMP_CTX *ctx,
H A Dcmp_vfy.c83 if ((protection = ossl_cmp_calc_protection(ctx, msg)) == NULL)
/freebsd-current/crypto/openssl/test/
H A Dcmp_protect_test.c79 ossl_cmp_calc_protection(fixture->cmp_ctx, fixture->msg);
89 ossl_cmp_calc_protection(fixture->cmp_ctx, fixture->msg);
133 ossl_cmp_calc_protection(fixture->cmp_ctx, fixture->msg);

Completed in 178 milliseconds