Home
last modified time | relevance | path

Searched refs:ssl_cipher_get_evp (Results 1 – 12 of 12) sorted by relevance

/external/openssl/ssl/
Ds2_enc.c71 if (!ssl_cipher_get_evp(s->session,&c,&md,NULL,NULL,NULL)) in ssl2_enc_init()
Dssl_txt.c219 ssl_cipher_get_evp(x,NULL,NULL,NULL,NULL,&comp); in SSL_SESSION_print()
Ds3_enc.c400 if (!ssl_cipher_get_evp(s->session,&c,&hash,NULL,NULL,&comp)) in ssl3_setup_key_block()
Ds2_clnt.c626 if (!ssl_cipher_get_evp(s->session,&c,&md,NULL,NULL,NULL)) in client_master_key()
Ds2_srvr.c455 if (!ssl_cipher_get_evp(s->session,&c,&md,NULL,NULL,NULL)) in get_client_master_key()
Dssl_locl.h848 int ssl_cipher_get_evp(const SSL_SESSION *s,const EVP_CIPHER **enc,
Dt1_enc.c600 if (!ssl_cipher_get_evp(s->session,&c,&hash,&mac_type,&mac_secret_size,&comp)) in tls1_setup_key_block()
Dssl_ciph.c488 int ssl_cipher_get_evp(const SSL_SESSION *s, const EVP_CIPHER **enc, in ssl_cipher_get_evp() function
/external/chromium_org/third_party/boringssl/src/ssl/
Ds3_enc.c340 if (!ssl_cipher_get_evp(s->session,&c,&hash,NULL,NULL)) in ssl3_setup_key_block()
Dssl_ciph.c278 int ssl_cipher_get_evp(const SSL_SESSION *s, const EVP_CIPHER **enc, in ssl_cipher_get_evp() function
Dssl_locl.h820 int ssl_cipher_get_evp(const SSL_SESSION *s,const EVP_CIPHER **enc,
Dt1_enc.c615 if (!ssl_cipher_get_evp(s->session,&c,&hash,&mac_type,&mac_secret_size)) in tls1_setup_key_block()