Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 35) sorted by relevance

12

/crypto/
Dproc.c26 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()
Ddh_helper.c29 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()
Dcrypto_user_base.c36 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
Dgf128mul.c172 be128 p[8]; in gf128mul_lle() local
210 be128 p[8]; in gf128mul_bbe() local
Dxcbc.c85 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
Dcmac.c118 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
Daegis.h25 #define AEGIS_ALIGNED(p) IS_ALIGNED((uintptr_t)p, AEGIS_BLOCK_ALIGN) argument
Dfips140-module.c440 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()
Decc.h67 u64 *p; member
Dskcipher.c184 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
Dsm2.c38 const char *p; /* The prime defining the field. */ member
66 MPI p, a, b; in sm2_ec_ctx_init() local
Ddh.c16 MPI p; /* Value is guaranteed to be set. */ member
Dmd5.c178 char *p = (char *)mctx->block + offset; in md5_final() local
Dcrypto_user_stat.c299 struct crypto_user_alg *p = nlmsg_data(in_nlh); in crypto_reportstat() local
Dmd4.c188 char *p = (char *)mctx->block + offset; in md4_final() local
Dalgboss.c85 const char *p; in cryptomgr_schedule_probe() local
Decc.c75 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()
Dhmac.c28 static inline void *align_ptr(void *p, unsigned int align) in align_ptr()
/crypto/asymmetric_keys/
Dpkcs7_trust.c27 struct x509_certificate *x509, *last = NULL, *p; in pkcs7_validate_trust_one() local
162 struct x509_certificate *p; in pkcs7_validate_trust() local
Dx509_public_key.c170 char *desc = NULL, *p; in x509_key_preparse() local
Dasymmetric_type.c54 char *req, *p; in find_asymmetric_key() local
335 const unsigned char *p; in asymmetric_key_describe() local
Dpkcs7_verify.c204 struct x509_certificate *x509 = sinfo->signer, *p; in pkcs7_verify_sig_chain() local
Drestrict.c30 struct asymmetric_key_id *p = &cakey.id; in ca_keys_setup() local
/crypto/async_tx/
Dasync_raid6_recov.c158 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
Dasync_xor.c281 static int page_is_zero(struct page *p, unsigned int offset, size_t len) in page_is_zero()

12