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)>.
71 L<OSSL_CMP_CTX_set1_secretValue(3)>, L<OSSL_CMP_CTX_set1_srvCert(3)>,
H A DOSSL_CMP_CTX_new.pod35 OSSL_CMP_CTX_set1_secretValue,
114 int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx,
492 unless a symmetric secret has been set via OSSL_CMP_CTX_set1_secretValue().
495 OSSL_CMP_CTX_set1_secretValue() sets in I<ctx> the byte string I<sec> of length
745 OSSL_CMP_CTX_set1_secretValue(cmp_ctx, sec, sec_len);
760 OSSL_CMP_CTX_set1_secretValue(cmp_ctx, NULL, 0);
H A DOSSL_CMP_exec_certreq.pod131 L<OSSL_CMP_CTX_set1_secretValue(3)> (for MAC-based protection).
/freebsd/crypto/openssl/test/
H A Dcmp_vfy_test.c157 : OSSL_CMP_CTX_set1_secretValue(fixture->cmp_ctx, sec_1, in test_validate_msg_mac_alg_protection()
193 if (!TEST_true(OSSL_CMP_CTX_set1_secretValue(fixture->cmp_ctx, sec_bad, in test_validate_msg_mac_alg_protection_bad()
256 || !TEST_true(miss ? OSSL_CMP_CTX_set1_secretValue(fixture->cmp_ctx, in test_validate_msg_signature_srvcert()
H A Dcmp_protect_test.c177 if (!TEST_true(OSSL_CMP_CTX_set1_secretValue(fixture->cmp_ctx, in test_cmp_calc_protection_pbmac()
223 || !TEST_true(OSSL_CMP_CTX_set1_secretValue(fixture->cmp_ctx, in test_MSG_protect_with_msg_sig_alg_protection_plus_rsa_key()
292 || !OSSL_CMP_CTX_set1_secretValue(fixture->cmp_ctx, in test_MSG_protect_pbmac_no_sender()
H A Dcmp_server_test.c92 || !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/include/openssl/
H A Dcmp.h.in326 int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx,
H A Dcmp.h445 int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx,
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_ctx.c460 int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx, in OSSL_CMP_CTX_set1_secretValue() function
/freebsd/crypto/openssl/apps/
H A Dcmp.c1048 res = OSSL_CMP_CTX_set1_secretValue(ctx, (unsigned char *)pass_str, in setup_srv_ctx()
1422 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 DMakefile2813 MLINKS+= OSSL_CMP_CTX_new.3 OSSL_CMP_CTX_set1_secretValue.3