Home | History | Annotate | Download | only in ssl

Lines Matching refs:EVP_PKEY

1771 static int is_p256_key(EVP_PKEY *private_key) {
1778 int SSL_CTX_set1_tls_channel_id(SSL_CTX *ctx, EVP_PKEY *private_key) {
1792 int SSL_set1_tls_channel_id(SSL *ssl, EVP_PKEY *private_key) {
1911 EVP_PKEY *SSL_get_privatekey(const SSL *ssl) {
1919 EVP_PKEY *SSL_CTX_get0_privatekey(const SSL_CTX *ctx) {
1942 int *SSL_get_server_tmp_key(SSL *ssl, EVP_PKEY **out_key) { return 0; }