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

/linux-master/include/crypto/internal/
H A Dskcipher.h157 static inline struct skcipher_alg_common *crypto_spawn_skcipher_alg_common( function
/linux-master/crypto/
H A Dlrw.c339 alg = crypto_spawn_skcipher_alg_common(spawn);
H A Dctr.c281 alg = crypto_spawn_skcipher_alg_common(spawn);
H A Dcts.c347 alg = crypto_spawn_skcipher_alg_common(spawn);
H A Dxts.c380 alg = crypto_spawn_skcipher_alg_common(&ctx->spawn);
H A Dessiv.c492 skcipher_alg = crypto_spawn_skcipher_alg_common(
H A Dhctr2.c434 xctr_alg = crypto_spawn_skcipher_alg_common(&ictx->xctr_spawn);
H A Dadiantum.c548 streamcipher_alg = crypto_spawn_skcipher_alg_common(&ictx->streamcipher_spawn);
H A Dauthenc.c395 enc = crypto_spawn_skcipher_alg_common(&ctx->enc);
H A Dauthencesn.c411 enc = crypto_spawn_skcipher_alg_common(&ctx->enc);
H A Dccm.c482 ctr = crypto_spawn_skcipher_alg_common(&ictx->ctr);
H A Dchacha20poly1305.c582 chacha = crypto_spawn_skcipher_alg_common(&ctx->chacha);
H A Dcryptd.c399 alg = crypto_spawn_skcipher_alg_common(&ctx->spawn);
H A Dgcm.c610 ctr = crypto_spawn_skcipher_alg_common(&ctx->ctr);

Completed in 148 milliseconds