Searched refs:OSSL_CMP_CTX_set1_referenceValue (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | cmp_server_test.c | 90 || !OSSL_CMP_CTX_set1_referenceValue(cmp_ctx, in execute_test_handle_request()
|
H A D | cmp_protect_test.c | 221 || !TEST_true(OSSL_CMP_CTX_set1_referenceValue(fixture->cmp_ctx, in test_MSG_protect_with_msg_sig_alg_protection_plus_rsa_key() 294 || (!OSSL_CMP_CTX_set1_referenceValue(fixture->cmp_ctx, in test_MSG_protect_pbmac_no_sender()
|
H A D | cmp_hdr_test.c | 454 || !TEST_true(OSSL_CMP_CTX_set1_referenceValue(fixture->cmp_ctx, in test_HDR_init_with_ref()
|
H A D | cmp_client_test.c | 83 || !OSSL_CMP_CTX_set1_referenceValue(ctx, ref, sizeof(ref))) in set_up()
|
H A D | cmp_msg_test.c | 58 || !TEST_true(OSSL_CMP_CTX_set1_referenceValue(fixture->cmp_ctx, in set_up()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/ |
H A D | cmp_ctx.c | 448 int OSSL_CMP_CTX_set1_referenceValue(OSSL_CMP_CTX *ctx, in OSSL_CMP_CTX_set1_referenceValue() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | cmp.h.in | 324 int OSSL_CMP_CTX_set1_referenceValue(OSSL_CMP_CTX *ctx,
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | cmp.c | 1037 if (!OSSL_CMP_CTX_set1_referenceValue(ctx, (unsigned char *)opt_srv_ref, in setup_srv_ctx() 1433 && !OSSL_CMP_CTX_set1_referenceValue(ctx, (unsigned char *)opt_ref, in setup_protection_ctx()
|