Lines Matching defs:out
434 __be64 out[2];
449 crypto_cipher_encrypt_one(tctx->cipher, (u8 *)out, in);
450 tctx->nhkey[i] = be64_to_cpu(out[0]);
451 tctx->nhkey[i+1] = be64_to_cpu(out[1]);
459 crypto_cipher_encrypt_one(tctx->cipher, (u8 *)out, in);
460 tctx->polykey[i] = be64_to_cpu(out[0]) & mpoly;
461 tctx->polykey[i+1] = be64_to_cpu(out[1]) & mpoly;
470 crypto_cipher_encrypt_one(tctx->cipher, (u8 *)out, in);
471 tctx->l3key[i] = be64_to_cpu(out[0]);
472 tctx->l3key[i+1] = be64_to_cpu(out[1]);
562 static int vmac_final(struct shash_desc *desc, u8 *out)
593 put_unaligned_be64(hash + pad, out);