/crypto/ |
D | pcbc.c | 24 unsigned int nbytes = walk->nbytes; in crypto_pcbc_encrypt_segment() local 46 unsigned int nbytes = walk->nbytes; in crypto_pcbc_encrypt_inplace() local 68 unsigned int nbytes; in crypto_pcbc_encrypt() local 91 unsigned int nbytes = walk->nbytes; in crypto_pcbc_decrypt_segment() local 113 unsigned int nbytes = walk->nbytes; in crypto_pcbc_decrypt_inplace() local 135 unsigned int nbytes; in crypto_pcbc_decrypt() local
|
D | scatterwalk.c | 18 static inline void memcpy_dir(void *buf, void *sgdata, size_t nbytes, int out) in memcpy_dir() 27 size_t nbytes, int out) in scatterwalk_copychunks() 56 unsigned int start, unsigned int nbytes, int out) in scatterwalk_map_and_copy()
|
D | cfb.c | 51 unsigned int nbytes = walk->nbytes; in crypto_cfb_final() local 61 unsigned int nbytes = walk->nbytes; in crypto_cfb_encrypt_segment() local 84 unsigned int nbytes = walk->nbytes; in crypto_cfb_encrypt_inplace() local 131 unsigned int nbytes = walk->nbytes; in crypto_cfb_decrypt_segment() local 154 unsigned int nbytes = walk->nbytes; in crypto_cfb_decrypt_inplace() local
|
D | ctr.c | 37 unsigned int nbytes = walk->nbytes; in crypto_ctr_crypt_final() local 54 unsigned int nbytes = walk->nbytes; in crypto_ctr_crypt_segment() local 78 unsigned int nbytes = walk->nbytes; in crypto_ctr_crypt_inplace() local 104 unsigned int nbytes; in crypto_ctr_crypt() local
|
D | keywrap.c | 153 unsigned int nbytes = req->cryptlen; in crypto_kw_decrypt() local 226 unsigned int nbytes = req->cryptlen; in crypto_kw_encrypt() local
|
D | ahash.c | 44 unsigned int nbytes = min(walk->entrylen, in hash_walk_next() local 88 unsigned int nbytes; in crypto_hash_walk_done() local 375 unsigned int nbytes = req->nbytes; in crypto_ahash_final() local 389 unsigned int nbytes = req->nbytes; in crypto_ahash_finup() local 403 unsigned int nbytes = req->nbytes; in crypto_ahash_digest() local
|
D | ofb.c | 31 unsigned int nbytes = walk.nbytes; in crypto_ofb_crypt() local
|
D | hmac.c | 106 const u8 *data, unsigned int nbytes) in hmac_update() 127 unsigned int nbytes, u8 *out) in hmac_finup()
|
D | ecb.c | 21 unsigned int nbytes; in crypto_ecb_crypt() local
|
D | cts.c | 154 unsigned int nbytes = req->cryptlen; in crypto_cts_encrypt() local 248 unsigned int nbytes = req->cryptlen; in crypto_cts_decrypt() local
|
D | ecdh.c | 74 size_t copied, nbytes, public_key_sz; in ecdh_compute_value() local
|
D | salsa20_generic.c | 166 unsigned int nbytes = walk.nbytes; in salsa20_crypt() local
|
D | shash.c | 255 int nbytes; in shash_ahash_update() local 278 int nbytes; in shash_ahash_finup() local 308 unsigned int nbytes = req->nbytes; in shash_ahash_digest() local
|
D | algapi.c | 1066 void crypto_stats_ablkcipher_encrypt(unsigned int nbytes, int ret, in crypto_stats_ablkcipher_encrypt() 1079 void crypto_stats_ablkcipher_decrypt(unsigned int nbytes, int ret, in crypto_stats_ablkcipher_decrypt() 1188 void crypto_stats_ahash_update(unsigned int nbytes, int ret, in crypto_stats_ahash_update() 1199 void crypto_stats_ahash_final(unsigned int nbytes, int ret, in crypto_stats_ahash_final()
|
D | chacha_generic.c | 46 unsigned int nbytes = walk.nbytes; in chacha_stream_xor() local
|
D | ansi_cprng.c | 180 static int get_prng_bytes(char *buf, size_t nbytes, struct prng_context *ctx, in get_prng_bytes()
|
D | ecc.c | 1320 int nbytes; in ecc_is_key_valid() local 1348 unsigned int nbytes = ndigits << ECC_DIGITS_TO_BYTES_SHIFT; in ecc_gen_privkey() local 1463 unsigned int nbytes; in crypto_ecdh_shared_secret() local
|
D | aegis128-core.c | 335 unsigned int nbytes = walk.nbytes; in crypto_aegis128_process_crypt() local
|
D | skcipher.c | 107 unsigned int nbytes = 0; in skcipher_walk_done() local
|
D | gcm.c | 1024 unsigned int nbytes = req->assoclen + req->cryptlen - in crypto_rfc4543_copy_src_to_dst() local
|