HomeSort by relevance Sort by last modified time
    Searched refs:CERT_PKEY (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/boringssl/src/ssl/
ssl_locl.h 432 /* Set if CERT_PKEY can be used with current SSL session: e.g.
437 } CERT_PKEY;
445 CERT_PKEY *key; /* ALWAYS points to an element of the pkeys array
468 CERT_PKEY pkeys[SSL_PKEY_NUM];
535 CERT_PKEY *peer_key; /* points to an element of peer_pkeys (never NULL!) */
536 CERT_PKEY peer_pkeys[SSL_PKEY_NUM];
538 * so maybe we shouldn't even use the CERT_PKEY type here. */
836 int ssl_add_cert_chain(SSL *s, CERT_PKEY *cpk, unsigned long *l);
842 CERT_PKEY *ssl_get_server_send_pkey(const SSL *s);
    [all...]
ssl_cert.c 251 CERT_PKEY *cpk = cert->pkeys + i;
252 CERT_PKEY *rpk = ret->pkeys + i;
383 CERT_PKEY *cpk = c->pkeys + i;
462 CERT_PKEY *cpk = c->key;
489 CERT_PKEY *cpk = c->key;
964 int ssl_add_cert_chain(SSL *s, CERT_PKEY *cpk, unsigned long *l)
1048 CERT_PKEY *cpk = c->key;
s3_both.c 326 unsigned long ssl3_output_cert_chain(SSL *s, CERT_PKEY *cpk)
ssl_lib.c     [all...]
s3_srvr.c     [all...]
t1_lib.c     [all...]
  /external/openssl/ssl/
ssl_locl.h 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);
    [all...]
ssl_lib.c     [all...]
t1_lib.c     [all...]

Completed in 40 milliseconds