Searched refs:crypto_send (Results 1 – 5 of 5) sorted by relevance
313 &tls_cipher_size_desc[tls_ctx->crypto_send.info.cipher_type]; in fill_sg_out()341 switch (tls_ctx->crypto_send.info.cipher_type) { in tls_enc_skb()343 salt = tls_ctx->crypto_send.aes_gcm_128.salt; in tls_enc_skb()346 salt = tls_ctx->crypto_send.aes_gcm_256.salt; in tls_enc_skb()351 cipher_sz = &tls_cipher_size_desc[tls_ctx->crypto_send.info.cipher_type]; in tls_enc_skb()
281 memzero_explicit(&ctx->crypto_send, sizeof(ctx->crypto_send)); in tls_ctx_free()378 crypto_info = &ctx->crypto_send.info; in do_tls_getsockopt_conf()670 crypto_info = &ctx->crypto_send.info; in do_tls_setsockopt_conf()674 alt_crypto_info = &ctx->crypto_send.info; in do_tls_setsockopt_conf()
1105 crypto_info = &ctx->crypto_send.info; in tls_set_device_offload()1216 &ctx->crypto_send.info, in tls_set_device_offload()
2545 crypto_info = &ctx->crypto_send.info; in tls_set_sw_offload()
273 union tls_crypto_context crypto_send; member
Completed in 17 milliseconds