Home
last modified time | relevance | path

Searched refs:IKE_ATTR_ENCRYPTION_ALGORITHM (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/usr.sbin/tcpdump/
Dike.h39 #define IKE_ATTR_ENCRYPTION_ALGORITHM 1 macro
Dprint-ike.c342 CASE_PRINT(IKE_ATTR_ENCRYPTION_ALGORITHM, attr_enc); in ike_attribute_print()
/openbsd/src/sbin/isakmpd/
Dike_phase_1.c123 ike_encrypt_cst, IKE_ATTR_ENCRYPTION_ALGORITHM, &attr)) in ike_phase_1_initiator_send_SA()
1278 case IKE_ATTR_ENCRYPTION_ALGORITHM: in attribute_unacceptable()
Dipsec.c921 (type < IKE_ATTR_ENCRYPTION_ALGORITHM || type > IKE_ATTR_GROUP_ORDER)) in ipsec_validate_attribute()
1290 case IKE_ATTR_ENCRYPTION_ALGORITHM: in ipsec_is_attribute_incompatible()
1423 case IKE_ATTR_ENCRYPTION_ALGORITHM: in ipsec_decode_attribute()
Dsa.c967 if (type < IKE_ATTR_ENCRYPTION_ALGORITHM || in sa_validate_xf_attrs()