Home
last modified time | relevance | path

Searched refs:key_length (Results 1 – 15 of 15) sorted by relevance

/arch/arm/crypto/
A Daes-cipher-glue.c20 int rounds = 6 + ctx->key_length / 4; in aes_arm_encrypt()
28 int rounds = 6 + ctx->key_length / 4; in aes_arm_decrypt()
A Daes-ce-glue.c64 return 6 + ctx->key_length / 4; in num_rounds()
86 ctx->key_length = key_len; in ce_aes_expandkey()
/arch/arm64/crypto/
A Daes-cipher-glue.c18 int rounds = 6 + ctx->key_length / 4; in aes_arm64_encrypt()
26 int rounds = 6 + ctx->key_length / 4; in aes_arm64_decrypt()
A Daes-glue.c183 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 Daes-ce-glue.c43 return 6 + ctx->key_length / 4; in num_rounds()
93 ctx->key_length = key_len; in ce_aes_expandkey()
A Daes-ce-ccm-glue.c32 return 6 + ctx->key_length / 4; in num_rounds()
A Dghash-ce-glue.c198 return 6 + ctx->key_length / 4; in num_rounds()
/arch/x86/crypto/
A Dcamellia-x86_64-asm_64.S36 #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 Dcamellia.h19 u32 key_length; member
A Dcamellia-aesni-avx-asm_64.S26 #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 Dcamellia-aesni-avx2-asm_64.S16 #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 Dcamellia_glue.c1237 cctx->key_length = key_len; in __camellia_setkey()
A Daesni-intel_glue.c1205 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 Ddasd.h228 unsigned int key_length; /* Key length of first record in error */ member
/arch/sparc/crypto/
A Daes_glue.c54 u32 key_length; member
193 ctx->key_length = key_len; in aes_set_key()

Completed in 38 milliseconds