Searched refs:ks (Results 1 – 3 of 3) sorted by relevance
| /arch/microblaze/include/asm/ |
| A D | mmu.h | 44 unsigned long ks:1; /* Supervisor 'key' (normally 0) */ member
|
| /arch/arm64/crypto/ |
| A D | sm4-ce-glue.c | 562 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 D | aes-glue.c | 844 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