| /crypto/ |
| A D | aria_generic.c | 195 static void __aria_crypt(struct aria_ctx *ctx, u8 *out, const u8 *in, in __aria_crypt() 248 void aria_encrypt(void *_ctx, u8 *out, const u8 *in) in aria_encrypt() 256 void aria_decrypt(void *_ctx, u8 *out, const u8 *in) in aria_decrypt() 264 static void __aria_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in __aria_encrypt() 271 static void __aria_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in __aria_decrypt()
|
| A D | sm4_generic.c | 41 static void sm4_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in sm4_encrypt() 50 static void sm4_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in sm4_decrypt()
|
| A D | aes_ti.c | 20 static void aesti_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aesti_encrypt() 36 static void aesti_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aesti_decrypt()
|
| A D | sha512.c | 43 static int __crypto_sha512_import(struct __sha512_ctx *ctx, const void *in) in __crypto_sha512_import() 98 static int crypto_sha384_import(struct shash_desc *desc, const void *in) in crypto_sha384_import() 150 static int crypto_sha512_import(struct shash_desc *desc, const void *in) in crypto_sha512_import() 199 static int crypto_hmac_sha384_import(struct shash_desc *desc, const void *in) in crypto_hmac_sha384_import() 251 static int crypto_hmac_sha512_import(struct shash_desc *desc, const void *in) in crypto_hmac_sha512_import()
|
| A D | sha256.c | 43 static int __crypto_sha256_import(struct __sha256_ctx *ctx, const void *in) in __crypto_sha256_import() 96 static int crypto_sha224_import(struct shash_desc *desc, const void *in) in crypto_sha224_import() 144 static int crypto_sha256_import(struct shash_desc *desc, const void *in) in crypto_sha256_import() 193 static int crypto_hmac_sha224_import(struct shash_desc *desc, const void *in) in crypto_hmac_sha224_import() 245 static int crypto_hmac_sha256_import(struct shash_desc *desc, const void *in) in crypto_hmac_sha256_import()
|
| A D | sha1.c | 42 static int __crypto_sha1_import(struct sha1_ctx *ctx, const void *in) in __crypto_sha1_import() 92 static int crypto_sha1_import(struct shash_desc *desc, const void *in) in crypto_sha1_import() 138 static int crypto_hmac_sha1_import(struct shash_desc *desc, const void *in) in crypto_hmac_sha1_import()
|
| A D | blake2b_generic.c | 125 const u8 *in, unsigned int inlen) in crypto_blake2b_update_generic() 131 static int crypto_blake2b_finup_generic(struct shash_desc *desc, const u8 *in, in crypto_blake2b_finup_generic()
|
| A D | twofish_generic.c | 95 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in twofish_encrypt() 130 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in twofish_decrypt()
|
| A D | shash.c | 249 static int __crypto_shash_import(struct shash_desc *desc, const void *in, in __crypto_shash_import() 275 int crypto_shash_import_core(struct shash_desc *desc, const void *in) in crypto_shash_import_core() 282 int crypto_shash_import(struct shash_desc *desc, const void *in) in crypto_shash_import() 457 static int shash_default_import_core(struct shash_desc *desc, const void *in) in shash_default_import_core()
|
| A D | md5.c | 35 #define MD5STEP(f, w, x, y, z, in, s) \ argument 38 static void md5_transform(__u32 *hash, __u32 const *in) in md5_transform()
|
| A D | seed.c | 363 static void seed_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in seed_encrypt() 399 static void seed_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in seed_decrypt()
|
| A D | aes_generic.c | 1176 static void crypto_aes_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in crypto_aes_encrypt() 1246 static void crypto_aes_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in crypto_aes_decrypt()
|
| A D | hmac.c | 89 static int hmac_import(struct shash_desc *pdesc, const void *in) in hmac_import() 106 static int hmac_import_core(struct shash_desc *pdesc, const void *in) in hmac_import_core() 308 static int hmac_import_ahash(struct ahash_request *preq, const void *in) in hmac_import_ahash() 323 static int hmac_import_core_ahash(struct ahash_request *preq, const void *in) in hmac_import_core_ahash()
|
| A D | aegis128-neon-inner.c | 247 const void *in = src; in crypto_aegis128_encrypt_chunk_neon() local 293 const void *in = src; in crypto_aegis128_decrypt_chunk_neon() local
|
| A D | sm4.c | 160 void sm4_crypt_block(const u32 *rk, u8 *out, const u8 *in) in sm4_crypt_block()
|
| A D | skcipher.c | 225 static int crypto_lskcipher_import(struct skcipher_request *req, const void *in) in crypto_lskcipher_import() 243 static int skcipher_noimport(struct skcipher_request *req, const void *in) in skcipher_noimport() 259 int crypto_skcipher_import(struct skcipher_request *req, const void *in) in crypto_skcipher_import()
|
| A D | polyval-generic.c | 152 static int polyval_import(struct shash_desc *desc, const void *in) in polyval_import()
|
| A D | ahash.c | 655 int crypto_ahash_import_core(struct ahash_request *req, const void *in) in crypto_ahash_import_core() 668 int crypto_ahash_import(struct ahash_request *req, const void *in) in crypto_ahash_import() 927 static int ahash_default_import_core(struct ahash_request *req, const void *in) in ahash_default_import_core()
|
| A D | camellia_generic.c | 986 static void camellia_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in camellia_encrypt() 1012 static void camellia_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in camellia_decrypt()
|
| A D | md4.c | 67 static void md4_transform(u32 *hash, u32 const *in) in md4_transform()
|
| A D | rmd160.c | 45 static void rmd160_transform(u32 *state, const __le32 *in) in rmd160_transform()
|
| A D | drbg.c | 311 struct list_head *in) in drbg_ctr_bcc() 1709 const struct list_head *in) in drbg_kcapi_hash() 1812 const struct drbg_string *in) in drbg_kcapi_sym()
|
| /crypto/asymmetric_keys/ |
| A D | asymmetric_type.c | 562 const void *in, void *out) in asymmetric_key_eds_op() 586 const void *in, const void *in2) in asymmetric_key_verify_signature()
|
| A D | public_key.c | 268 const void *in, void *out) in software_key_eds_op()
|
| /crypto/krb5/ |
| A D | rfc3961_simplified.c | 105 const struct krb5_buffer *in, struct krb5_buffer *out) in rfc3961_do_encrypt() 189 const u8 *in = source->data; in rfc3961_nfold() local
|