Home
last modified time | relevance | path

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

/linux/Documentation/crypto/
H A Dapi-skcipher.rst35 :functions: crypto_alloc_cipher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_cipher_decrypt_one
/linux/include/crypto/internal/
H A Dcipher.h81 * crypto_has_cipher() - Search for the availability of a single block cipher
90 static inline int crypto_has_cipher(const char *alg_name, u32 type, u32 mask) in crypto_has_cipher() function