Home
last modified time | relevance | path

Searched refs:crypto_alloc_blkcipher (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/Documentation/crypto/
Dapi-skcipher.rst62 …:functions: crypto_alloc_blkcipher crypto_free_blkcipher crypto_has_blkcipher crypto_blkcipher_nam…
/Linux-v4.19/drivers/crypto/bcm/
Dutil.c212 crypto_alloc_blkcipher(alg_name, 0, CRYPTO_ALG_ASYNC); in do_decrypt()
/Linux-v4.19/drivers/crypto/
Dgeode-aes.c373 op->fallback.blk = crypto_alloc_blkcipher(name, 0, in fallback_init_blk()
/Linux-v4.19/include/linux/
Dcrypto.h1141 static inline struct crypto_blkcipher *crypto_alloc_blkcipher( in crypto_alloc_blkcipher() function