Home
last modified time | relevance | path

Searched refs:min (Results 1 – 16 of 16) sorted by relevance

/crypto/
A Dtcrypt.c1471 ret = min(ret, tcrypt_test("md5")); in do_test()
1475 ret = min(ret, tcrypt_test("sha1")); in do_test()
1491 ret = min(ret, tcrypt_test("md4")); in do_test()
1495 ret = min(ret, tcrypt_test("sha256")); in do_test()
1531 ret = min(ret, tcrypt_test("sha384")); in do_test()
1581 ret = min(ret, tcrypt_test("wp512")); in do_test()
1585 ret = min(ret, tcrypt_test("wp384")); in do_test()
1589 ret = min(ret, tcrypt_test("wp256")); in do_test()
1622 ret = min(ret, tcrypt_test("lzo")); in do_test()
1654 ret = min(ret, tcrypt_test("ghash")); in do_test()
[all …]
A Dxor.c87 ktime_t min, start, t0; in do_xor_speed() local
104 min = ktime_sub(t0, start); in do_xor_speed()
109 speed = (1000 * reps * BENCH_SIZE) / (unsigned int)ktime_to_ns(min); in do_xor_speed()
A Djitterentropy.c384 static __u64 jent_loop_shuffle(unsigned int bits, unsigned int min) in jent_loop_shuffle() argument
406 return (shuffle + (1<<min)); in jent_loop_shuffle()
642 tocopy = min(DATA_SIZE_BITS / 8, len); in jent_read_entropy()
A Dnhpoly1305.c111 bytes = min(srclen, state->nh_remaining); in nhpoly1305_units()
164 bytes = min(srclen, (int)NH_MESSAGE_UNIT - state->buflen); in crypto_nhpoly1305_update_helper()
A Decc.c426 unsigned int min; in vli_mult() local
429 min = 0; in vli_mult()
431 min = (k + 1) - ndigits; in vli_mult()
433 for (i = min; i <= k && i < ndigits; i++) { in vli_mult()
480 unsigned int min; in vli_square() local
483 min = 0; in vli_square()
485 min = (k + 1) - ndigits; in vli_square()
487 for (i = min; i <= k && i <= k - i; i++) { in vli_square()
A Dacompress.c510 return min(slen, max); in acomp_walk_next_src()
527 return min(dlen, max); in acomp_walk_next_dst()
A Daf_alg.c864 int af_alg_wait_for_data(struct sock *sk, unsigned flags, unsigned min) in af_alg_wait_for_data() argument
884 (min && ctx->used >= min)), in af_alg_wait_for_data()
A Dscatterwalk.c223 bsize = min(walk->stride, max(n, walk->blocksize)); in skcipher_walk_next()
A Dcrypto_user.c444 .min_dump_alloc = min(dump_alloc, 65535UL), in crypto_user_rcv_msg()
A Dlskcipher.c97 unsigned chunk = min((unsigned)PAGE_SIZE, len); in crypto_lskcipher_crypt_unaligned()
A Dahash.c76 unsigned int nbytes = min(walk->entrylen, in hash_walk_next()
A Dtestmgr.c614 min(len_remaining, in build_test_sglist()
657 copy_len = min(partitions[i].length, data->count); in build_test_sglist()
709 len = min(len, len_to_check); in verify_correct_output()
/crypto/asymmetric_keys/
A Dx509_cert_parser.c659 unsigned year, mon, day, hour, min, sec, mon_len; in x509_decode_time() local
687 min = DD2bin(p); in x509_decode_time()
711 min > 59 || in x509_decode_time()
715 *_t = mktime64(year, mon, day, hour, min, sec); in x509_decode_time()
/crypto/async_tx/
A Dasync_xor.c41 xor_src_cnt = min(src_cnt, (int)dma->max_xor); in do_async_xor()
129 xor_src_cnt = min(src_cnt, MAX_XOR_BLOCKS); in do_sync_xor_offs()
A Dasync_pq.c53 pq_src_cnt = min(src_cnt, dma_maxpq(dma, dma_flags)); in do_async_gen_syndrome()
/crypto/krb5/
A Drfc3961_simplified.c95 n = min(miter.length, len - i); in crypto_shash_update_sg()

Completed in 59 milliseconds