Searched defs:p (Results 1 – 13 of 13) sorted by relevance
/crypto/ |
D | proc.c | 75 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()
|
D | salsa20_generic.c | 46 #define U32TO8_LITTLE(p, v) \ argument 49 #define U8TO32_LITTLE(p) \ argument
|
D | gf128mul.c | 100 #define xx(p, q) 0x##p##q argument 178 be128 p[8]; in gf128mul_lle() local 216 be128 p[8]; in gf128mul_bbe() local
|
D | xcbc.c | 132 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
|
D | md5.c | 199 char *p = (char *)mctx->block + offset; in md5_final() local
|
D | blowfish.c | 31 u32 p[18]; member
|
D | digest.c | 58 char *p = src + offset; in update2() local
|
D | algboss.c | 97 const char *p; in cryptomgr_schedule_probe() local
|
D | md4.c | 204 char *p = (char *)mctx->block + offset; in md4_final() local
|
D | lrw.c | 117 __be32 *p = (__be32 *) block; in get_index128() local
|
D | hmac.c | 33 static inline void *align_ptr(void *p, unsigned int align) in align_ptr()
|
D | algapi.c | 383 struct hlist_node *p, *n; in crypto_unregister_template() local
|
/crypto/async_tx/ |
D | async_xor.c | 220 static int page_is_zero(struct page *p, unsigned int offset, size_t len) in page_is_zero()
|