Searched refs:key_spdacquire (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.h72 extern int key_spdacquire(struct secpolicy *);
H A Dkey.c2644 key_spdacquire( function
2655 panic("key_spdacquire: NULL pointer is passed.\n");
2657 panic("key_spdacquire: called but there is request.\n");
2659 panic("key_spdacquire: policy mismathed. IPsec is expected.\n");
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_output.c248 * key_spdacquire:??? [IPSEC]
1149 error = key_spdacquire(sp);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_output.c486 error = key_spdacquire(sp);

Completed in 33 milliseconds