Searched refs:key_length (Results 1 – 15 of 15) sorted by relevance
| /arch/arm/crypto/ |
| A D | aes-cipher-glue.c | 20 int rounds = 6 + ctx->key_length / 4; in aes_arm_encrypt() 28 int rounds = 6 + ctx->key_length / 4; in aes_arm_decrypt()
|
| A D | aes-ce-glue.c | 64 return 6 + ctx->key_length / 4; in num_rounds() 86 ctx->key_length = key_len; in ce_aes_expandkey()
|
| /arch/arm64/crypto/ |
| A 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()
|
| A D | aes-glue.c | 183 int err, rounds = 6 + ctx->key_length / 4; in ecb_encrypt() 203 int err, rounds = 6 + ctx->key_length / 4; in ecb_decrypt() 224 int err = 0, rounds = 6 + ctx->key_length / 4; in cbc_encrypt_walk() 253 int err = 0, rounds = 6 + ctx->key_length / 4; in cbc_decrypt_walk() 281 int err, rounds = 6 + ctx->key_length / 4; in cts_cbc_encrypt() 338 int err, rounds = 6 + ctx->key_length / 4; in cts_cbc_decrypt() 411 int err, rounds = 6 + ctx->key1.key_length / 4; in essiv_cbc_encrypt() 433 int err, rounds = 6 + ctx->key1.key_length / 4; in essiv_cbc_decrypt() 455 int err, rounds = 6 + ctx->key_length / 4; in xctr_encrypt() 501 int err, rounds = 6 + ctx->key_length / 4; in ctr_encrypt() [all …]
|
| A 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()
|
| A D | aes-ce-ccm-glue.c | 32 return 6 + ctx->key_length / 4; in num_rounds()
|
| A D | ghash-ce-glue.c | 198 return 6 + ctx->key_length / 4; in num_rounds()
|
| /arch/x86/crypto/ |
| A D | camellia-x86_64-asm_64.S | 36 #define key_length CAMELLIA_TABLE_BYTE_LEN macro 203 cmpb $16, key_length(CTX); 234 cmpl $16, key_length(CTX); 438 cmpb $16, key_length(CTX); 470 cmpl $16, key_length(CTX);
|
| A D | camellia.h | 19 u32 key_length; member
|
| A D | camellia-aesni-avx-asm_64.S | 26 #define key_length CAMELLIA_TABLE_BYTE_LEN macro 762 cmpl $16, key_length(CTX); 919 cmpl $16, key_length(CTX); 949 cmpl $16, key_length(CTX);
|
| A D | camellia-aesni-avx2-asm_64.S | 16 #define key_length CAMELLIA_TABLE_BYTE_LEN macro 796 cmpl $16, key_length(CTX); 959 cmpl $16, key_length(CTX); 994 cmpl $16, key_length(CTX);
|
| A D | camellia_glue.c | 1237 cctx->key_length = key_len; in __camellia_setkey()
|
| A D | aesni-intel_glue.c | 1205 BUILD_BUG_ON(offsetof(struct aes_gcm_key_aesni, base.aes_key.key_length) != 480); in gcm_setkey() 1210 BUILD_BUG_ON(offsetof(struct aes_gcm_key_avx10, base.aes_key.key_length) != 480); in gcm_setkey()
|
| /arch/s390/include/uapi/asm/ |
| A D | dasd.h | 228 unsigned int key_length; /* Key length of first record in error */ member
|
| /arch/sparc/crypto/ |
| A D | aes_glue.c | 54 u32 key_length; member 193 ctx->key_length = key_len; in aes_set_key()
|
Completed in 38 milliseconds