Searched refs:ossl_cmp_calc_protection (Results 1 – 5 of 5) sorted by relevance
/openssl-master/doc/internal/man3/ |
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> 45 ossl_cmp_calc_protection() returns the protection on success, else NULL.
|
/openssl-master/crypto/cmp/ |
A D | cmp_protect.c | 30 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 D | cmp_local.h | 909 ASN1_BIT_STRING *ossl_cmp_calc_protection(const OSSL_CMP_CTX *ctx,
|
A D | cmp_vfy.c | 83 if ((protection = ossl_cmp_calc_protection(ctx, msg)) == NULL) in verify_PBMAC()
|
/openssl-master/test/ |
A D | cmp_protect_test.c | 77 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