Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_msg_protect.pod5 ossl_cmp_calc_protection,
14 ASN1_BIT_STRING *ossl_cmp_calc_protection(const OSSL_CMP_CTX *ctx,
21 ossl_cmp_calc_protection() calculates the protection for the given I<msg>
52 ossl_cmp_calc_protection() returns the protection on success, else NULL.
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_protect.c33 ASN1_BIT_STRING *ossl_cmp_calc_protection(const OSSL_CMP_CTX *ctx, in ossl_cmp_calc_protection() function
288 && ((msg->protection = ossl_cmp_calc_protection(ctx, msg)) == NULL)) in ossl_cmp_msg_protect()
H A Dcmp_local.h1000 ASN1_BIT_STRING *ossl_cmp_calc_protection(const OSSL_CMP_CTX *ctx,
H A Dcmp_vfy.c84 if ((protection = ossl_cmp_calc_protection(ctx, msg)) == NULL) in verify_PBMAC()
/freebsd/crypto/openssl/test/
H A Dcmp_protect_test.c83 ossl_cmp_calc_protection(fixture->cmp_ctx, fixture->msg); in execute_calc_protection_fails_test()
93 ossl_cmp_calc_protection(fixture->cmp_ctx, fixture->msg); in execute_calc_protection_pbmac_test()
124 ossl_cmp_calc_protection(fixture->cmp_ctx, fixture->msg); in execute_calc_protection_signature_test()