Searched refs:cipher (Results 1 - 16 of 16) sorted by relevance
/arch/x86/crypto/ |
H A D | fpu.c | 85 struct crypto_blkcipher *cipher; local 87 cipher = crypto_spawn_blkcipher(spawn); 88 if (IS_ERR(cipher)) 89 return PTR_ERR(cipher); 91 ctx->child = cipher;
|
H A D | aes_glue.c | 44 .cipher = {
|
H A D | twofish_glue.c | 74 .cipher = {
|
H A D | blowfish_glue.c | 36 /* regular block cipher functions */ 41 /* 4-way parallel cipher functions */ 368 .cipher = {
|
H A D | des3_ede_glue.c | 36 /* regular block cipher functions */ 40 /* 3-way parallel cipher functions */ 395 .cipher = {
|
H A D | aesni-intel_glue.c | 863 /* We want to cipher all zeros to create the hash sub key. */ 1183 .cipher = { 1202 .cipher = {
|
H A D | camellia_glue.c | 38 /* regular block cipher functions */ 46 /* 2-way parallel cipher functions */ 1571 .cipher = {
|
/arch/arm64/crypto/ |
H A D | Makefile | 20 obj-$(CONFIG_CRYPTO_AES_ARM64_CE) += aes-ce-cipher.o 21 CFLAGS_aes-ce-cipher.o += -march=armv8-a+crypto
|
/arch/cris/include/uapi/arch-v32/arch/ |
H A D | cryptocop.h | 28 cryptocop_cipher_m2m = 3, /* mem2mem is essentially a NULL cipher with blocklength=1 */ 65 cryptocop_cipher_type cipher; /* AES, DES, 3DES, m2m, none */ member in struct:strcop_session_op 96 /* cipher_iv is used if do_cipher and cipher_explicit and the cipher 97 mode is CBC. The length is controlled by the type of cipher,
|
/arch/arm/crypto/ |
H A D | aes_glue.c | 71 .cipher = {
|
/arch/s390/crypto/ |
H A D | des_s390.c | 75 .cipher = { 279 .cipher = {
|
H A D | aes_s390.c | 222 .cipher = {
|
/arch/sparc/crypto/ |
H A D | des_glue.c | 391 .cipher = { 447 .cipher = {
|
H A D | camellia_glue.c | 236 .cipher = {
|
H A D | aes_glue.c | 395 .cipher = {
|
/arch/cris/arch-v32/drivers/ |
H A D | cryptocop.c | 850 /* mem2mem is handled as a NULL cipher. */ 862 /* cipher */ 881 DEBUG_API(printk("cryptocop_setup_dma_list: cipher_ctx, bad cipher mode==%d\n", tctx->init.cipher_mode)); 952 /* Download key if a cipher is used. */ 965 /* Download explicit IV if a cipher is used and CBC mode and explicit IV selected. */ 969 DEBUG(printk("cryptocop_setup_dma_list: setup cipher CBC IV descriptor.\n")); 1091 DEBUG_API(printk("cryptocop_setup_dma_list: cipher source from inactive unit %d\n", cipher_ctx.curr_src->unit_no)); 1101 DEBUG_API(printk("cryptocop_setup_dma_list: cipher source from inactive unit %d\n", csum_ctx.curr_src->unit_no)); 1110 block processing unit, i.e. a cipher, it will be temporarily incorrect at some times. However 1219 DEBUG_API(printk("cryptocop_setup_dma_list: alloc EOP descriptor for cipher\ [all...] |
Completed in 214 milliseconds