Searched refs:tls_cipher_size_desc (Results 1 – 4 of 4) sorted by relevance
58 const struct tls_cipher_size_desc *cipher_sz; in tls_enc_record()72 cipher_sz = &tls_cipher_size_desc[prot->cipher_type]; in tls_enc_record()312 const struct tls_cipher_size_desc *cipher_sz = in fill_sg_out()313 &tls_cipher_size_desc[tls_ctx->crypto_send.info.cipher_type]; in fill_sg_out()331 const struct tls_cipher_size_desc *cipher_sz; in tls_enc_skb()351 cipher_sz = &tls_cipher_size_desc[tls_ctx->crypto_send.info.cipher_type]; in tls_enc_skb()474 const struct tls_cipher_size_desc *cipher_sz; in tls_sw_fallback_init()498 cipher_sz = &tls_cipher_size_desc[crypto_info->cipher_type]; in tls_sw_fallback_init()
908 const struct tls_cipher_size_desc *cipher_sz; in tls_device_reencrypt()922 cipher_sz = &tls_cipher_size_desc[tls_ctx->crypto_recv.info.cipher_type]; in tls_device_reencrypt()1076 const struct tls_cipher_size_desc *cipher_sz; in tls_set_device_offload()1124 cipher_sz = &tls_cipher_size_desc[crypto_info->cipher_type]; in tls_set_device_offload()
69 const struct tls_cipher_size_desc tls_cipher_size_desc[] = { variable
54 struct tls_cipher_size_desc { struct62 extern const struct tls_cipher_size_desc tls_cipher_size_desc[]; argument