| /crypto/ |
| D | scatterwalk.c | 23 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()
|
| D | pcbc.c | 50 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
|
| D | ecb.c | 47 unsigned int nbytes; in crypto_ecb_crypt() local 71 unsigned int nbytes) in crypto_ecb_encrypt() 85 unsigned int nbytes) in crypto_ecb_decrypt()
|
| D | ctr.c | 65 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()
|
| D | hmac.c | 116 const u8 *data, unsigned int nbytes) in hmac_update() 141 unsigned int nbytes, u8 *out) in hmac_finup()
|
| D | keywrap.c | 137 unsigned int nbytes) in crypto_kw_decrypt() 222 unsigned int nbytes) in crypto_kw_encrypt()
|
| D | cts.c | 154 unsigned int nbytes = req->cryptlen; in crypto_cts_encrypt() local 247 unsigned int nbytes = req->cryptlen; in crypto_cts_decrypt() local
|
| D | ecdh.c | 76 size_t copied, nbytes, public_key_sz; in ecdh_compute_value() local
|
| D | shash.c | 244 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
|
| D | arc4.c | 96 struct scatterlist *src, unsigned int nbytes) in ecb_arc4_crypt()
|
| D | chacha_generic.c | 52 unsigned int nbytes = walk.nbytes; in chacha_stream_xor() local
|
| D | salsa20_generic.c | 179 unsigned int nbytes) in encrypt()
|
| D | crypto_null.c | 79 struct scatterlist *src, unsigned int nbytes) in skcipher_null_crypt()
|
| D | ahash.c | 49 unsigned int nbytes = min(walk->entrylen, in hash_walk_next() local 93 unsigned int nbytes; in crypto_hash_walk_done() local
|
| D | ecc.c | 934 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
|
| D | ansi_cprng.c | 186 static int get_prng_bytes(char *buf, size_t nbytes, struct prng_context *ctx, in get_prng_bytes()
|
| D | xts.c | 365 struct scatterlist *ssrc, unsigned int nbytes, in xts_crypt()
|
| D | lrw.c | 429 struct scatterlist *ssrc, unsigned int nbytes, in lrw_crypt()
|
| D | skcipher.c | 112 unsigned int nbytes = 0; in skcipher_walk_done() local
|
| D | gcm.c | 1075 unsigned int nbytes = req->assoclen + req->cryptlen - in crypto_rfc4543_copy_src_to_dst() local
|