Home | History | Annotate | Download | only in ssl

Lines Matching refs:CERT_PKEY

487 	} CERT_PKEY;
492 CERT_PKEY *key; /* ALWAYS points to an element of the pkeys array
517 CERT_PKEY pkeys[SSL_PKEY_NUM];
530 CERT_PKEY *peer_key; /* points to an element of peer_pkeys (never NULL!) */
531 CERT_PKEY peer_pkeys[SSL_PKEY_NUM];
533 * so maybe we shouldn't even use the CERT_PKEY type here. */
855 CERT_PKEY *ssl_get_server_send_pkey(const SSL *s);