Home
last modified time | relevance | path

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

/crypto/
A Dpcbc.c26 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
93 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
A Dscatterwalk.c33 void scatterwalk_skip(struct scatter_walk *walk, unsigned int nbytes) in scatterwalk_skip()
49 unsigned int nbytes) in memcpy_from_scatterwalk()
64 unsigned int nbytes) in memcpy_to_scatterwalk()
79 unsigned int start, unsigned int nbytes) in memcpy_from_sglist()
92 const void *buf, unsigned int nbytes) in memcpy_to_sglist()
105 unsigned int nbytes) in memcpy_sglist()
A Dxctr.c40 unsigned int nbytes = walk->nbytes; in crypto_xctr_crypt_final() local
56 unsigned int nbytes = walk->nbytes; in crypto_xctr_crypt_segment() local
80 unsigned int nbytes = walk->nbytes; in crypto_xctr_crypt_inplace() local
105 unsigned int nbytes; in crypto_xctr_crypt() local
A Dcbc.c16 const u8 *src, u8 *dst, unsigned nbytes, in crypto_cbc_encrypt_segment()
31 u8 *src, unsigned nbytes, u8 *oiv) in crypto_cbc_encrypt_inplace()
70 const u8 *src, u8 *dst, unsigned nbytes, in crypto_cbc_decrypt_segment()
95 u8 *src, unsigned nbytes, u8 *iv) in crypto_cbc_decrypt_inplace()
A 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
A Dcurve25519-generic.c30 int copied, nbytes; in curve25519_compute_value() local
A Darc4.c28 u8 *dst, unsigned nbytes, u8 *siv, u32 flags) in crypto_arc4_crypt()
A Dcts.c150 unsigned int nbytes = req->cryptlen; in crypto_cts_encrypt() local
244 unsigned int nbytes = req->cryptlen; in crypto_cts_decrypt() local
A Dahash.c76 unsigned int nbytes = min(walk->entrylen, in hash_walk_next() local
174 int nbytes; in shash_ahash_update() local
187 int nbytes; in shash_ahash_finup() local
207 unsigned int nbytes = req->nbytes; in shash_ahash_digest() local
A Decdh.c62 size_t copied, nbytes, public_key_sz; in ecdh_compute_value() local
A Dchacha.c61 unsigned int nbytes = walk.nbytes; in chacha_stream_xor() local
A Djitterentropy-testing.c181 size_t nbytes, loff_t *ppos, in jent_testing_extract_user()
A Decb.c17 u8 *dst, unsigned nbytes, bool final, in crypto_ecb_crypt()
A Dhmac.c123 const u8 *data, unsigned int nbytes) in hmac_update()
131 unsigned int nbytes, u8 *out) in hmac_finup()
A Decc.c71 void ecc_digits_from_bytes(const u8 *in, unsigned int nbytes, in ecc_digits_from_bytes()
1503 int nbytes; in ecc_is_key_valid() local
1526 unsigned int nbytes = ndigits << ECC_DIGITS_TO_BYTES_SHIFT; in ecc_gen_privkey() local
1669 unsigned int nbytes; in crypto_ecdh_shared_secret() local
A Dansi_cprng.c181 static int get_prng_bytes(char *buf, size_t nbytes, struct prng_context *ctx, in get_prng_bytes()
A Daegis128-core.c330 unsigned int nbytes = walk->nbytes; in crypto_aegis128_process_crypt() local
A Dshash.c143 unsigned int nbytes = len - nonzero; in crypto_shash_finup() local
A Dgcm.c931 unsigned int nbytes = req->assoclen + req->cryptlen - in crypto_rfc4543_crypt() local

Completed in 26 milliseconds