Searched refs:algorithm2 (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/ssl/ |
D | t1_enc.c | 226 if (s->s3.tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC) in tls1_change_cipher_state() 231 if (s->s3.tmp.new_cipher->algorithm2 & TLS1_TLSTREE) in tls1_change_cipher_state() 279 if (s->s3.tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC) in tls1_change_cipher_state() 284 if (s->s3.tmp.new_cipher->algorithm2 & TLS1_TLSTREE) in tls1_change_cipher_state()
|
D | tls13_enc.c | 538 md = ssl_md(s->ctx, sslcipher->algorithm2); in tls13_change_cipher_state() 888 md = ssl_md(s->ctx, sslcipher->algorithm2); in tls13_export_keying_material_early()
|
D | ssl_ciph.c | 1396 && (ssl_cipher_table_mac[sslc->algorithm2 in update_cipher_list() 1643 || (ssl_cipher_table_mac[sslc->algorithm2 in STACK_OF() 2148 int idx = c->algorithm2 & SSL_HANDSHAKE_MAC_MASK; in SSL_CIPHER_get_handshake_digest()
|
D | s3_lib.c | 4304 const EVP_MD *md = ssl_md(s->ctx, tmp->algorithm2); in ssl3_choose_cipher() 4545 alg2 = s->s3.tmp.new_cipher->algorithm2; in ssl_get_algorithm2()
|
D | ssl_local.h | 480 uint32_t algorithm2; /* Extra flags */ member
|
/third_party/openssl/ssl/statem/ |
D | extensions_clnt.c | 936 const EVP_MD *md = ssl_md(s->ctx, s->session->cipher->algorithm2); in tls_construct_ctos_padding() 1012 mdres = ssl_md(s->ctx, s->session->cipher->algorithm2); in tls_construct_ctos_psk() 1084 mdpsk = ssl_md(s->ctx, s->psksession->cipher->algorithm2); in tls_construct_ctos_psk()
|
D | extensions_srvr.c | 1162 md = ssl_md(s->ctx, sess->cipher->algorithm2); in tls_parse_ctos_psk() 1169 s->s3.tmp.new_cipher->algorithm2)))) { in tls_parse_ctos_psk()
|
D | statem_clnt.c | 1349 const EVP_MD *md = ssl_md(s->ctx, c->algorithm2); in set_client_ciphersuite() 1356 || md != ssl_md(s->ctx, s->session->cipher->algorithm2)) { in set_client_ciphersuite()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto.data | 1071 PSA key policy algorithm2: CTR, CBC 1075 PSA key policy algorithm2: ECDH, ECDSA, HASH usage 1079 PSA key policy algorithm2: ECDH, ECDSA, HASH+MESSAGE usage 1083 PSA key policy algorithm2: ECDH, ECDSA, MESSAGE usage
|