Searched refs:key_length (Results 1 – 15 of 15) sorted by relevance
/arch/arm64/crypto/ |
D | aes-cipher-glue.c | 18 int rounds = 6 + ctx->key_length / 4; in aes_arm64_encrypt() 26 int rounds = 6 + ctx->key_length / 4; in aes_arm64_decrypt()
|
D | aes-glue.c | 195 int err, rounds = 6 + ctx->key_length / 4; in ecb_encrypt() 215 int err, rounds = 6 + ctx->key_length / 4; in ecb_decrypt() 236 int err = 0, rounds = 6 + ctx->key_length / 4; in cbc_encrypt_walk() 265 int err = 0, rounds = 6 + ctx->key_length / 4; in cbc_decrypt_walk() 293 int err, rounds = 6 + ctx->key_length / 4; in cts_cbc_encrypt() 350 int err, rounds = 6 + ctx->key_length / 4; in cts_cbc_decrypt() 423 int err, rounds = 6 + ctx->key1.key_length / 4; in essiv_cbc_encrypt() 445 int err, rounds = 6 + ctx->key1.key_length / 4; in essiv_cbc_decrypt() 467 int err, rounds = 6 + ctx->key_length / 4; in ctr_encrypt() 529 int err, first, rounds = 6 + ctx->key1.key_length / 4; in xts_encrypt() [all …]
|
D | aes-ce-glue.c | 43 return 6 + ctx->key_length / 4; in num_rounds() 93 ctx->key_length = key_len; in ce_aes_expandkey()
|
D | aes-ce-ccm-glue.c | 29 return 6 + ctx->key_length / 4; in num_rounds()
|
D | ghash-ce-glue.c | 300 return 6 + ctx->key_length / 4; in num_rounds()
|
/arch/arm/crypto/ |
D | aes-cipher-glue.c | 19 int rounds = 6 + ctx->key_length / 4; in aes_arm_encrypt() 27 int rounds = 6 + ctx->key_length / 4; in aes_arm_decrypt()
|
D | aes-ce-glue.c | 66 return 6 + ctx->key_length / 4; in num_rounds() 88 ctx->key_length = key_len; in ce_aes_expandkey()
|
/arch/x86/crypto/ |
D | camellia-x86_64-asm_64.S | 35 #define key_length CAMELLIA_TABLE_BYTE_LEN macro 200 cmpb $16, key_length(CTX); 231 cmpl $16, key_length(CTX); 435 cmpb $16, key_length(CTX); 467 cmpl $16, key_length(CTX);
|
D | camellia-aesni-avx-asm_64.S | 26 #define key_length CAMELLIA_TABLE_BYTE_LEN macro 771 cmpl $16, key_length(CTX); 929 cmpl $16, key_length(CTX); 959 cmpl $16, key_length(CTX); 1281 cmpl $16, key_length(CTX);
|
D | camellia-aesni-avx2-asm_64.S | 16 #define key_length CAMELLIA_TABLE_BYTE_LEN macro 809 cmpl $16, key_length(CTX); 973 cmpl $16, key_length(CTX); 1007 cmpl $16, key_length(CTX); 1395 cmpl $16, key_length(CTX);
|
D | aesni-intel_glue.c | 495 if (ctx->key_length == AES_KEYSIZE_128) in aesni_ctr_enc_avx_tfm() 497 else if (ctx->key_length == AES_KEYSIZE_192) in aesni_ctr_enc_avx_tfm()
|
D | camellia_glue.c | 1237 cctx->key_length = key_len; in __camellia_setkey()
|
/arch/x86/include/asm/crypto/ |
D | camellia.h | 19 u32 key_length; member
|
/arch/s390/include/uapi/asm/ |
D | dasd.h | 214 unsigned int key_length; /* Key length of first record in error */ member
|
/arch/sparc/crypto/ |
D | aes_glue.c | 54 u32 key_length; member 195 ctx->key_length = key_len; in aes_set_key()
|