Searched refs:cipher_prop (Results 1 – 1 of 1) sorted by relevance
248 compat_cipher_proposal(char *cipher_prop) in compat_cipher_proposal() argument251 return cipher_prop; in compat_cipher_proposal()252 debug2("%s: original cipher proposal: %s", __func__, cipher_prop); in compat_cipher_proposal()253 cipher_prop = filter_proposal(cipher_prop, "aes*"); in compat_cipher_proposal()254 debug2("%s: compat cipher proposal: %s", __func__, cipher_prop); in compat_cipher_proposal()255 if (*cipher_prop == '\0') in compat_cipher_proposal()257 return cipher_prop; in compat_cipher_proposal()