Home
last modified time | relevance | path

Searched refs:main_key (Results 1 – 2 of 2) sorted by relevance

/arch/arm/crypto/
Dspeck-neon-glue.c31 struct speck128_tfm_ctx main_key; member
75 (*crypt_many)(ctx->main_key.round_keys, in __speck128_xts_crypt()
76 ctx->main_key.nrounds, in __speck128_xts_crypt()
87 (*crypt_one)(&ctx->main_key, dst, dst); in __speck128_xts_crypt()
132 err = crypto_speck128_setkey(&ctx->main_key, key, keylen); in speck128_xts_setkey()
142 struct speck64_tfm_ctx main_key; member
186 (*crypt_many)(ctx->main_key.round_keys, in __speck64_xts_crypt()
187 ctx->main_key.nrounds, in __speck64_xts_crypt()
198 (*crypt_one)(&ctx->main_key, dst, dst); in __speck64_xts_crypt()
242 err = crypto_speck64_setkey(&ctx->main_key, key, keylen); in speck64_xts_setkey()
/arch/arm64/crypto/
Dspeck-neon-glue.c25 struct speck128_tfm_ctx main_key; member
69 (*crypt_many)(ctx->main_key.round_keys, in __speck128_xts_crypt()
70 ctx->main_key.nrounds, in __speck128_xts_crypt()
81 (*crypt_one)(&ctx->main_key, dst, dst); in __speck128_xts_crypt()
126 err = crypto_speck128_setkey(&ctx->main_key, key, keylen); in speck128_xts_setkey()
136 struct speck64_tfm_ctx main_key; member
180 (*crypt_many)(ctx->main_key.round_keys, in __speck64_xts_crypt()
181 ctx->main_key.nrounds, in __speck64_xts_crypt()
192 (*crypt_one)(&ctx->main_key, dst, dst); in __speck64_xts_crypt()
236 err = crypto_speck64_setkey(&ctx->main_key, key, keylen); in speck64_xts_setkey()