Searched refs:chacha20_poly1305 (Results 1 – 2 of 2) sorted by relevance
466 struct tls12_crypto_info_chacha20_poly1305 *chacha20_poly1305 = in do_tls_getsockopt_conf() local471 if (len != sizeof(*chacha20_poly1305)) { in do_tls_getsockopt_conf()476 memcpy(chacha20_poly1305->iv, in do_tls_getsockopt_conf()479 memcpy(chacha20_poly1305->rec_seq, cctx->rec_seq, in do_tls_getsockopt_conf()482 if (copy_to_user(optval, chacha20_poly1305, in do_tls_getsockopt_conf()483 sizeof(*chacha20_poly1305))) in do_tls_getsockopt_conf()
216 struct tls12_crypto_info_chacha20_poly1305 chacha20_poly1305; member