Searched defs:tmp (Results 1 – 14 of 14) sorted by relevance
/crypto/ |
D | hmac.c | 59 struct scatterlist tmp; in hmac_setkey() local 116 struct scatterlist tmp; in hmac_init() local 151 struct scatterlist tmp; in hmac_final() local
|
D | cts.c | 81 u8 tmp[bsize], tmp2[bsize]; in cts_cbc_encrypt() local 167 u8 tmp[bsize]; in cts_cbc_decrypt() local
|
D | ctr.c | 55 u8 tmp[bsize + alignmask]; in crypto_ctr_crypt_final() local 104 u8 tmp[bsize + alignmask]; in crypto_ctr_crypt_inplace() local
|
D | cipher.c | 71 u8 *tmp = (u8 *)ALIGN((unsigned long)buffer, alignmask + 1); in cipher_crypt_unaligned() local
|
D | camellia.c | 1039 u32 tmp[4]; in camellia_encrypt() local 1063 u32 tmp[4]; in camellia_decrypt() local
|
D | rmd256.c | 52 u32 aa, bb, cc, dd, aaa, bbb, ccc, ddd, tmp; in rmd256_transform() local
|
D | ansi_cprng.c | 91 unsigned char tmp[DEFAULT_BLK_SZ]; in _get_more_prng_bytes() local
|
D | rmd320.c | 56 u32 aa, bb, cc, dd, ee, aaa, bbb, ccc, ddd, eee, tmp; in rmd320_transform() local
|
D | lrw.c | 63 be128 tmp = { 0 }; in setkey() local
|
D | twofish_common.c | 600 u8 tmp; in twofish_setkey() local
|
D | api.c | 220 char tmp[CRYPTO_MAX_ALG_NAME]; in crypto_larval_lookup() local
|
D | des_generic.c | 786 u32 tmp[DES_EXPKEY_WORDS]; in des_setkey() local
|
D | blkcipher.c | 185 u8 *tmp = walk->page; in blkcipher_next_copy() local
|
D | gcm.c | 145 u8 *tmp = dst + (16 - ctx->bytes); in crypto_gcm_ghash_flush() local
|