/crypto/ |
D | proc.c | 26 static void *c_next(struct seq_file *m, void *p, loff_t *pos) in c_next() 31 static void c_stop(struct seq_file *m, void *p) in c_stop() 36 static int c_show(struct seq_file *m, void *p) in c_show()
|
D | dh_helper.c | 29 static inline unsigned int dh_data_size(const struct dh *p) in dh_data_size() 34 unsigned int crypto_dh_key_len(const struct dh *p) in crypto_dh_key_len()
|
D | crypto_user_base.c | 36 struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact) in crypto_alg_match() 188 struct crypto_user_alg *p = nlmsg_data(in_nlh); in crypto_report() local 264 struct crypto_user_alg *p = nlmsg_data(nlh); in crypto_update_alg() local 300 struct crypto_user_alg *p = nlmsg_data(nlh); in crypto_del_alg() local 340 struct crypto_user_alg *p = nlmsg_data(nlh); in crypto_add_alg() local
|
D | gf128mul.c | 172 be128 p[8]; in gf128mul_lle() local 210 be128 p[8]; in gf128mul_bbe() local
|
D | xcbc.c | 85 static int crypto_xcbc_digest_update(struct shash_desc *pdesc, const u8 *p, in crypto_xcbc_digest_update() 147 u8 *p = odds + ctx->len; in crypto_xcbc_digest_final() local
|
D | cmac.c | 118 static int crypto_cmac_digest_update(struct shash_desc *pdesc, const u8 *p, in crypto_cmac_digest_update() 181 u8 *p = odds + ctx->len; in crypto_cmac_digest_final() local
|
D | aegis.h | 25 #define AEGIS_ALIGNED(p) IS_ALIGNED((uintptr_t)p, AEGIS_BLOCK_ALIGN) argument
|
D | fips140-module.c | 440 static void fips140_sha256(void *p, const u8 *data, unsigned int len, u8 *out, in fips140_sha256() 447 static void fips140_aes_expandkey(void *p, struct crypto_aes_ctx *ctx, in fips140_aes_expandkey()
|
D | ecc.h | 67 u64 *p; member
|
D | skcipher.c | 184 struct skcipher_walk_buffer *p, *tmp; in skcipher_walk_complete() local 219 struct skcipher_walk_buffer *p) in skcipher_queue_write() 229 struct skcipher_walk_buffer *p; in skcipher_next_slow() local 288 struct skcipher_walk_buffer *p; in skcipher_next_copy() local
|
D | sm2.c | 38 const char *p; /* The prime defining the field. */ member 66 MPI p, a, b; in sm2_ec_ctx_init() local
|
D | dh.c | 16 MPI p; /* Value is guaranteed to be set. */ member
|
D | md5.c | 178 char *p = (char *)mctx->block + offset; in md5_final() local
|
D | crypto_user_stat.c | 299 struct crypto_user_alg *p = nlmsg_data(in_nlh); in crypto_reportstat() local
|
D | md4.c | 188 char *p = (char *)mctx->block + offset; in md4_final() local
|
D | algboss.c | 85 const char *p; in cryptomgr_schedule_probe() local
|
D | ecc.c | 75 struct ecc_point *p = kmalloc(sizeof(*p), GFP_KERNEL); in ecc_alloc_point() local 99 static void ecc_free_point(struct ecc_point *p) in ecc_free_point() 1207 const struct ecc_point *p, const struct ecc_point *q, in ecc_point_add() 1229 const u64 *u1, const struct ecc_point *p, in ecc_point_mult_shamir()
|
D | hmac.c | 28 static inline void *align_ptr(void *p, unsigned int align) in align_ptr()
|
/crypto/asymmetric_keys/ |
D | pkcs7_trust.c | 27 struct x509_certificate *x509, *last = NULL, *p; in pkcs7_validate_trust_one() local 162 struct x509_certificate *p; in pkcs7_validate_trust() local
|
D | x509_public_key.c | 170 char *desc = NULL, *p; in x509_key_preparse() local
|
D | asymmetric_type.c | 54 char *req, *p; in find_asymmetric_key() local 335 const unsigned char *p; in asymmetric_key_describe() local
|
D | pkcs7_verify.c | 204 struct x509_certificate *x509 = sinfo->signer, *p; in pkcs7_verify_sig_chain() local
|
D | restrict.c | 30 struct asymmetric_key_id *p = &cakey.id; in ca_keys_setup() local
|
/crypto/async_tx/ |
D | async_raid6_recov.c | 158 struct page *p, *q, *a, *b; in __2data_recov_4() local 208 struct page *p, *q, *g, *dp, *dq; in __2data_recov_5() local 299 struct page *p, *q, *dp, *dq; in __2data_recov_n() local 476 struct page *p, *q, *dq; in async_raid6_datap_recov() local
|
D | async_xor.c | 281 static int page_is_zero(struct page *p, unsigned int offset, size_t len) in page_is_zero()
|