Lines Matching refs:out
374 goto out; in check_fips140_module_hmac()
397 goto out; in check_fips140_module_hmac()
415 goto out; in check_fips140_module_hmac()
424 goto out; in check_fips140_module_hmac()
427 out: in check_fips140_module_hmac()
440 static void fips140_sha256(void *p, const u8 *data, unsigned int len, u8 *out, in fips140_sha256() argument
443 sha256(data, len, out); in fips140_sha256()
455 u8 *out, const u8 *in, int *hook_inuse) in fips140_aes_encrypt() argument
457 aes_encrypt(ctx, out, in); in fips140_aes_encrypt()
462 u8 *out, const u8 *in, int *hook_inuse) in fips140_aes_decrypt() argument
464 aes_decrypt(ctx, out, in); in fips140_aes_decrypt()