Home
last modified time | relevance | path

Searched refs:OSSL_CMP_CTX_set1_secretValue (Results 1 – 16 of 16) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DOSSL_CMP_validate_msg.pod26 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 DOSSL_CMP_CTX_new.pod38 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 DOSSL_CMP_exec_certreq.pod198 L<OSSL_CMP_CTX_set1_secretValue(3)> (for MAC-based protection).
/freebsd/crypto/openssl/test/
H A Dcmp_vfy_test.c163 : 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 Dcmp_protect_test.c181 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 Dcmp_server_test.c93 || !OSSL_CMP_CTX_set1_secretValue(cmp_ctx, in execute_test_handle_request()
H A Dcmp_msg_test.c156 || !TEST_true(OSSL_CMP_CTX_set1_secretValue(ctx, secret, in test_cmp_create_ir_protection_set()
/freebsd/crypto/openssl/fuzz/
H A Dcmp.c60 if (!OSSL_CMP_CTX_set1_secretValue(ctx, (unsigned char *)"", in cmp_client_process_response()
/freebsd/crypto/openssl/util/
H A Dcheck-format-test-negatives.c107 res = OSSL_CMP_CTX_set1_secretValue(ctx, (unsigned char *)pass_str, in f()
H A Dlibcrypto.num4744 OSSL_CMP_CTX_set1_secretValue 4872 3_0_0 EXIST::FUNCTION:CMP
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_ctx.c435 int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx, in OSSL_CMP_CTX_set1_secretValue() function
/freebsd/crypto/openssl/include/openssl/
H A Dcmp.h.in402 int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx,
H A Dcmp.h545 int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx,
/freebsd/crypto/openssl/apps/
H A Dcmp.c1158 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 DVersion.map4865 OSSL_CMP_CTX_set1_secretValue;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3011 MLINKS+= OSSL_CMP_CTX_new.3 OSSL_CMP_CTX_set1_secretValue.3