Searched refs:cipher_prop (Results 1 – 1 of 1) sorted by relevance
283 compat_cipher_proposal(char *cipher_prop) in compat_cipher_proposal() argument286 return cipher_prop; in compat_cipher_proposal()287 debug2("%s: original cipher proposal: %s", __func__, cipher_prop); in compat_cipher_proposal()288 cipher_prop = filter_proposal(cipher_prop, "aes*"); in compat_cipher_proposal()289 debug2("%s: compat cipher proposal: %s", __func__, cipher_prop); in compat_cipher_proposal()290 if (*cipher_prop == '\0') in compat_cipher_proposal()292 return cipher_prop; in compat_cipher_proposal()