Searched refs:CERT_PKEY (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dssl_locl.h488 } CERT_PKEY; typedef in typeref:struct:cert_pkey_st
493 CERT_PKEY *key; /* ALWAYS points to an element of the pkeys array
518 CERT_PKEY pkeys[SSL_PKEY_NUM];
531 CERT_PKEY *peer_key; /* points to an element of peer_pkeys (never NULL!) */
532 CERT_PKEY peer_pkeys[SSL_PKEY_NUM];
534 * so maybe we shouldn't even use the CERT_PKEY type here. */
844 CERT_PKEY *ssl_get_server_send_pkey(const SSL *s);
H A Dssl_lib.c2047 CERT_PKEY *cpk;
2328 CERT_PKEY *ssl_get_server_send_pkey(const SSL *s)
2392 CERT_PKEY *cpk;
H A Dt1_lib.c1892 CERT_PKEY *certpkey;
/external/openssl/ssl/
H A Dssl_locl.h486 } CERT_PKEY; typedef in typeref:struct:cert_pkey_st
491 CERT_PKEY *key; /* ALWAYS points to an element of the pkeys array
516 CERT_PKEY pkeys[SSL_PKEY_NUM];
529 CERT_PKEY *peer_key; /* points to an element of peer_pkeys (never NULL!) */
530 CERT_PKEY peer_pkeys[SSL_PKEY_NUM];
532 * so maybe we shouldn't even use the CERT_PKEY type here. */
842 CERT_PKEY *ssl_get_server_send_pkey(const SSL *s);
H A Dssl_lib.c2134 CERT_PKEY *cpk;
2415 CERT_PKEY *ssl_get_server_send_pkey(const SSL *s)
2479 CERT_PKEY *cpk;
H A Dt1_lib.c2078 CERT_PKEY *certpkey;

Completed in 2045 milliseconds