Home
last modified time | relevance | path

Searched refs:alg_id (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/lib/libipsec/
HDpfkey.c105 findsupportedalg(u_int satype, u_int alg_id) in findsupportedalg() argument
130 if (((struct sadb_alg *)p)->sadb_alg_id == alg_id) in findsupportedalg()
181 ipsec_check_keylen(u_int supported, u_int alg_id, u_int keylen) in ipsec_check_keylen() argument
198 return ipsec_check_keylen2(satype, alg_id, keylen); in ipsec_check_keylen()
210 ipsec_check_keylen2(u_int satype, u_int alg_id, u_int keylen) in ipsec_check_keylen2() argument
214 alg = findsupportedalg(satype, alg_id); in ipsec_check_keylen2()
236 ipsec_get_keylen(u_int supported, u_int alg_id, struct sadb_alg *alg0) in ipsec_get_keylen() argument
259 alg = findsupportedalg(satype, alg_id); in ipsec_get_keylen()
/freebsd-14-stable/contrib/libarchive/libarchive/
HDarchive_read_support_format_zip.c243 unsigned alg_id; member
2767 zip->alg_id = archive_le16dec(p+6); in read_decryption_header()
2768 switch (zip->alg_id) { in read_decryption_header()
2785 "Unknown encryption algorithm: %u", zip->alg_id); in read_decryption_header()