Searched refs:mactype (Results 1 – 14 of 14) sorted by relevance
/openssl/ssl/record/methods/ |
H A D | ktls_meth.c | 295 int mactype, in ktls_set_crypto_state() argument 409 int mactype, in ktls_new_record_layer() argument 431 taglen, mactype, md, comp); in ktls_new_record_layer()
|
H A D | tlsany_meth.c | 23 int mactype, in tls_any_set_crypto_state() argument
|
H A D | tls1_meth.c | 25 int mactype, in tls1_set_crypto_state() argument 63 if (mactype == EVP_PKEY_HMAC) { in tls1_set_crypto_state() 73 mac_key = EVP_PKEY_new_mac_key(mactype, NULL, mackey, in tls1_set_crypto_state()
|
H A D | tls13_meth.c | 22 int mactype, in tls13_set_crypto_state() argument 44 if (EVP_CIPHER_is_a(ciph, "NULL") && mactype == NID_hmac && md != NULL) { in tls13_set_crypto_state()
|
H A D | dtls_meth.c | 631 int mactype, in dtls_new_record_layer() argument 682 taglen, mactype, md, comp); in dtls_new_record_layer()
|
H A D | ssl3_meth.c | 23 int mactype, in ssl3_set_crypto_state() argument
|
H A D | recmethod_local.h | 106 int mactype,
|
H A D | tls_common.c | 1392 int mactype, in tls_new_record_layer() argument 1434 taglen, mactype, md, comp); in tls_new_record_layer()
|
/openssl/include/internal/ |
H A D | recordmethod.h | 137 int mactype,
|
/openssl/ssl/record/ |
H A D | record.h | 181 int mactype, const EVP_MD *md,
|
H A D | rec_layer_s3.c | 1242 int mactype, const EVP_MD *md, in ssl_set_new_record_layer() argument 1418 mactype, md, compm, kdfdigest, prev, in ssl_set_new_record_layer()
|
/openssl/test/ |
H A D | tls13secretstest.c | 233 int mactype, const EVP_MD *md, in ssl_set_new_record_layer() argument
|
/openssl/ssl/quic/ |
H A D | quic_tls.c | 97 int mactype, in quic_new_record_layer() argument
|
/openssl/doc/designs/quic-design/ |
H A D | record-layer.md | 397 * other than EVP_CIPHER. Also mactype would not be a NID, but a string. For 413 int mactype,
|
Completed in 46 milliseconds