Home
last modified time | relevance | path

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

/crypto/
Dproc.c75 static void *c_next(struct seq_file *m, void *p, loff_t *pos) in c_next()
80 static void c_stop(struct seq_file *m, void *p) in c_stop()
85 static int c_show(struct seq_file *m, void *p) in c_show()
Dsalsa20_generic.c46 #define U32TO8_LITTLE(p, v) \ argument
49 #define U8TO32_LITTLE(p) \ argument
Dgf128mul.c100 #define xx(p, q) 0x##p##q argument
178 be128 p[8]; in gf128mul_lle() local
216 be128 p[8]; in gf128mul_bbe() local
Dxcbc.c132 char *p = crypto_kmap(pg, 0) + offset; in crypto_xcbc_digest_update2() local
226 u8 *p = ctx->odds + ctx->len; in crypto_xcbc_digest_final() local
Dmd5.c199 char *p = (char *)mctx->block + offset; in md5_final() local
Dblowfish.c31 u32 p[18]; member
Ddigest.c58 char *p = src + offset; in update2() local
Dalgboss.c97 const char *p; in cryptomgr_schedule_probe() local
Dmd4.c204 char *p = (char *)mctx->block + offset; in md4_final() local
Dlrw.c117 __be32 *p = (__be32 *) block; in get_index128() local
Dhmac.c33 static inline void *align_ptr(void *p, unsigned int align) in align_ptr()
Dalgapi.c383 struct hlist_node *p, *n; in crypto_unregister_template() local
/crypto/async_tx/
Dasync_xor.c220 static int page_is_zero(struct page *p, unsigned int offset, size_t len) in page_is_zero()