Lines Matching refs:version
34 switch (rl->version) { in ktls_int_check_supported_cipher()
74 int ktls_configure_crypto(OSSL_LIB_CTX *libctx, int version, const EVP_CIPHER *c, in ktls_configure_crypto() argument
114 crypto_info->tls_vmajor = (version >> 8) & 0x000000ff; in ktls_configure_crypto()
115 crypto_info->tls_vminor = (version & 0x000000ff); in ktls_configure_crypto()
134 switch (rl->version) { in ktls_int_check_supported_cipher()
173 int ktls_configure_crypto(OSSL_LIB_CTX *libctx, int version, const EVP_CIPHER *c, in ktls_configure_crypto() argument
194 if (version == TLS1_2_VERSION) { in ktls_configure_crypto()
223 crypto_info->gcm128.info.version = version; in ktls_configure_crypto()
240 crypto_info->gcm256.info.version = version; in ktls_configure_crypto()
258 crypto_info->ccm128.info.version = version; in ktls_configure_crypto()
273 crypto_info->chacha20poly1305.info.version = version; in ktls_configure_crypto()
328 if (!ktls_configure_crypto(rl->libctx, rl->version, ciph, md, rl->sequence, in ktls_set_crypto_state()
396 if (rl->version == TLS1_3_VERSION) in ktls_post_process_record()