Home
last modified time | relevance | path

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

/crypto/
Dpcbc.c25 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
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.c52 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
Dcbc.c22 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
Dctr.c38 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
Dkeywrap.c154 unsigned int nbytes = req->cryptlen; in crypto_kw_decrypt() local
227 unsigned int nbytes = req->cryptlen; in crypto_kw_encrypt() local
Dahash.c45 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
Dcurve25519-generic.c30 int copied, nbytes; in curve25519_compute_value() local
Dofb.c32 unsigned int nbytes = walk.nbytes; in crypto_ofb_crypt() local
Dchacha_generic.c27 unsigned int nbytes = walk.nbytes; in chacha_stream_xor() local
Dhmac.c106 const u8 *data, unsigned int nbytes) in hmac_update()
127 unsigned int nbytes, u8 *out) in hmac_finup()
Decb.c22 unsigned int nbytes; in crypto_ecb_crypt() local
Dcts.c150 unsigned int nbytes = req->cryptlen; in crypto_cts_encrypt() local
244 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.c270 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
Dansi_cprng.c181 static int get_prng_bytes(char *buf, size_t nbytes, struct prng_context *ctx, in get_prng_bytes()
Dalgapi.c1181 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()
Daegis128-core.c336 unsigned int nbytes = walk->nbytes; in crypto_aegis128_process_crypt() local
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
1492 unsigned int nbytes; in crypto_ecdh_shared_secret() local
Dskcipher.c108 unsigned int nbytes = 0; in skcipher_walk_done() local
Dgcm.c964 unsigned int nbytes = req->assoclen + req->cryptlen - in crypto_rfc4543_copy_src_to_dst() local