Searched refs:__crypto_cipher_cast (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/crypto/internal/
H A Dcipher.h37 static inline struct crypto_cipher *__crypto_cipher_cast(struct crypto_tfm *tfm) function
63 return __crypto_cipher_cast(crypto_alloc_base(alg_name, type, mask));
212 return __crypto_cipher_cast(crypto_spawn_tfm(&spawn->base, type, mask));
/linux-master/crypto/
H A Dcipher.c115 ncipher = __crypto_cipher_cast(ntfm);

Completed in 363 milliseconds