Searched refs:blkcipher (Results  1 – 14 of 14) sorted by relevance
| /Linux-v5.4/arch/s390/crypto/ | 
| D | des_s390.c | 155 		.blkcipher = {195 		.blkcipher = {
 300 		.blkcipher = {
 341 		.blkcipher = {
 434 		.blkcipher = {
 476 		.blkcipher = {
 
 | 
| D | paes_s390.c | 217 		.blkcipher = {343 		.blkcipher = {
 512 		.blkcipher = {
 681 		.blkcipher = {
 
 | 
| D | aes_s390.c | 342 		.blkcipher = {439 		.blkcipher = {
 652 		.blkcipher = {
 782 		.blkcipher = {
 
 | 
| /Linux-v5.4/drivers/crypto/marvell/ | 
| D | cipher.c | 212 		memcpy(skreq->iv, basereq->chain.last->op->ctx.blkcipher.iv,  in mv_cesa_skcipher_complete()473 	memcpy(tmpl->ctx.blkcipher.key, ctx->key, DES_KEY_SIZE);  in mv_cesa_des_op()
 526 	memcpy(tmpl->ctx.blkcipher.iv, req->iv, DES_BLOCK_SIZE);  in mv_cesa_cbc_des_op()
 578 	memcpy(tmpl->ctx.blkcipher.key, ctx->key, DES3_EDE_KEY_SIZE);  in mv_cesa_des3_op()
 631 	memcpy(tmpl->ctx.blkcipher.iv, req->iv, DES3_EDE_BLOCK_SIZE);  in mv_cesa_cbc_des3_op()
 697 		tmpl->ctx.blkcipher.key[i] = cpu_to_le32(key[i]);  in mv_cesa_aes_op()
 758 	memcpy(tmpl->ctx.blkcipher.iv, req->iv, AES_BLOCK_SIZE);  in mv_cesa_cbc_aes_op()
 
 | 
| D | cesa.h | 268 		struct mv_cesa_blkcipher_op_ctx blkcipher;  member
 | 
| /Linux-v5.4/crypto/ | 
| D | skcipher.c | 602 	struct crypto_blkcipher *blkcipher = *ctx;  in skcipher_setkey_blkcipher()  local605 	crypto_blkcipher_clear_flags(blkcipher, ~0);  in skcipher_setkey_blkcipher()
 606 	crypto_blkcipher_set_flags(blkcipher, crypto_skcipher_get_flags(tfm) &  in skcipher_setkey_blkcipher()
 608 	err = crypto_blkcipher_setkey(blkcipher, key, keylen);  in skcipher_setkey_blkcipher()
 609 	crypto_skcipher_set_flags(tfm, crypto_blkcipher_get_flags(blkcipher) &  in skcipher_setkey_blkcipher()
 668 	struct crypto_blkcipher *blkcipher;  in crypto_init_skcipher_ops_blkcipher()  local
 681 	blkcipher = __crypto_blkcipher_cast(btfm);  in crypto_init_skcipher_ops_blkcipher()
 682 	*ctx = blkcipher;  in crypto_init_skcipher_ops_blkcipher()
 689 	skcipher->ivsize = crypto_blkcipher_ivsize(blkcipher);  in crypto_init_skcipher_ops_blkcipher()
 
 | 
| D | Makefile | 19 crypto_blkcipher-y += blkcipher.o
 | 
| /Linux-v5.4/arch/powerpc/crypto/ | 
| D | aes-spe-glue.c | 422 		.blkcipher = {442 		.blkcipher = {
 462 		.blkcipher = {
 482 		.blkcipher = {
 
 | 
| /Linux-v5.4/arch/sparc/crypto/ | 
| D | des_glue.c | 403 		.blkcipher = {422 		.blkcipher = {
 460 		.blkcipher = {
 479 		.blkcipher = {
 
 | 
| D | camellia_glue.c | 256 		.blkcipher = {275 		.blkcipher = {
 
 | 
| D | aes_glue.c | 414 		.blkcipher = {433 		.blkcipher = {
 453 		.blkcipher = {
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | crypto.h | 454 #define cra_blkcipher	cra_u.blkcipher569 		struct blkcipher_alg blkcipher;  member
 757 #define crt_blkcipher	crt_u.blkcipher
 767 		struct blkcipher_tfm blkcipher;  member
 
 | 
| /Linux-v5.4/drivers/crypto/ | 
| D | padlock-aes.c | 404 		.blkcipher = {479 		.blkcipher = {
 
 | 
| D | geode-aes.c | 403 		.blkcipher	=	{489 		.blkcipher	=	{
 
 |