Searched refs:ks (Results 1 – 2 of 2) sorted by relevance
| /crypto/ |
| A D | xcbc.c | 18 static u_int32_t ks[12] = {0x01010101, 0x01010101, 0x01010101, 0x01010101, variable 50 crypto_cipher_encrypt_one(ctx->child, consts, (u8 *)ks + bs); in crypto_xcbc_digest_setkey() 51 crypto_cipher_encrypt_one(ctx->child, consts + bs, (u8 *)ks + bs * 2); in crypto_xcbc_digest_setkey() 52 crypto_cipher_encrypt_one(ctx->child, key1, (u8 *)ks); in crypto_xcbc_digest_setkey()
|
| A D | seed.c | 312 t0 = X3 ^ ks[rbase]; \ 313 t1 = X4 ^ ks[rbase+1]; \ 367 const u32 *ks = ctx->keysched; in seed_encrypt() local 403 const u32 *ks = ctx->keysched; in seed_decrypt() local
|
Completed in 6 milliseconds