Searched defs:result (Results 1 – 9 of 9) sorted by relevance
/crypto/ |
D | ecc.c | 222 static u64 vli_lshift(u64 *result, const u64 *in, unsigned int shift, in vli_lshift() 254 static u64 vli_add(u64 *result, const u64 *left, const u64 *right, in vli_add() 274 static u64 vli_uadd(u64 *result, const u64 *left, u64 right, in vli_uadd() 296 u64 vli_sub(u64 *result, const u64 *left, const u64 *right, in vli_sub() 317 static u64 vli_usub(u64 *result, const u64 *left, u64 right, in vli_usub() 338 uint128_t result; in mul_64_64() local 369 uint128_t result; in add_128_128() local 377 static void vli_mult(u64 *result, const u64 *left, const u64 *right, in vli_mult() 414 static void vli_umult(u64 *result, const u64 *left, u32 right, in vli_umult() 435 static void vli_square(u64 *result, const u64 *left, unsigned int ndigits) in vli_square() [all …]
|
D | algif_rng.c | 66 u8 result[MAXSIZE]; in rng_recvmsg() local
|
D | algif_hash.c | 22 u8 *result; member 190 bool result; in hash_recvmsg() local
|
D | testmgr.c | 1052 const u8 *result, unsigned int digestsize, in check_hash_result() 1101 u8 result[HASH_MAX_DIGESTSIZE + TESTMGR_POISON_LEN]; in test_shash_vec_cfg() local 1252 u8 *result, unsigned int digestsize, in check_nonfinal_ahash_op() 1288 u8 result[HASH_MAX_DIGESTSIZE + TESTMGR_POISON_LEN]; in test_ahash_vec_cfg() local 2355 const char *input, *result; in test_cipher() local 3180 char result[32]; in test_cprng() local
|
D | ahash.c | 29 u8 *result; member
|
D | testmgr.h | 120 const char *result; member
|
D | tcrypt.c | 715 char result[64]; member
|
/crypto/async_tx/ |
D | raid6test.c | 60 enum sum_check_flags result = ~0; in raid6_dual_recov() local
|
D | async_xor.c | 257 int src_cnt, size_t len, enum sum_check_flags *result, in async_xor_val()
|