Searched refs:key_newsp (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.h68 extern struct secpolicy *key_newsp(void);
H A Dkey.c1644 key_newsp(void) function
1685 if ((newsp = key_newsp()) == NULL) {
/darwin-on-arm/xnu/bsd/netinet6/
H A Dipsec.c1266 if ((new->sp_in = key_newsp()) == NULL) {
1273 if ((new->sp_out = key_newsp()) == NULL) {
1328 dst = key_newsp();

Completed in 32 milliseconds