Searched refs:ossl_cmp_calc_protection (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_cmp_msg_protect.pod | 5 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 D | cmp_protect.c | 33 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 D | cmp_local.h | 1000 ASN1_BIT_STRING *ossl_cmp_calc_protection(const OSSL_CMP_CTX *ctx,
|
H A D | cmp_vfy.c | 84 if ((protection = ossl_cmp_calc_protection(ctx, msg)) == NULL) in verify_PBMAC()
|
/freebsd/crypto/openssl/test/ |
H A D | cmp_protect_test.c | 83 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()
|