Home
last modified time | relevance | path

Searched defs:nbytes (Results 1 – 20 of 20) sorted by relevance

/crypto/
Dpcbc.c24 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
Dscatterwalk.c18 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()
Dcfb.c51 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
Dctr.c37 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
Dkeywrap.c153 unsigned int nbytes = req->cryptlen; in crypto_kw_decrypt() local
226 unsigned int nbytes = req->cryptlen; in crypto_kw_encrypt() local
Dahash.c44 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
Dofb.c31 unsigned int nbytes = walk.nbytes; in crypto_ofb_crypt() local
Dhmac.c106 const u8 *data, unsigned int nbytes) in hmac_update()
127 unsigned int nbytes, u8 *out) in hmac_finup()
Decb.c21 unsigned int nbytes; in crypto_ecb_crypt() local
Dcts.c154 unsigned int nbytes = req->cryptlen; in crypto_cts_encrypt() local
248 unsigned int nbytes = req->cryptlen; in crypto_cts_decrypt() local
Decdh.c74 size_t copied, nbytes, public_key_sz; in ecdh_compute_value() local
Dsalsa20_generic.c166 unsigned int nbytes = walk.nbytes; in salsa20_crypt() local
Dshash.c255 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
Dalgapi.c1066 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()
Dchacha_generic.c46 unsigned int nbytes = walk.nbytes; in chacha_stream_xor() local
Dansi_cprng.c180 static int get_prng_bytes(char *buf, size_t nbytes, struct prng_context *ctx, in get_prng_bytes()
Decc.c1320 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
Daegis128-core.c335 unsigned int nbytes = walk.nbytes; in crypto_aegis128_process_crypt() local
Dskcipher.c107 unsigned int nbytes = 0; in skcipher_walk_done() local
Dgcm.c1024 unsigned int nbytes = req->assoclen + req->cryptlen - in crypto_rfc4543_copy_src_to_dst() local