Lines Matching refs:cctx
341 struct cipher_context *cctx; in do_tls_getsockopt_conf() local
360 cctx = &ctx->tx; in do_tls_getsockopt_conf()
363 cctx = &ctx->rx; in do_tls_getsockopt_conf()
391 cctx->iv + TLS_CIPHER_AES_GCM_128_SALT_SIZE, in do_tls_getsockopt_conf()
393 memcpy(crypto_info_aes_gcm_128->rec_seq, cctx->rec_seq, in do_tls_getsockopt_conf()
415 cctx->iv + TLS_CIPHER_AES_GCM_256_SALT_SIZE, in do_tls_getsockopt_conf()
417 memcpy(crypto_info_aes_gcm_256->rec_seq, cctx->rec_seq, in do_tls_getsockopt_conf()
437 cctx->iv + TLS_CIPHER_AES_CCM_128_SALT_SIZE, in do_tls_getsockopt_conf()
439 memcpy(aes_ccm_128->rec_seq, cctx->rec_seq, in do_tls_getsockopt_conf()
458 cctx->iv + TLS_CIPHER_CHACHA20_POLY1305_SALT_SIZE, in do_tls_getsockopt_conf()
460 memcpy(chacha20_poly1305->rec_seq, cctx->rec_seq, in do_tls_getsockopt_conf()
479 cctx->iv + TLS_CIPHER_SM4_GCM_SALT_SIZE, in do_tls_getsockopt_conf()
481 memcpy(sm4_gcm_info->rec_seq, cctx->rec_seq, in do_tls_getsockopt_conf()
499 cctx->iv + TLS_CIPHER_SM4_CCM_SALT_SIZE, in do_tls_getsockopt_conf()
501 memcpy(sm4_ccm_info->rec_seq, cctx->rec_seq, in do_tls_getsockopt_conf()