Home
last modified time | relevance | path

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

/crypto/
Dseed.c312 t0 = X3 ^ ks[rbase]; \
313 t1 = X4 ^ ks[rbase+1]; \
370 const u32 *ks = ctx->keysched; in seed_encrypt() local
408 const u32 *ks = ctx->keysched; in seed_decrypt() local
Dxcbc.c15 static u_int32_t ks[12] = {0x01010101, 0x01010101, 0x01010101, 0x01010101, variable
64 crypto_cipher_encrypt_one(ctx->child, consts, (u8 *)ks + bs); in crypto_xcbc_digest_setkey()
65 crypto_cipher_encrypt_one(ctx->child, consts + bs, (u8 *)ks + bs * 2); in crypto_xcbc_digest_setkey()
66 crypto_cipher_encrypt_one(ctx->child, key1, (u8 *)ks); in crypto_xcbc_digest_setkey()