Searched defs:tmp (Results 1 – 23 of 23) sorted by relevance
| /crypto/ |
| A D | polyval-generic.c | 116 u8 tmp[POLYVAL_BLOCK_SIZE]; in polyval_update() local 135 u8 tmp[POLYVAL_BLOCK_SIZE] = {}; in polyval_finup() local
|
| A D | authencesn.c | 94 u32 tmp[2]; in crypto_authenc_esn_genicv_tail() local 126 u32 tmp[2]; in crypto_authenc_esn_genicv() local 209 u32 tmp[2]; in crypto_authenc_esn_decrypt_tail() local 256 u32 tmp[2]; in crypto_authenc_esn_decrypt() local
|
| A D | aegis128-core.c | 63 union aegis_block tmp; in crypto_aegis128_update() local 156 union aegis_block tmp; in crypto_aegis128_encrypt_chunk() local 217 union aegis_block tmp; in crypto_aegis128_decrypt_chunk() local 349 union aegis_block tmp; in crypto_aegis128_final() local
|
| A D | ctr.c | 34 u8 tmp[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; in crypto_ctr_crypt_final() local 82 u8 tmp[MAX_CIPHER_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; in crypto_ctr_crypt_inplace() local
|
| A D | cipher.c | 69 u8 *tmp = (u8 *)ALIGN((unsigned long)buffer, alignmask + 1); in cipher_crypt_one() local
|
| A D | xctr.c | 82 u8 tmp[XCTR_BLOCKSIZE + MAX_CIPHER_ALIGNMASK]; in crypto_xctr_crypt_inplace() local
|
| A D | ecc.c | 641 u64 tmp[2 * ECC_MAX_DIGITS]; in vli_mmod_slow() local 714 const u64 *curve_prime, u64 *tmp) in vli_mmod_fast_192() 741 const u64 *curve_prime, u64 *tmp) in vli_mmod_fast_256() 824 const u64 *curve_prime, u64 *tmp) in vli_mmod_fast_384() 935 const u64 *curve_prime, u64 *tmp) in vli_mmod_fast_521() 959 u64 tmp[2 * ECC_MAX_DIGITS]; in vli_mmod_fast() local
|
| A D | hkdf.c | 83 u8 tmp[HASH_MAX_DIGESTSIZE] = {}; in hkdf_expand() local
|
| A D | jitterentropy-testing.c | 184 u8 *tmp, *tmp_aligned; in jent_testing_extract_user() local
|
| A D | jitterentropy-kcapi.c | 88 __u64 tmp = 0; in jent_get_nstime() local
|
| A D | camellia_generic.c | 991 u32 tmp[4]; in camellia_encrypt() local 1017 u32 tmp[4]; in camellia_decrypt() local
|
| A D | scatterwalk.c | 182 void *tmp = walk->page; in skcipher_next_copy() local
|
| A D | lrw.c | 75 be128 tmp = { 0 }; in lrw_setkey() local
|
| A D | twofish_common.c | 583 u8 tmp; in __twofish_setkey() local
|
| A D | ansi_cprng.c | 84 unsigned char tmp[DEFAULT_BLK_SZ]; in _get_more_prng_bytes() local
|
| A D | algif_aead.c | 77 struct af_alg_tsgl *tsgl, *tmp; in _aead_recvmsg() local
|
| A D | dh.c | 340 u64 tmp = be64_to_cpu(dst[i - 1]); in __add_u64_to_be() local
|
| A D | af_alg.c | 775 struct af_alg_rsgl *rsgl, *tmp; in af_alg_free_areq_sgls() local
|
| A D | drbg.c | 814 unsigned char *tmp = drbg->scratchpad + drbg_statelen(drbg); in drbg_hash_df() local
|
| /crypto/krb5/ |
| A D | rfc6803_camellia.c | 33 __be32 tmp; in rfc6803_calc_KDF_FEEDBACK_CMAC() local
|
| A D | rfc8009_aes2.c | 39 __be32 tmp; in rfc8009_calc_KDF_HMAC_SHA2() local
|
| /crypto/asymmetric_keys/ |
| A D | verify_pefile.c | 249 unsigned *canon, tmp, loop, i, hashed_bytes; in pefile_digest_pe_contents() local
|
| /crypto/async_tx/ |
| A D | async_xor.c | 38 dma_addr_t tmp; in do_async_xor() local
|
Completed in 42 milliseconds