Home
last modified time | relevance | path

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

/crypto/
Dscatterwalk.c23 static inline void memcpy_dir(void *buf, void *sgdata, size_t nbytes, int out) in memcpy_dir()
32 size_t nbytes, int out) in scatterwalk_copychunks()
61 unsigned int start, unsigned int nbytes, int out) in scatterwalk_map_and_copy()
Dpcbc.c50 unsigned int nbytes = walk->nbytes; in crypto_pcbc_encrypt_segment() local
72 unsigned int nbytes = walk->nbytes; in crypto_pcbc_encrypt_inplace() local
95 unsigned int nbytes; in crypto_pcbc_encrypt() local
118 unsigned int nbytes = walk->nbytes; in crypto_pcbc_decrypt_segment() local
140 unsigned int nbytes = walk->nbytes; in crypto_pcbc_decrypt_inplace() local
163 unsigned int nbytes; in crypto_pcbc_decrypt() local
Decb.c47 unsigned int nbytes; in crypto_ecb_crypt() local
71 unsigned int nbytes) in crypto_ecb_encrypt()
85 unsigned int nbytes) in crypto_ecb_decrypt()
Dctr.c65 unsigned int nbytes = walk->nbytes; in crypto_ctr_crypt_final() local
82 unsigned int nbytes = walk->nbytes; in crypto_ctr_crypt_segment() local
106 unsigned int nbytes = walk->nbytes; in crypto_ctr_crypt_inplace() local
128 unsigned int nbytes) in crypto_ctr_crypt()
Dhmac.c116 const u8 *data, unsigned int nbytes) in hmac_update()
141 unsigned int nbytes, u8 *out) in hmac_finup()
Dkeywrap.c137 unsigned int nbytes) in crypto_kw_decrypt()
222 unsigned int nbytes) in crypto_kw_encrypt()
Dcts.c154 unsigned int nbytes = req->cryptlen; in crypto_cts_encrypt() local
247 unsigned int nbytes = req->cryptlen; in crypto_cts_decrypt() local
Decdh.c76 size_t copied, nbytes, public_key_sz; in ecdh_compute_value() local
Dshash.c244 int nbytes; in shash_ahash_update() local
267 int nbytes; in shash_ahash_finup() local
298 unsigned int nbytes = req->nbytes; in shash_ahash_digest() local
Darc4.c96 struct scatterlist *src, unsigned int nbytes) in ecb_arc4_crypt()
Dchacha_generic.c52 unsigned int nbytes = walk.nbytes; in chacha_stream_xor() local
Dsalsa20_generic.c179 unsigned int nbytes) in encrypt()
Dcrypto_null.c79 struct scatterlist *src, unsigned int nbytes) in skcipher_null_crypt()
Dahash.c49 unsigned int nbytes = min(walk->entrylen, in hash_walk_next() local
93 unsigned int nbytes; in crypto_hash_walk_done() local
Decc.c934 int nbytes; in ecc_is_key_valid() local
961 unsigned int nbytes = ndigits << ECC_DIGITS_TO_BYTES_SHIFT; in ecc_gen_privkey() local
1041 unsigned int nbytes; in crypto_ecdh_shared_secret() local
Dansi_cprng.c186 static int get_prng_bytes(char *buf, size_t nbytes, struct prng_context *ctx, in get_prng_bytes()
Dxts.c365 struct scatterlist *ssrc, unsigned int nbytes, in xts_crypt()
Dlrw.c429 struct scatterlist *ssrc, unsigned int nbytes, in lrw_crypt()
Dskcipher.c112 unsigned int nbytes = 0; in skcipher_walk_done() local
Dgcm.c1075 unsigned int nbytes = req->assoclen + req->cryptlen - in crypto_rfc4543_copy_src_to_dst() local