Searched refs:param_pub_key (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/crypto/openssl/crypto/dsa/
H A Ddsa_backend.c33 const OSSL_PARAM *param_priv_key = NULL, *param_pub_key; local
43 param_pub_key =
47 if (param_priv_key == NULL && param_pub_key == NULL)
50 if (param_pub_key != NULL && !OSSL_PARAM_get_BN(param_pub_key, &pub_key))
/freebsd-current/crypto/openssl/crypto/ec/
H A Decx_backend.c59 const OSSL_PARAM *param_priv_key = NULL, *param_pub_key; local
65 param_pub_key = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_PUB_KEY);
70 if (param_pub_key == NULL && param_priv_key == NULL)
92 if (param_pub_key != NULL
93 && !OSSL_PARAM_get_octet_string(param_pub_key,
98 if ((param_pub_key != NULL && pubkeylen != ecx->keylen))
101 if (param_pub_key == NULL && !ossl_ecx_public_from_private(ecx))
H A Dec_backend.c398 const OSSL_PARAM *param_priv_key = NULL, *param_pub_key = NULL; local
411 param_pub_key =
421 if (param_pub_key != NULL)
422 if (!OSSL_PARAM_get_octet_string(param_pub_key,
/freebsd-current/crypto/openssl/crypto/dh/
H A Ddh_backend.c68 const OSSL_PARAM *param_priv_key, *param_pub_key; local
75 param_pub_key = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_PUB_KEY);
82 if (param_pub_key != NULL
83 && !OSSL_PARAM_get_BN(param_pub_key, &pub_key))
/freebsd-current/crypto/openssl/test/
H A Dtls-provider.c661 const OSSL_PARAM *param_priv_key, *param_pub_key; local
674 param_pub_key = OSSL_PARAM_locate_const(params, OSSL_PKEY_PARAM_PUB_KEY);
679 || (param_pub_key != NULL
680 && !OSSL_PARAM_get_octet_string(param_pub_key, &ppubkey,

Completed in 77 milliseconds