Home
last modified time | relevance | path

Searched refs:ipsec_check_key (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h932 extern int ipsec_check_key(crypto_mech_type_t, sadb_key_t *, boolean_t, int *);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecesp.c3489 if (ipsec_check_key(aalg->alg_mech_type, akey, B_TRUE,
3534 if (ipsec_check_key(ealg->alg_mech_type, ekey, B_FALSE,
H A Dipsecah.c1133 if (ipsec_check_key(aalg->alg_mech_type, key, B_TRUE, in ah_add_sa()
H A Dsadb.c7560 ipsec_check_key(crypto_mech_type_t mech_type, sadb_key_t *sadb_key, function