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

/darwin-on-arm/xnu/bsd/netkey/
H A Dkey.c528 static int key_acquire(struct secasindex *, struct secpolicy *);
839 * key_acquire with it.
845 if ((error = key_acquire(saidx, isr->sp)) != 0) {
848 "from key_acquire.\n", error));
7202 key_acquire( function
7218 panic("key_acquire: NULL pointer is passed.\n");
7220 panic("key_acquire: invalid proto is passed.\n");
7614 error = key_acquire(&saidx, NULL);
7617 "from key_acquire.\n", mhp->msg->sadb_msg_errno));

Completed in 21 milliseconds