Searched refs:OSSL_CMP_CTX_set1_secretValue (Results 1 – 16 of 16) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_CMP_validate_msg.pod | 26 using L<OSSL_CMP_CTX_set1_secretValue(3)>. 73 L<OSSL_CMP_CTX_set1_secretValue(3)>, L<OSSL_CMP_CTX_set1_srvCert(3)>,
|
H A D | OSSL_CMP_CTX_new.pod | 38 OSSL_CMP_CTX_set1_secretValue, 124 int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx, 534 unless a symmetric secret has been set via OSSL_CMP_CTX_set1_secretValue(). 537 OSSL_CMP_CTX_set1_secretValue() sets in I<ctx> the byte string I<sec> of length 811 OSSL_CMP_CTX_set1_secretValue(cmp_ctx, sec, sec_len); 826 OSSL_CMP_CTX_set1_secretValue(cmp_ctx, NULL, 0);
|
H A D | OSSL_CMP_exec_certreq.pod | 198 L<OSSL_CMP_CTX_set1_secretValue(3)> (for MAC-based protection).
|
/freebsd/crypto/openssl/test/ |
H A D | cmp_vfy_test.c | 163 : OSSL_CMP_CTX_set1_secretValue(fixture->cmp_ctx, sec_1, in test_validate_msg_mac_alg_protection() 200 if (!TEST_true(OSSL_CMP_CTX_set1_secretValue(fixture->cmp_ctx, sec_bad, in test_validate_msg_mac_alg_protection_bad() 265 || !TEST_true(miss ? OSSL_CMP_CTX_set1_secretValue(fixture->cmp_ctx, in test_validate_msg_signature_srvcert()
|
H A D | cmp_protect_test.c | 181 if (!TEST_true(OSSL_CMP_CTX_set1_secretValue(fixture->cmp_ctx, in test_cmp_calc_protection_pbmac() 227 || !TEST_true(OSSL_CMP_CTX_set1_secretValue(fixture->cmp_ctx, in test_MSG_protect_with_msg_sig_alg_protection_plus_rsa_key() 297 || !OSSL_CMP_CTX_set1_secretValue(fixture->cmp_ctx, in test_MSG_protect_pbmac_no_sender()
|
H A D | cmp_server_test.c | 93 || !OSSL_CMP_CTX_set1_secretValue(cmp_ctx, in execute_test_handle_request()
|
H A D | cmp_msg_test.c | 156 || !TEST_true(OSSL_CMP_CTX_set1_secretValue(ctx, secret, in test_cmp_create_ir_protection_set()
|
/freebsd/crypto/openssl/fuzz/ |
H A D | cmp.c | 60 if (!OSSL_CMP_CTX_set1_secretValue(ctx, (unsigned char *)"", in cmp_client_process_response()
|
/freebsd/crypto/openssl/util/ |
H A D | check-format-test-negatives.c | 107 res = OSSL_CMP_CTX_set1_secretValue(ctx, (unsigned char *)pass_str, in f()
|
H A D | libcrypto.num | 4744 OSSL_CMP_CTX_set1_secretValue 4872 3_0_0 EXIST::FUNCTION:CMP
|
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_ctx.c | 435 int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx, in OSSL_CMP_CTX_set1_secretValue() function
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | cmp.h.in | 402 int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx,
|
H A D | cmp.h | 545 int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx,
|
/freebsd/crypto/openssl/apps/ |
H A D | cmp.c | 1158 res = OSSL_CMP_CTX_set1_secretValue(ctx, (unsigned char *)pass_str, in setup_srv_ctx() 1551 res = OSSL_CMP_CTX_set1_secretValue(ctx, in setup_protection_ctx()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 4865 OSSL_CMP_CTX_set1_secretValue;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 3011 MLINKS+= OSSL_CMP_CTX_new.3 OSSL_CMP_CTX_set1_secretValue.3
|