| /crypto/ |
| A D | jitterentropy-testing.c | 39 static void jent_testing_reset(struct jent_testing *data) in jent_testing_reset() 49 static void jent_testing_data_init(struct jent_testing *data, u32 boot) in jent_testing_data_init() 64 static void jent_testing_fini(struct jent_testing *data, u32 boot) in jent_testing_fini() 75 static bool jent_testing_store(struct jent_testing *data, u64 value, in jent_testing_store() 114 static bool jent_testing_have_data(struct jent_testing *data) in jent_testing_have_data() 121 static int jent_testing_reader(struct jent_testing *data, u32 *boot, in jent_testing_reader()
|
| A D | crc32.c | 57 static int crc32_update(struct shash_desc *desc, const u8 *data, in crc32_update() 67 static int __crc32_finup(u32 *crcp, const u8 *data, unsigned int len, u8 *out) in __crc32_finup() 73 static int crc32_finup(struct shash_desc *desc, const u8 *data, in crc32_finup() 87 static int crc32_digest(struct shash_desc *desc, const u8 *data, in crc32_digest()
|
| A D | sha512.c | 74 const u8 *data, unsigned int len) in crypto_sha384_update() 87 const u8 *data, unsigned int len, u8 *out) in crypto_sha384_digest() 126 const u8 *data, unsigned int len) in crypto_sha512_update() 139 const u8 *data, unsigned int len, u8 *out) in crypto_sha512_digest() 174 const u8 *data, unsigned int len) in crypto_hmac_sha384_update() 187 const u8 *data, unsigned int len, in crypto_hmac_sha384_digest() 226 const u8 *data, unsigned int len) in crypto_hmac_sha512_update() 239 const u8 *data, unsigned int len, in crypto_hmac_sha512_digest()
|
| A D | sha256.c | 72 const u8 *data, unsigned int len) in crypto_sha224_update() 85 const u8 *data, unsigned int len, u8 *out) in crypto_sha224_digest() 120 const u8 *data, unsigned int len) in crypto_sha256_update() 133 const u8 *data, unsigned int len, u8 *out) in crypto_sha256_digest() 168 const u8 *data, unsigned int len) in crypto_hmac_sha224_update() 181 const u8 *data, unsigned int len, in crypto_hmac_sha224_digest() 220 const u8 *data, unsigned int len) in crypto_hmac_sha256_update() 233 const u8 *data, unsigned int len, in crypto_hmac_sha256_digest()
|
| A D | algboss.c | 28 struct crypto_attr_type data; member 33 struct crypto_attr_alg data; member 50 static int cryptomgr_probe(void *data) in cryptomgr_probe() 173 static int cryptomgr_test(void *data) in cryptomgr_test() 221 void *data) in cryptomgr_notify()
|
| A D | crc32c.c | 83 static int chksum_update(struct shash_desc *desc, const u8 *data, in chksum_update() 100 static int __chksum_finup(u32 *crcp, const u8 *data, unsigned int len, u8 *out) in __chksum_finup() 106 static int chksum_finup(struct shash_desc *desc, const u8 *data, in chksum_finup() 114 static int chksum_digest(struct shash_desc *desc, const u8 *data, in chksum_digest()
|
| A D | streebog_generic.c | 868 struct streebog_uint512 *data) in streebog_xlps() 903 struct streebog_uint512 *data) in streebog_round() 945 struct streebog_uint512 Ki, data; in streebog_g() local 965 static void streebog_stage2(struct streebog_state *ctx, const u8 *data) in streebog_stage2() 999 static int streebog_update(struct shash_desc *desc, const u8 *data, in streebog_update()
|
| A D | seqiv.c | 39 static void seqiv_aead_encrypt_complete(void *data, int err) in seqiv_aead_encrypt_complete() 53 void *data; in seqiv_aead_encrypt() local 103 void *data; in seqiv_aead_decrypt() local
|
| A D | sm3_generic.c | 25 static int crypto_sm3_update(struct shash_desc *desc, const u8 *data, in crypto_sm3_update() 31 static int crypto_sm3_finup(struct shash_desc *desc, const u8 *data, in crypto_sm3_finup()
|
| A D | sha1.c | 68 const u8 *data, unsigned int len) in crypto_sha1_update() 81 const u8 *data, unsigned int len, u8 *out) in crypto_sha1_digest() 114 const u8 *data, unsigned int len) in crypto_hmac_sha1_update() 127 const u8 *data, unsigned int len, u8 *out) in crypto_hmac_sha1_digest()
|
| A D | akcipher.c | 171 static int crypto_akcipher_sync_prep(struct crypto_akcipher_sync_data *data) in crypto_akcipher_sync_prep() 208 static int crypto_akcipher_sync_post(struct crypto_akcipher_sync_data *data, in crypto_akcipher_sync_post() 222 struct crypto_akcipher_sync_data data = { in crypto_akcipher_sync_encrypt() local 240 struct crypto_akcipher_sync_data data = { in crypto_akcipher_sync_decrypt() local
|
| A D | shash.c | 89 static int shash_default_finup(struct shash_desc *desc, const u8 *data, in shash_default_finup() 99 int (*op)(struct shash_desc *desc, const u8 *data, in crypto_shash_op_and_zero() 110 int crypto_shash_finup(struct shash_desc *restrict desc, const u8 *data, in crypto_shash_finup() 176 static int shash_default_digest(struct shash_desc *desc, const u8 *data, in shash_default_digest() 183 int crypto_shash_digest(struct shash_desc *desc, const u8 *data, in crypto_shash_digest() 196 int crypto_shash_tfm_digest(struct crypto_shash *tfm, const u8 *data, in crypto_shash_tfm_digest()
|
| A D | xxhash_generic.c | 41 static int xxhash64_update(struct shash_desc *desc, const u8 *data, in xxhash64_update() 60 static int xxhash64_digest(struct shash_desc *desc, const u8 *data, in xxhash64_digest()
|
| A D | crypto_null.c | 28 static int null_update(struct shash_desc *desc, const u8 *data, in null_update() 39 static int null_digest(struct shash_desc *desc, const u8 *data, in null_digest()
|
| A D | michael_mic.c | 59 static int michael_update(struct shash_desc *desc, const u8 *data, in michael_update() 100 u8 *data = (u8 *)&mctx->pending; in michael_final() local
|
| A D | ahash.c | 52 static inline void ahash_op_done(void *data, int err, in ahash_op_done() 211 const u8 *data; in shash_ahash_digest() local 438 static void ahash_update_done(void *data, int err) in ahash_update_done() 519 static void ahash_finup_done(void *data, int err) in ahash_finup_done() 580 static void ahash_def_finup_done2(void *data, int err) in ahash_def_finup_done2() 609 static void ahash_def_finup_done1(void *data, int err) in ahash_def_finup_done1() 1062 int crypto_hash_digest(struct crypto_ahash *tfm, const u8 *data, in crypto_hash_digest()
|
| A D | cryptd.c | 86 void *data; member 294 static void cryptd_skcipher_encrypt(void *data, int err) in cryptd_skcipher_encrypt() 306 static void cryptd_skcipher_decrypt(void *data, int err) in cryptd_skcipher_decrypt() 537 static void cryptd_hash_init(void *data, int err) in cryptd_hash_init() 562 static void cryptd_hash_update(void *data, int err) in cryptd_hash_update() 579 static void cryptd_hash_final(void *data, int err) in cryptd_hash_final() 596 static void cryptd_hash_finup(void *data, int err) in cryptd_hash_finup() 613 static void cryptd_hash_digest(void *data, int err) in cryptd_hash_digest() 790 static void cryptd_aead_encrypt(void *data, int err) in cryptd_aead_encrypt() 802 static void cryptd_aead_decrypt(void *data, int err) in cryptd_aead_decrypt()
|
| A D | gcm.c | 102 } *data; in crypto_gcm_setkey() local 245 static void gcm_hash_len_done(void *data, int err) in gcm_hash_len_done() 266 static void gcm_hash_crypt_remain_done(void *data, int err) in gcm_hash_crypt_remain_done() 296 static void gcm_hash_crypt_done(void *data, int err) in gcm_hash_crypt_done() 324 static void gcm_hash_assoc_remain_done(void *data, int err) in gcm_hash_assoc_remain_done() 352 static void gcm_hash_assoc_done(void *data, int err) in gcm_hash_assoc_done() 377 static void gcm_hash_init_done(void *data, int err) in gcm_hash_init_done() 430 static void gcm_encrypt_done(void *data, int err) in gcm_encrypt_done() 474 static void gcm_decrypt_done(void *data, int err) in gcm_decrypt_done()
|
| A D | cts.c | 88 static void cts_cbc_crypt_done(void *data, int err) in cts_cbc_crypt_done() 128 static void crypto_cts_encrypt_done(void *data, int err) in crypto_cts_encrypt_done() 222 static void crypto_cts_decrypt_done(void *data, int err) in crypto_cts_decrypt_done()
|
| A D | md5.c | 141 static int md5_update(struct shash_desc *desc, const u8 *data, unsigned int len) in md5_update() 158 static int md5_finup(struct shash_desc *desc, const u8 *data, unsigned int len, in md5_finup()
|
| A D | tcrypt.c | 149 static int do_mult_aead_op(struct test_mb_aead_data *data, int enc, in do_mult_aead_op() 175 static int test_mb_aead_jiffies(struct test_mb_aead_data *data, int enc, in test_mb_aead_jiffies() 202 static int test_mb_aead_cycles(struct test_mb_aead_data *data, int enc, in test_mb_aead_cycles() 248 struct test_mb_aead_data *data; in test_mb_aead_speed() local 966 static int do_mult_acipher_op(struct test_mb_skcipher_data *data, int enc, in do_mult_acipher_op() 992 static int test_mb_acipher_jiffies(struct test_mb_skcipher_data *data, int enc, in test_mb_acipher_jiffies() 1019 static int test_mb_acipher_cycles(struct test_mb_skcipher_data *data, int enc, in test_mb_acipher_cycles() 1064 struct test_mb_skcipher_data *data; in test_mb_skcipher_speed() local
|
| A D | xts.c | 143 static void xts_cts_done(void *data, int err) in xts_cts_done() 199 static void xts_encrypt_done(void *data, int err) in xts_encrypt_done() 219 static void xts_decrypt_done(void *data, int err) in xts_decrypt_done()
|
| /crypto/asymmetric_keys/ |
| A D | selftest.c | 18 const u8 *data, size_t data_len, in fips_signature_selftest()
|
| A D | pkcs8_parser.c | 22 unsigned long data; /* Start of data */ member 97 static struct public_key *pkcs8_parse(const void *data, size_t datalen) in pkcs8_parse()
|
| A D | pkcs7_key_type.c | 28 static int pkcs7_view_content(void *ctx, const void *data, size_t len, in pkcs7_view_content()
|