Searched refs:crypto_spawn_skcipher (Results 1 - 14 of 14) sorted by relevance

/linux-master/include/crypto/internal/
H A Dskcipher.h169 static inline struct crypto_skcipher *crypto_spawn_skcipher( function
/linux-master/crypto/
H A Dlrw.c272 cipher = crypto_spawn_skcipher(spawn);
H A Dctr.c227 cipher = crypto_spawn_skcipher(spawn);
H A Dcts.c293 cipher = crypto_spawn_skcipher(spawn);
H A Dxts.c303 child = crypto_spawn_skcipher(&ictx->spawn);
H A Dessiv.c305 skcipher = crypto_spawn_skcipher(&ictx->u.skcipher_spawn);
H A Dhctr2.c345 xctr = crypto_spawn_skcipher(&ictx->xctr_spawn);
H A Dadiantum.c438 streamcipher = crypto_spawn_skcipher(&ictx->streamcipher_spawn);
H A Dauthenc.c313 enc = crypto_spawn_skcipher(&ictx->enc);
H A Dauthencesn.c327 enc = crypto_spawn_skcipher(&ictx->enc);
H A Dccm.c407 ctr = crypto_spawn_skcipher(&ictx->ctr);
H A Dchacha20poly1305.c513 chacha = crypto_spawn_skcipher(&ictx->chacha);
H A Dcryptd.c347 cipher = crypto_spawn_skcipher(spawn);
H A Dgcm.c533 ctr = crypto_spawn_skcipher(&ictx->ctr);

Completed in 323 milliseconds