Home
last modified time | relevance | path

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

/arch/arm64/crypto/
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()
Daes-glue.c195 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 …]
Daes-ce-glue.c43 return 6 + ctx->key_length / 4; in num_rounds()
93 ctx->key_length = key_len; in ce_aes_expandkey()
Daes-ce-ccm-glue.c29 return 6 + ctx->key_length / 4; in num_rounds()
Dghash-ce-glue.c300 return 6 + ctx->key_length / 4; in num_rounds()
/arch/arm/crypto/
Daes-cipher-glue.c19 int rounds = 6 + ctx->key_length / 4; in aes_arm_encrypt()
27 int rounds = 6 + ctx->key_length / 4; in aes_arm_decrypt()
Daes-ce-glue.c66 return 6 + ctx->key_length / 4; in num_rounds()
88 ctx->key_length = key_len; in ce_aes_expandkey()
/arch/x86/crypto/
Dcamellia-x86_64-asm_64.S35 #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);
Dcamellia-aesni-avx-asm_64.S26 #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);
Dcamellia-aesni-avx2-asm_64.S16 #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);
Daesni-intel_glue.c495 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()
Dcamellia_glue.c1237 cctx->key_length = key_len; in __camellia_setkey()
/arch/x86/include/asm/crypto/
Dcamellia.h19 u32 key_length; member
/arch/s390/include/uapi/asm/
Ddasd.h214 unsigned int key_length; /* Key length of first record in error */ member
/arch/sparc/crypto/
Daes_glue.c54 u32 key_length; member
195 ctx->key_length = key_len; in aes_set_key()