Searched refs:algorithm2 (Results 1 – 18 of 18) sorted by relevance
| /third_party/node/deps/openssl/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 | 481 md = ssl_md(s->ctx, sslcipher->algorithm2); in quic_change_cipher_state() 747 md = ssl_md(s->ctx, sslcipher->algorithm2); in tls13_change_cipher_state() 1098 md = ssl_md(s->ctx, sslcipher->algorithm2); in tls13_export_keying_material_early()
|
| D | ssl_ciph.c | 1397 && (ssl_cipher_table_mac[sslc->algorithm2 in update_cipher_list() 1644 || (ssl_cipher_table_mac[sslc->algorithm2 in STACK_OF() 2149 int idx = c->algorithm2 & SSL_HANDSHAKE_MAC_MASK; in SSL_CIPHER_get_handshake_digest() 2247 switch (c->algorithm2 & (0xFF << TLS1_PRF_DGST_SHIFT)) { in SSL_CIPHER_get_prf_nid() 2264 switch (c->algorithm2 & SSL_HANDSHAKE_MAC_MASK) { in SSL_CIPHER_get_prf_nid()
|
| D | ssl_quic.c | 282 md = ssl_md(ssl->ctx, c->algorithm2); in quic_set_encryption_secrets()
|
| D | s3_lib.c | 4308 const EVP_MD *md = ssl_md(s->ctx, tmp->algorithm2); in ssl3_choose_cipher() 4549 alg2 = s->s3.tmp.new_cipher->algorithm2; in ssl_get_algorithm2()
|
| D | ssl_local.h | 487 uint32_t algorithm2; /* Extra flags */ member
|
| /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 | 4308 const EVP_MD *md = ssl_md(s->ctx, tmp->algorithm2); in ssl3_choose_cipher() 4549 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/node/deps/openssl/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 | 1357 const EVP_MD *md = ssl_md(s->ctx, c->algorithm2); in set_client_ciphersuite() 1364 || md != ssl_md(s->ctx, s->session->cipher->algorithm2)) { in set_client_ciphersuite()
|
| /third_party/mbedtls/tests/suites/ |
| D | test_suite_psa_crypto.data | 1228 PSA key policy algorithm2: CTR, CBC 1232 PSA key policy algorithm2: ECDH, ECDSA, HASH usage 1236 PSA key policy algorithm2: ECDH, ECDSA, HASH+MESSAGE usage 1240 PSA key policy algorithm2: ECDH, ECDSA, MESSAGE usage
|