Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/libsaslc/dist/src/
H A Dmech_digestmd5.c169 uint32_t cipher_flags; member
1508 choose_cipher(saslc_sess_t *sess, unsigned int cipher_flags) in choose_cipher() argument
1514 if (cipher_flags == 0) { in choose_cipher()
1529 cipher_flags &= cipher_mask; in choose_cipher()
1535 if ((cipher_flags & F_CIPHER_AES) != 0) in choose_cipher()
1537 if ((cipher_flags & F_CIPHER_3DES) != 0) in choose_cipher()
1539 if ((cipher_flags & F_CIPHER_DES) != 0) in choose_cipher()
1541 if ((cipher_flags & F_CIPHER_RC4) != 0) in choose_cipher()
1543 if ((cipher_flags & F_CIPHER_RC4_56) != 0) in choose_cipher()
1545 if ((cipher_flags & F_CIPHER_RC4_40) != 0) in choose_cipher()
[all …]