Searched refs:chacha20_poly1305 (Results 1 – 2 of 2) sorted by relevance
447 struct tls12_crypto_info_chacha20_poly1305 *chacha20_poly1305 = in do_tls_getsockopt_conf() local452 if (len != sizeof(*chacha20_poly1305)) { in do_tls_getsockopt_conf()457 memcpy(chacha20_poly1305->iv, in do_tls_getsockopt_conf()460 memcpy(chacha20_poly1305->rec_seq, cctx->rec_seq, in do_tls_getsockopt_conf()463 if (copy_to_user(optval, chacha20_poly1305, in do_tls_getsockopt_conf()464 sizeof(*chacha20_poly1305))) in do_tls_getsockopt_conf()
223 struct tls12_crypto_info_chacha20_poly1305 chacha20_poly1305; member
Completed in 7 milliseconds