Lines Matching refs:in
435 u8 in[16] = { 0 }; in vmac_setkey() local
447 in[0] = 0x80; in vmac_setkey()
449 crypto_cipher_encrypt_one(tctx->cipher, (u8 *)out, in); in vmac_setkey()
452 in[15]++; in vmac_setkey()
456 in[0] = 0xC0; in vmac_setkey()
457 in[15] = 0; in vmac_setkey()
459 crypto_cipher_encrypt_one(tctx->cipher, (u8 *)out, in); in vmac_setkey()
462 in[15]++; in vmac_setkey()
466 in[0] = 0xE0; in vmac_setkey()
467 in[15] = 0; in vmac_setkey()
470 crypto_cipher_encrypt_one(tctx->cipher, (u8 *)out, in); in vmac_setkey()
473 in[15]++; in vmac_setkey()