Home
last modified time | relevance | path

Searched refs:max (Results 1 – 12 of 12) sorted by relevance

/crypto/
A Dcamellia_generic.c387 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 Dacompress.c503 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 Dsimd.c131 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 Ddeflate.c37 size_t size = max(zlib_inflate_workspacesize(), in deflate_alloc_stream()
A Dakcipher.c180 mlen = max(data->slen, data->dlen); in crypto_akcipher_sync_prep()
A Dscatterwalk.c223 bsize = min(walk->stride, max(n, walk->blocksize)); in skcipher_walk_next()
A Dhctr2.c367 subreq_size = max(sizeof_field(struct hctr2_request_ctx, u.hash_desc) + in hctr2_init_tfm()
A Dadiantum.c460 subreq_size = max(sizeof_field(struct adiantum_request_ctx, in adiantum_init_tfm()
A Dccm.c416 max(crypto_ahash_reqsize(mac), crypto_skcipher_reqsize(ctr))); in crypto_ccm_init_tfm()
A Dgcm.c541 max(sizeof(struct skcipher_request) + in crypto_gcm_init_tfm()
A Decc.c1437 num_bits = max(vli_num_bits(u1, ndigits), vli_num_bits(u2, ndigits)); in ecc_point_mult_shamir()
A Dtestmgr.c790 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