Searched refs:crypto_alloc_cipher (Results 1 – 4 of 4) sorted by relevance
35 …:functions: crypto_alloc_cipher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypt…
56 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, in crypto_alloc_cipher() function
197 tctx->fallback.cip = crypto_alloc_cipher(name, 0, in fallback_init_cip()
3514 tfm = crypto_alloc_cipher(driver, type, mask); in alg_test_cipher()