Home
last modified time | relevance | path

Searched refs:inbuf (Results 1 – 4 of 4) sorted by relevance

/crypto/
Dcast6_generic.c176 void __cast6_encrypt(struct cast6_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast6_encrypt() argument
178 const __be32 *src = (const __be32 *)inbuf; in __cast6_encrypt()
209 static void cast6_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast6_encrypt() argument
211 __cast6_encrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast6_encrypt()
214 void __cast6_decrypt(struct cast6_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast6_decrypt() argument
216 const __be32 *src = (const __be32 *)inbuf; in __cast6_decrypt()
247 static void cast6_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast6_decrypt() argument
249 __cast6_decrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast6_decrypt()
Dtgr192.c509 static int tgr192_update(struct shash_desc *desc, const u8 *inbuf, in tgr192_update() argument
519 if (!inbuf) { in tgr192_update()
524 tctx->hash[tctx->count++] = *inbuf++; in tgr192_update()
534 tgr192_transform(tctx, inbuf); in tgr192_update()
538 inbuf += 64; in tgr192_update()
541 tctx->hash[tctx->count++] = *inbuf++; in tgr192_update()
Dcast5_generic.c303 void __cast5_encrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_encrypt() argument
305 const __be32 *src = (const __be32 *)inbuf; in __cast5_encrypt()
355 static void cast5_encrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast5_encrypt() argument
357 __cast5_encrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast5_encrypt()
360 void __cast5_decrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_decrypt() argument
362 const __be32 *src = (const __be32 *)inbuf; in __cast5_decrypt()
399 static void cast5_decrypt(struct crypto_tfm *tfm, u8 *outbuf, const u8 *inbuf) in cast5_decrypt() argument
401 __cast5_decrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast5_decrypt()
Ddrbg.c313 u8 *inbuf, u32 inbuflen,
1819 u8 *inbuf, u32 inlen, in drbg_kcapi_sym_ctr() argument
1826 if (inbuf) { in drbg_kcapi_sym_ctr()
1828 sg_set_buf(sg_in, inbuf, inlen); in drbg_kcapi_sym_ctr()