Searched refs:OSSL_PARAM_BLD_push_octet_string (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | param_build.h | 55 int OSSL_PARAM_BLD_push_octet_string(OSSL_PARAM_BLD *bld, const char *key,
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
H A D | param_build_set.c | 61 return OSSL_PARAM_BLD_push_octet_string(bld, key, data, data_len); in ossl_param_build_set_octet_string()
|
H A D | param_build.c | 274 int OSSL_PARAM_BLD_push_octet_string(OSSL_PARAM_BLD *bld, const char *key, in OSSL_PARAM_BLD_push_octet_string() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/store/ |
H A D | store_lib.c | 345 && OSSL_PARAM_BLD_push_octet_string(bld, in OSSL_STORE_find() 354 && OSSL_PARAM_BLD_push_octet_string(bld, in OSSL_STORE_find() 365 && OSSL_PARAM_BLD_push_octet_string(bld, in OSSL_STORE_find()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | param_build_test.c | 256 || !TEST_true(OSSL_PARAM_BLD_push_octet_string(bld, "oct_s", data1, in template_private_test() 439 || !TEST_true(OSSL_PARAM_BLD_push_octet_string(bld2, "oct_s", data1, in builder_merge_test()
|
H A D | evp_pkey_provided_test.c | 1250 if (OSSL_PARAM_BLD_push_octet_string(bld, OSSL_PKEY_PARAM_PUB_KEY, in test_fromdata_ec() 1578 || !TEST_true(OSSL_PARAM_BLD_push_octet_string(bld, in test_fromdata_dsa_fips186_4()
|
H A D | ectest.c | 2442 if (!TEST_true(OSSL_PARAM_BLD_push_octet_string(bld, in do_test_custom_explicit_fromdata() 2453 if (!TEST_true(OSSL_PARAM_BLD_push_octet_string(bld, in do_test_custom_explicit_fromdata() 2899 || !TEST_true(OSSL_PARAM_BLD_push_octet_string(param_bld, in custom_params_test() 2913 || !TEST_true(OSSL_PARAM_BLD_push_octet_string(param_bld, in custom_params_test()
|
H A D | acvp_test.c | 163 || !TEST_true(OSSL_PARAM_BLD_push_octet_string(bld, in ecdsa_create_pkey() 487 if (!TEST_true(OSSL_PARAM_BLD_push_octet_string(bld, in dsa_create_pkey()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/ |
H A D | ecx_meth.c | 362 if (!OSSL_PARAM_BLD_push_octet_string(tmpl, OSSL_PKEY_PARAM_PUB_KEY, in ecx_pkey_export_to() 368 if (!OSSL_PARAM_BLD_push_octet_string(tmpl, in ecx_pkey_export_to()
|
H A D | ec_ameth.c | 521 || !OSSL_PARAM_BLD_push_octet_string(tmpl, in ec_pkey_export_to()
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | opensslecdsa_link.c | 211 status = OSSL_PARAM_BLD_push_octet_string(bld, OSSL_PKEY_PARAM_PUB_KEY, in opensslecdsa_createctx()
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/ |
H A D | ec_kmgmt.c | 1182 && !OSSL_PARAM_BLD_push_octet_string(bld, OSSL_PKEY_PARAM_EC_SEED, in ec_gen_set_group_from_params() 1187 || !OSSL_PARAM_BLD_push_octet_string(bld, OSSL_PKEY_PARAM_EC_GENERATOR, in ec_gen_set_group_from_params()
|
/netbsd-src/external/bsd/unbound/dist/sldns/ |
H A D | keyraw.c | 592 !OSSL_PARAM_BLD_push_octet_string(param_bld, "pub", buf, keylen+1)) { in sldns_ecdsa2pkey_raw()
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | EVP_PKEY_fromdata.pod | 183 && OSSL_PARAM_BLD_push_octet_string(param_bld, "pub",
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/fips/ |
H A D | self_test_kats.c | 176 if (!OSSL_PARAM_BLD_push_octet_string(bld, p->name, p->data, in add_params()
|