Searched refs:priv_in (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_accel/ |
H A D | mlx5_ipsec.c | 77 return (pb->priv_in == sa_entry ? pb->priv_out : pb->priv_in); in mlx5e_ipsec_other_sa_entry() 443 ifp, sav, IPSEC_DIR_INBOUND, dev_spi, &pb->priv_in, pb, ifpo); in mlx5e_if_sa_newkey() 453 if (pb->priv_in->dwork != NULL) in mlx5e_if_sa_newkey() 454 cancel_delayed_work_sync(&pb->priv_in->dwork->dwork); in mlx5e_if_sa_newkey() 455 mlx5e_if_sa_deinstall_onekey(ifp, dev_spi, pb->priv_in); in mlx5e_if_sa_newkey() 488 pbp->priv_in = pbp->priv_out = NULL; in mlx5e_if_sa_deinstall() 490 if (pb.priv_in->dwork != NULL) in mlx5e_if_sa_deinstall() 491 cancel_delayed_work_sync(&pb.priv_in->dwork->dwork); in mlx5e_if_sa_deinstall() 495 mlx5e_if_sa_deinstall_onekey(ifp, dev_spi, pb.priv_in); in mlx5e_if_sa_deinstall() 525 mlx5e_if_sa_cnt_one(ifp, sa, drv_spi, pb->priv_in, in mlx5e_if_sa_cnt()
|
H A D | ipsec.h | 59 struct mlx5e_ipsec_sa_entry *priv_in; member
|
/freebsd/crypto/openssl/test/ |
H A D | sslapitest.c | 8579 BIO *priv_in = NULL; in client_cert_cb() local 8591 || !TEST_ptr(priv_in = BIO_new_file(privkey, "r")) in client_cert_cb() 8592 || !TEST_ptr(privpkey = PEM_read_bio_PrivateKey_ex(priv_in, NULL, in client_cert_cb() 8601 BIO_free(priv_in); in client_cert_cb() 8606 BIO_free(priv_in); in client_cert_cb()
|