Searched refs:max (Results 1 – 12 of 12) sorted by relevance
| /crypto/ |
| A D | camellia_generic.c | 387 if (max == 24) { in camellia_setup_tail() 502 if (max == 24) { in camellia_setup_tail() 884 if (max == 32) { in camellia_do_encrypt() 893 io[2] ^= SUBKEY_L(max); in camellia_do_encrypt() 894 io[3] ^= SUBKEY_R(max); in camellia_do_encrypt() 989 unsigned int max; in camellia_encrypt() local 999 max = 24; in camellia_encrypt() 1001 max = 32; /* for key lengths of 24 and 32 */ in camellia_encrypt() 1015 unsigned int max; in camellia_decrypt() local 1025 max = 24; in camellia_decrypt() [all …]
|
| A D | acompress.c | 503 unsigned int max = UINT_MAX; in acomp_walk_next_src() local 506 max = PAGE_SIZE; in acomp_walk_next_src() 510 return min(slen, max); in acomp_walk_next_src() 520 unsigned int max = UINT_MAX; in acomp_walk_next_dst() local 523 max = PAGE_SIZE; in acomp_walk_next_dst() 527 return min(dlen, max); in acomp_walk_next_dst()
|
| A D | simd.c | 131 reqsize = max(reqsize, crypto_skcipher_reqsize(&cryptd_tfm->base)); in simd_skcipher_init() 356 reqsize = max(reqsize, crypto_aead_reqsize(&cryptd_tfm->base)); in simd_aead_init()
|
| A D | deflate.c | 37 size_t size = max(zlib_inflate_workspacesize(), in deflate_alloc_stream()
|
| A D | akcipher.c | 180 mlen = max(data->slen, data->dlen); in crypto_akcipher_sync_prep()
|
| A D | scatterwalk.c | 223 bsize = min(walk->stride, max(n, walk->blocksize)); in skcipher_walk_next()
|
| A D | hctr2.c | 367 subreq_size = max(sizeof_field(struct hctr2_request_ctx, u.hash_desc) + in hctr2_init_tfm()
|
| A D | adiantum.c | 460 subreq_size = max(sizeof_field(struct adiantum_request_ctx, in adiantum_init_tfm()
|
| A D | ccm.c | 416 max(crypto_ahash_reqsize(mac), crypto_skcipher_reqsize(ctr))); in crypto_ccm_init_tfm()
|
| A D | gcm.c | 541 max(sizeof(struct skcipher_request) + in crypto_gcm_init_tfm()
|
| A D | ecc.c | 1437 num_bits = max(vli_num_bits(u1, ndigits), vli_num_bits(u2, ndigits)); in ecc_point_mult_shamir()
|
| A D | testmgr.c | 790 max(dst_total_len, src_total_len) : in build_cipher_test_sglists() 1962 statesize = max(statesize, crypto_shash_statesize(stfm)); in __alg_test_hash()
|
Completed in 40 milliseconds