Home
last modified time | relevance | path

Searched refs:ks (Results 1 – 3 of 3) sorted by relevance

/arch/microblaze/include/asm/
A Dmmu.h44 unsigned long ks:1; /* Supervisor 'key' (normally 0) */ member
/arch/arm64/crypto/
A Dsm4-ce-glue.c562 static u8 const ks[3][SM4_BLOCK_SIZE] = { in sm4_xcbc_setkey() local
576 sm4_ce_crypt_block(ctx->key.rkey_enc, key2, ks[0]); in sm4_xcbc_setkey()
577 sm4_ce_crypt(ctx->key.rkey_enc, ctx->consts, ks[1], 2); in sm4_xcbc_setkey()
A Daes-glue.c844 static u8 const ks[3][AES_BLOCK_SIZE] = { in xcbc_setkey() local
860 aes_ecb_encrypt(key, ks[0], ctx->key.key_enc, rounds, 1); in xcbc_setkey()
861 aes_ecb_encrypt(ctx->consts, ks[1], ctx->key.key_enc, rounds, 2); in xcbc_setkey()

Completed in 15 milliseconds