Home
last modified time | relevance | path

Searched refs:protectionAlg (Results 1 – 9 of 9) sorted by relevance

/openssl/crypto/cmp/
H A Dcmp_protect.c49 if (msg->header->protectionAlg == NULL) { in ossl_cmp_calc_protection()
53 X509_ALGOR_get0(&algorOID, &pptype, &ppval, msg->header->protectionAlg); in ossl_cmp_calc_protection()
124 msg->header->protectionAlg, /* sets X509_ALGOR */ in ossl_cmp_calc_protection()
238 X509_ALGOR_free(msg->header->protectionAlg); in ossl_cmp_msg_protect()
239 msg->header->protectionAlg = NULL; in ossl_cmp_msg_protect()
248 if ((msg->header->protectionAlg = pbmac_algor(ctx)) == NULL) in ossl_cmp_msg_protect()
267 if ((msg->header->protectionAlg = X509_ALGOR_new()) == NULL) in ossl_cmp_msg_protect()
H A Dcmp_hdr.c44 || hdr->protectionAlg == NULL) in ossl_cmp_hdr_get_protection_nid()
46 return OBJ_obj2nid(hdr->protectionAlg->algorithm); in ossl_cmp_hdr_get_protection_nid()
H A Dcmp_vfy.c56 msg->header->protectionAlg, msg->protection, in verify_signature()
574 if (msg->header->protectionAlg == NULL /* unprotected message */ in OSSL_CMP_validate_msg()
769 if (hdr->protectionAlg != NULL) in ossl_cmp_msg_check_update()
786 if (hdr->protectionAlg != NULL) in ossl_cmp_msg_check_update()
H A Dcmp_msg.c1099 return msg->header->protectionAlg == NULL in OSSL_CMP_MSG_update_transactionID()
1114 return msg->header->protectionAlg == NULL || ossl_cmp_msg_protect(ctx, msg); in OSSL_CMP_MSG_update_recipNonce()
H A Dcmp_local.h543 X509_ALGOR *protectionAlg; /* 1 */ member
H A Dcmp_asn.c1053 ASN1_EXP_OPT(OSSL_CMP_PKIHEADER, protectionAlg, X509_ALGOR, 1),
/openssl/doc/internal/man3/
H A Dossl_cmp_msg_protect.pod22 according to the algorithm and parameters in the message header's protectionAlg
24 Unless I<msg->header->protectionAlg> is B<PasswordBasedMAC>,
32 It also sets the protectionAlg field in the message header accordingly.
/openssl/test/
H A Dcmp_protect_test.c115 msg->header->protectionAlg, protection, in verify_signature()
138 || !TEST_ptr(fixture->msg->header->protectionAlg = in test_cmp_calc_protection_no_key_no_secret()
/openssl/doc/man3/
H A DOSSL_CMP_CTX_new.pod525 This key is used create signature-based protection (protectionAlg = MSG_SIG_ALG)
535 messages that have MAC-based protection (protectionAlg = C<MSG_MAC_ALG>).

Completed in 35 milliseconds