Home
last modified time | relevance | path

Searched refs:ssl_get_algorithm2 (Results 1 – 10 of 10) sorted by relevance

/external/openssl/ssl/
Dt1_enc.c298 ret = tls1_PRF(ssl_get_algorithm2(s), in tls1_generate_key_block()
514 if (!tls1_PRF(ssl_get_algorithm2(s), in tls1_change_cipher_state()
525 if (!tls1_PRF(ssl_get_algorithm2(s), in tls1_change_cipher_state()
918 if ((mask & ssl_get_algorithm2(s)) == 0) in tls1_handshake_digest()
966 if (!tls1_PRF(ssl_get_algorithm2(s), in tls1_final_finish_mac()
1121 tls1_PRF(ssl_get_algorithm2(s), in tls1_generate_master_secret()
1209 rv = tls1_PRF(ssl_get_algorithm2(s), in tls1_export_keying_material()
Ds3_enc.c609 if ((mask & ssl_get_algorithm2(s)) && md) in ssl3_digest_cached_records()
Dssl_locl.h1155 long ssl_get_algorithm2(SSL *s);
Ds3_lib.c4434 long ssl_get_algorithm2(SSL *s) in ssl_get_algorithm2() function
/external/chromium_org/third_party/boringssl/src/ssl/
Dt1_enc.c297 ret = tls1_PRF(ssl_get_algorithm2(s), in tls1_generate_key_block()
1014 if ((mask & ssl_get_algorithm2(s)) == 0) in tls1_handshake_digest()
1062 if (!tls1_PRF(ssl_get_algorithm2(s), in tls1_final_finish_mac()
1179 tls1_PRF(ssl_get_algorithm2(s), in tls1_generate_master_secret()
1285 rv = tls1_PRF(ssl_get_algorithm2(s), in tls1_export_keying_material()
Ds3_enc.c536 if ((mask & ssl_get_algorithm2(s)) && md) in ssl3_digest_cached_records()
Dssl_locl.h1112 long ssl_get_algorithm2(SSL *s);
Ds3_lib.c2167 long ssl_get_algorithm2(SSL *s) in ssl_get_algorithm2() function
/external/openssl/patches/
D0004-channelid.patch1204 + if ((mask & ssl_get_algorithm2(s)) == 0)
1260 - if (mask & ssl_get_algorithm2(s))
1283 if (!tls1_PRF(ssl_get_algorithm2(s),
D0007-tls12_digests.patch241 long ssl_get_algorithm2(SSL *s);