Home
last modified time | relevance | path

Searched refs:tls_ver (Results 1 – 6 of 6) sorted by relevance

/openssl-master/providers/implementations/ciphers/
A Dcipher_aes_cbc_hmac_sha.h41 unsigned int tls_ver; member
A Dcipher_aes_cbc_hmac_sha1_hw.c396 else if (ctx->aux.tls_ver >= TLS1_1_VERSION) in aesni_cbc_hmac_sha1_cipher()
678 if ((ctx->aux.tls_ver = in aesni_cbc_hmac_sha1_set_tls1_aad()
A Dcipher_aes_cbc_hmac_sha256_hw.c419 else if (ctx->aux.tls_ver >= TLS1_1_VERSION) in aesni_cbc_hmac_sha256_cipher()
731 if ((ctx->aux.tls_ver = in aesni_cbc_hmac_sha256_set_tls1_aad()
/openssl-master/engines/
A De_ossltest.c282 unsigned int tls_ver; member
834 if (key->tls_ver >= TLS1_1_VERSION) { in ossltest_aes128_cbc_hmac_sha1_cipher()
877 key->tls_ver = p[arg - 4] << 8 | p[arg - 3]; in ossltest_aes128_cbc_hmac_sha1_ctrl()
881 if (key->tls_ver >= TLS1_1_VERSION) { in ossltest_aes128_cbc_hmac_sha1_ctrl()
/openssl-master/crypto/evp/
A De_aes_cbc_hmac_sha1.c36 unsigned int tls_ver; member
434 else if (key->aux.tls_ver >= TLS1_1_VERSION) in aesni_cbc_hmac_sha1_cipher()
818 if ((key->aux.tls_ver = in aesni_cbc_hmac_sha1_ctrl()
A De_aes_cbc_hmac_sha256.c36 unsigned int tls_ver; member
449 else if (key->aux.tls_ver >= TLS1_1_VERSION) in aesni_cbc_hmac_sha256_cipher()
799 if ((key->aux.tls_ver = in aesni_cbc_hmac_sha256_ctrl()

Completed in 14 milliseconds