Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/libsaslc/dist/src/
H A Dmech_digestmd5.c135 static const named_flag_t cipher_tbl[] = { variable
150 assert(cipher < __arraycount(cipher_tbl) - 1); /* NULL terminated */ in cipher_name()
151 if (cipher < __arraycount(cipher_tbl) - 1) in cipher_name()
152 return cipher_tbl[cipher].name; in cipher_name()
160 return saslc__list_flags(list, cipher_tbl); in cipher_list_flags()