Searched refs:priv_in (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | cert_comp_test.c | 46 BIO *priv_in = NULL; in client_cert_cb() local 58 || !TEST_ptr(priv_in = BIO_new_file(privkey, "r")) in client_cert_cb() 59 || !TEST_ptr(privpkey = PEM_read_bio_PrivateKey_ex(priv_in, NULL, in client_cert_cb() 68 BIO_free(priv_in); in client_cert_cb() 73 BIO_free(priv_in); in client_cert_cb()
|
| H A D | sslapitest.c | 9287 BIO *priv_in = NULL; in client_cert_cb() local 9299 || !TEST_ptr(priv_in = BIO_new_file(privkey, "r")) in client_cert_cb() 9300 || !TEST_ptr(privpkey = PEM_read_bio_PrivateKey_ex(priv_in, NULL, in client_cert_cb() 9309 BIO_free(priv_in); in client_cert_cb() 9314 BIO_free(priv_in); in client_cert_cb()
|
| /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() 449 ifp, sav, IPSEC_DIR_INBOUND, dev_spi, &pb->priv_in, pb, ifpo); in mlx5e_if_sa_newkey() 459 if (pb->priv_in->dwork != NULL) in mlx5e_if_sa_newkey() 460 cancel_delayed_work_sync(&pb->priv_in->dwork->dwork); in mlx5e_if_sa_newkey() 461 mlx5e_if_sa_deinstall_onekey(ifp, dev_spi, pb->priv_in); in mlx5e_if_sa_newkey() 493 pbp->priv_in = pbp->priv_out = NULL; in mlx5e_if_sa_deinstall() 495 if (pb.priv_in->dwork != NULL) in mlx5e_if_sa_deinstall() 496 cancel_delayed_work_sync(&pb.priv_in->dwork->dwork); in mlx5e_if_sa_deinstall() 500 mlx5e_if_sa_deinstall_onekey(ifp, dev_spi, pb.priv_in); in mlx5e_if_sa_deinstall() 529 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
|