Searched refs:sadb_key (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.h | 385 extern void print_key(FILE *, char *, struct sadb_key *); 399 extern boolean_t save_key(struct sadb_key *, FILE *);
|
H A D | ipsec_util.c | 2176 print_key(FILE *file, char *prefix, struct sadb_key *key) in print_key() 2701 "AKY: "), (struct sadb_key *)current); in print_samsg() 2705 "EKY: "), (struct sadb_key *)current); in print_samsg() 2927 save_key(struct sadb_key *key, FILE *ofile) in save_key() 3135 if (!save_key((struct sadb_key *)ext, ofile)) { in save_assoc()
|
/titanic_41/usr/src/uts/common/net/ |
H A D | pfkeyv2.h | 157 typedef struct sadb_key { struct
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipseckey.c | 821 static struct sadb_key * 824 struct sadb_key *retval; in parsekey() 1651 struct sadb_key *encrypt = NULL, *auth = NULL; in doaddup()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | sadb.c | 7279 ipsec_check_key(crypto_mech_type_t mech_type, sadb_key_t *sadb_key, argument 7291 crypto_key.ck_data = sadb_key + 1; 7292 crypto_key.ck_length = sadb_key->sadb_key_bits;
|