Home
last modified time | relevance | path

Searched refs:ossl_cmp_hdr_set1_recipient (Results 1 – 4 of 4) sorted by relevance

/openssl/doc/internal/man3/
H A Dossl_cmp_hdr_init.pod11 ossl_cmp_hdr_set1_recipient,
36 int ossl_cmp_hdr_set1_recipient(OSSL_CMP_PKIHEADER *hdr, const X509_NAME *nm);
70 ossl_cmp_hdr_set1_recipient() sets the recipient field in the given
/openssl/crypto/cmp/
H A Dcmp_hdr.c104 int ossl_cmp_hdr_set1_recipient(OSSL_CMP_PKIHEADER *hdr, const X509_NAME *nm) in ossl_cmp_hdr_set1_recipient() function
307 if (!ossl_cmp_hdr_set1_recipient(hdr, rcp)) in ossl_cmp_hdr_init()
H A Dcmp_local.h893 int ossl_cmp_hdr_set1_recipient(OSSL_CMP_PKIHEADER *hdr, const X509_NAME *nm);
/openssl/test/
H A Dcmp_hdr_test.c151 if (!TEST_int_eq(ossl_cmp_hdr_set1_recipient(fixture->hdr, x509name), 1)) in execute_HDR_set1_recipient_test()

Completed in 36 milliseconds