Home
last modified time | relevance | path

Searched refs:crypto_spawn_cipher_alg (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/include/crypto/internal/
H A Dcipher.h198 static inline struct crypto_alg *crypto_spawn_cipher_alg( in crypto_spawn_cipher_alg() function
H A Dskcipher.h220 return crypto_spawn_cipher_alg(spawn); in skcipher_ialg_simple()
/OK3568_Linux_fs/kernel/crypto/
H A Dxcbc.c211 alg = crypto_spawn_cipher_alg(spawn); in xcbc_create()
H A Dcmac.c245 alg = crypto_spawn_cipher_alg(spawn); in cmac_create()
H A Dadiantum.c526 blockcipher_alg = crypto_spawn_cipher_alg(&ictx->blockcipher_spawn); in adiantum_create()
H A Dvmac.c640 alg = crypto_spawn_cipher_alg(spawn); in vmac_create()
H A Dccm.c884 alg = crypto_spawn_cipher_alg(spawn); in cbcmac_create()
H A Dskcipher.c957 cipher_alg = crypto_spawn_cipher_alg(spawn); in skcipher_alloc_instance_simple()