Lines Matching full:t_id
504 ipsecdoi2pfkey_ealg(t_id)
505 u_int t_id;
507 switch (t_id) {
545 "Not supported transform: %u\n", t_id);
551 "Invalid transform id: %u\n", t_id);
559 ipsecdoi2pfkey_calg(t_id)
560 u_int t_id;
562 switch (t_id) {
573 "Invalid transform id: %u\n", t_id);
721 pfkey_convertfromipsecdoi(proto_id, t_id, hashtype,
724 u_int t_id;
735 if ((*e_type = ipsecdoi2pfkey_ealg(t_id)) == ~0)
737 if ((*e_keylen = keylen_ealg(t_id, *e_keylen)) == ~0)
760 if (t_id == IPSECDOI_ATTR_AUTH_HMAC_MD5
775 if ((*e_type = ipsecdoi2pfkey_calg(t_id)) == ~0)