Home
last modified time | relevance | path

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

/openssl-master/doc/internal/man3/
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>
45 ossl_cmp_calc_protection() returns the protection on success, else NULL.
/openssl-master/crypto/cmp/
A Dcmp_protect.c30 ASN1_BIT_STRING *ossl_cmp_calc_protection(const OSSL_CMP_CTX *ctx, in ossl_cmp_calc_protection() function
307 && ((msg->protection = ossl_cmp_calc_protection(ctx, msg)) == NULL)) in ossl_cmp_msg_protect()
A Dcmp_local.h909 ASN1_BIT_STRING *ossl_cmp_calc_protection(const OSSL_CMP_CTX *ctx,
A Dcmp_vfy.c83 if ((protection = ossl_cmp_calc_protection(ctx, msg)) == NULL) in verify_PBMAC()
/openssl-master/test/
A Dcmp_protect_test.c77 ossl_cmp_calc_protection(fixture->cmp_ctx, fixture->msg); in execute_calc_protection_fails_test()
87 ossl_cmp_calc_protection(fixture->cmp_ctx, fixture->msg); in execute_calc_protection_pbmac_test()
131 ossl_cmp_calc_protection(fixture->cmp_ctx, fixture->msg); in execute_calc_protection_signature_test()

Completed in 15 milliseconds