Home
last modified time | relevance | path

Searched refs:EVP_PKEY_get_octet_string_param (Results 1 – 19 of 19) sorted by relevance

/openssl/doc/man3/
H A DEVP_PKEY_gettable_params.pod8 EVP_PKEY_get_octet_string_param
26 int EVP_PKEY_get_octet_string_param(const EVP_PKEY *pkey, const char *key_name,
70 EVP_PKEY_get_octet_string_param() get a key I<pkey>'s octet string value into a
87 EVP_PKEY_get_octet_string_param() if I<max_buf_sz> is not big enough to hold the
108 if (!EVP_PKEY_get_octet_string_param(key, OSSL_PKEY_PARAM_PUB_KEY,
/openssl/demos/pkey/
H A DEVP_PKEY_EC_keygen.c101 if (!EVP_PKEY_get_octet_string_param(pkey, OSSL_PKEY_PARAM_PUB_KEY, in get_key_values()
H A Ddsa.inc129 if (EVP_PKEY_get_octet_string_param(pkey, OSSL_PKEY_PARAM_FFC_SEED, seed,
/openssl/demos/keyexch/
H A Decdh.c50 if (!EVP_PKEY_get_octet_string_param(peer->priv, OSSL_PKEY_PARAM_PUB_KEY, in get_peer_public_key()
H A Dx25519.c86 if (EVP_PKEY_get_octet_string_param(local_peer->privk, in keyexch_x25519_before()
/openssl/demos/signature/
H A DEVP_ED_Signature_demo.c146 if (!EVP_PKEY_get_octet_string_param(priv, in create_key()
/openssl/test/
H A Devp_pkey_provided_test.c1034 || !TEST_false(EVP_PKEY_get_octet_string_param(pk, in test_fromdata_dh_named_group()
1217 || !TEST_false(EVP_PKEY_get_octet_string_param(pk, in test_fromdata_dh_fips186_4()
1511 if (!TEST_true(EVP_PKEY_get_octet_string_param( in test_fromdata_ecx()
1517 || !TEST_true(EVP_PKEY_get_octet_string_param( in test_fromdata_ecx()
1727 || !EVP_PKEY_get_octet_string_param(pk, OSSL_PKEY_PARAM_PUB_KEY, in test_fromdata_ec()
2031 || !TEST_true(EVP_PKEY_get_octet_string_param(pk, in test_fromdata_dsa_fips186_4()
H A Devp_pkey_dhkem_test.c487 && TEST_true(EVP_PKEY_get_octet_string_param(pkey, in test_ec_dhkem_derivekey()
740 && TEST_int_eq(EVP_PKEY_get_octet_string_param(pkey, in test_ecx_dhkem_derivekey()
743 && TEST_int_eq(EVP_PKEY_get_octet_string_param(pkey, in test_ecx_dhkem_derivekey()
H A Ddsatest.c273 || !TEST_true(EVP_PKEY_get_octet_string_param( in dsa_keygen_test()
H A Devp_extra_test2.c273 ret = EVP_PKEY_get_octet_string_param(key, privtag, buf, sizeof(buf), in pkey_has_private()
564 if (!TEST_true(EVP_PKEY_get_octet_string_param(pkey, in test_d2i_AutoPrivateKey_ex()
H A Dhpke_test.c82 erv = EVP_PKEY_get_octet_string_param(pkey, in cmpkey()
1827 if (!TEST_true(EVP_PKEY_get_octet_string_param(authpriv, in test_hpke_compressed()
H A Dacvp_test.c355 if (!EVP_PKEY_get_octet_string_param(pkey, name, NULL, 0, &len)) in pkey_get_octet_bytes()
362 if (!EVP_PKEY_get_octet_string_param(pkey, name, buf, len, out_len)) in pkey_get_octet_bytes()
H A Devp_extra_test.c1268 if (!TEST_int_eq(EVP_PKEY_get_octet_string_param(params_and_pub, in test_EC_priv_pub()
1275 if (!TEST_int_eq(EVP_PKEY_get_octet_string_param(params_and_pub, in test_EC_priv_pub()
1282 if (!TEST_int_eq(EVP_PKEY_get_octet_string_param(params_and_pub, in test_EC_priv_pub()
3554 if (!TEST_true(EVP_PKEY_get_octet_string_param(pkey2, in test_EVP_PKEY_set1_DH()
H A Dectest.c2599 if (!TEST_true(EVP_PKEY_get_octet_string_param(pkeyparam, in do_test_custom_explicit_fromdata()
2624 if (!TEST_true(EVP_PKEY_get_octet_string_param(pkeyparam, in do_test_custom_explicit_fromdata()
/openssl/crypto/evp/
H A Dp_lib.c1420 EVP_PKEY_get_octet_string_param(pkey, in EVP_PKEY_get1_encoded_public_key()
1431 if (!EVP_PKEY_get_octet_string_param(pkey, in EVP_PKEY_get1_encoded_public_key()
2216 int EVP_PKEY_get_octet_string_param(const EVP_PKEY *pkey, const char *key_name, in EVP_PKEY_get_octet_string_param() function
/openssl/crypto/hpke/
H A Dhpke.c1007 if (EVP_PKEY_get_octet_string_param(pubp, in OSSL_HPKE_CTX_set1_authpub()
1342 if (EVP_PKEY_get_octet_string_param(skR, OSSL_PKEY_PARAM_ENCODED_PUBLIC_KEY, in OSSL_HPKE_keygen()
/openssl/include/openssl/
H A Devp.h2016 int EVP_PKEY_get_octet_string_param(const EVP_PKEY *pkey, const char *key_name,
/openssl/doc/man7/
H A Dossl-guide-migration.pod1063 L<EVP_PKEY_get_utf8_string_param(3)>, L<EVP_PKEY_get_octet_string_param(3)> or
/openssl/util/
H A Dlibcrypto.num5001 EVP_PKEY_get_octet_string_param 5129 3_0_0 EXIST::FUNCTION:

Completed in 116 milliseconds