Searched refs:chacha20_poly1305 (Results 1 – 2 of 2) sorted by relevance
460 struct tls12_crypto_info_chacha20_poly1305 *chacha20_poly1305 = in do_tls_getsockopt_conf() local465 if (len != sizeof(*chacha20_poly1305)) { in do_tls_getsockopt_conf()469 memcpy(chacha20_poly1305->iv, in do_tls_getsockopt_conf()472 memcpy(chacha20_poly1305->rec_seq, cctx->rec_seq, in do_tls_getsockopt_conf()474 if (copy_to_user(optval, chacha20_poly1305, in do_tls_getsockopt_conf()475 sizeof(*chacha20_poly1305))) in do_tls_getsockopt_conf()
216 struct tls12_crypto_info_chacha20_poly1305 chacha20_poly1305; member
Completed in 8 milliseconds