| /crypto/ |
| A D | pcbc.c | 26 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 D | scatterwalk.c | 33 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 D | xctr.c | 40 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 D | cbc.c | 16 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 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
|
| A D | curve25519-generic.c | 30 int copied, nbytes; in curve25519_compute_value() local
|
| A D | arc4.c | 28 u8 *dst, unsigned nbytes, u8 *siv, u32 flags) in crypto_arc4_crypt()
|
| A 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
|
| A D | ahash.c | 76 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 D | ecdh.c | 62 size_t copied, nbytes, public_key_sz; in ecdh_compute_value() local
|
| A D | chacha.c | 61 unsigned int nbytes = walk.nbytes; in chacha_stream_xor() local
|
| A D | jitterentropy-testing.c | 181 size_t nbytes, loff_t *ppos, in jent_testing_extract_user()
|
| A D | ecb.c | 17 u8 *dst, unsigned nbytes, bool final, in crypto_ecb_crypt()
|
| A D | hmac.c | 123 const u8 *data, unsigned int nbytes) in hmac_update() 131 unsigned int nbytes, u8 *out) in hmac_finup()
|
| A D | ecc.c | 71 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 D | ansi_cprng.c | 181 static int get_prng_bytes(char *buf, size_t nbytes, struct prng_context *ctx, in get_prng_bytes()
|
| A D | aegis128-core.c | 330 unsigned int nbytes = walk->nbytes; in crypto_aegis128_process_crypt() local
|
| A D | shash.c | 143 unsigned int nbytes = len - nonzero; in crypto_shash_finup() local
|
| A D | gcm.c | 931 unsigned int nbytes = req->assoclen + req->cryptlen - in crypto_rfc4543_crypt() local
|