/crypto/ |
D | pcbc.c | 25 unsigned int nbytes = walk->nbytes; in crypto_pcbc_encrypt_segment() local 47 unsigned int nbytes = walk->nbytes; in crypto_pcbc_encrypt_inplace() local 69 unsigned int nbytes; in crypto_pcbc_encrypt() local 92 unsigned int nbytes = walk->nbytes; in crypto_pcbc_decrypt_segment() local 114 unsigned int nbytes = walk->nbytes; in crypto_pcbc_decrypt_inplace() local 136 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 | 52 unsigned int nbytes = walk->nbytes; in crypto_cfb_final() local 62 unsigned int nbytes = walk->nbytes; in crypto_cfb_encrypt_segment() local 85 unsigned int nbytes = walk->nbytes; in crypto_cfb_encrypt_inplace() local 132 unsigned int nbytes = walk->nbytes; in crypto_cfb_decrypt_segment() local 155 unsigned int nbytes = walk->nbytes; in crypto_cfb_decrypt_inplace() local
|
D | cbc.c | 22 unsigned int nbytes = walk->nbytes; in crypto_cbc_encrypt_segment() local 50 unsigned int nbytes = walk->nbytes; in crypto_cbc_encrypt_inplace() local 97 unsigned int nbytes = walk->nbytes; in crypto_cbc_decrypt_segment() local 127 unsigned int nbytes = walk->nbytes; in crypto_cbc_decrypt_inplace() local
|
D | ctr.c | 38 unsigned int nbytes = walk->nbytes; in crypto_ctr_crypt_final() local 55 unsigned int nbytes = walk->nbytes; in crypto_ctr_crypt_segment() local 79 unsigned int nbytes = walk->nbytes; in crypto_ctr_crypt_inplace() local 105 unsigned int nbytes; in crypto_ctr_crypt() local
|
D | keywrap.c | 154 unsigned int nbytes = req->cryptlen; in crypto_kw_decrypt() local 227 unsigned int nbytes = req->cryptlen; in crypto_kw_encrypt() local
|
D | ahash.c | 45 unsigned int nbytes = min(walk->entrylen, in hash_walk_next() local 86 unsigned int nbytes; in crypto_hash_walk_done() local 344 unsigned int nbytes = req->nbytes; in crypto_ahash_final() local 358 unsigned int nbytes = req->nbytes; in crypto_ahash_finup() local 372 unsigned int nbytes = req->nbytes; in crypto_ahash_digest() local
|
D | curve25519-generic.c | 30 int copied, nbytes; in curve25519_compute_value() local
|
D | ofb.c | 32 unsigned int nbytes = walk.nbytes; in crypto_ofb_crypt() local
|
D | chacha_generic.c | 27 unsigned int nbytes = walk.nbytes; in chacha_stream_xor() 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 | 22 unsigned int nbytes; in crypto_ecb_crypt() local
|
D | cts.c | 150 unsigned int nbytes = req->cryptlen; in crypto_cts_encrypt() local 244 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 | 270 int nbytes; in shash_ahash_update() local 293 int nbytes; in shash_ahash_finup() local 323 unsigned int nbytes = req->nbytes; in shash_ahash_digest() local
|
D | ansi_cprng.c | 181 static int get_prng_bytes(char *buf, size_t nbytes, struct prng_context *ctx, in get_prng_bytes()
|
D | algapi.c | 1181 void crypto_stats_ahash_update(unsigned int nbytes, int ret, in crypto_stats_ahash_update() 1192 void crypto_stats_ahash_final(unsigned int nbytes, int ret, in crypto_stats_ahash_final()
|
D | aegis128-core.c | 336 unsigned int nbytes = walk->nbytes; in crypto_aegis128_process_crypt() local
|
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 1492 unsigned int nbytes; in crypto_ecdh_shared_secret() local
|
D | skcipher.c | 108 unsigned int nbytes = 0; in skcipher_walk_done() local
|
D | gcm.c | 964 unsigned int nbytes = req->assoclen + req->cryptlen - in crypto_rfc4543_copy_src_to_dst() local
|