Searched refs:ks (Results 1 – 2 of 2) sorted by relevance
/crypto/ |
D | xcbc.c | 27 static u_int32_t ks[12] = {0x01010101, 0x01010101, 0x01010101, 0x01010101, variable 74 crypto_cipher_encrypt_one(ctx->child, consts, (u8 *)ks + bs); in crypto_xcbc_digest_setkey() 75 crypto_cipher_encrypt_one(ctx->child, consts + bs, (u8 *)ks + bs * 2); in crypto_xcbc_digest_setkey() 76 crypto_cipher_encrypt_one(ctx->child, key1, (u8 *)ks); in crypto_xcbc_digest_setkey()
|
D | seed.c | 316 t0 = X3 ^ ks[rbase]; \ 317 t1 = X4 ^ ks[rbase+1]; \ 374 const u32 *ks = ctx->keysched; in seed_encrypt() local 412 const u32 *ks = ctx->keysched; in seed_decrypt() local
|