Searched refs:crypto_has_cipher (Results 1 – 2 of 2) sorted by relevance
35 :functions: crypto_alloc_cipher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_cipher_decrypt_one
81 * crypto_has_cipher() - Search for the availability of a single block cipher90 static inline int crypto_has_cipher(const char *alg_name, u32 type, u32 mask) in crypto_has_cipher() function