Home
last modified time | relevance | path

Searched defs:val (Results 1 – 7 of 7) sorted by relevance

/crypto/
Ddh.c36 static int _compute_val(const struct dh_ctx *ctx, MPI base, MPI val) in _compute_val()
125 MPI val = mpi_alloc(0); in dh_is_pubkey_valid() local
153 MPI base, val = mpi_alloc(0); in dh_compute_value() local
Dinternal.h126 static inline void crypto_notify(unsigned long val, void *v) in crypto_notify()
Dmichael_mic.c28 static inline u32 xswap(u32 val) in xswap()
Dapi.c245 int crypto_probing_notify(unsigned long val, void *v) in crypto_probing_notify()
Ddrbg.c282 static inline void drbg_cpu_to_be32(__u32 val, unsigned char *buf) in drbg_cpu_to_be32()
Dtestmgr.c3299 __le32 val; in alg_test_crc32c() local
3639 static u8 *test_pack_u32(u8 *dst, u32 val) in test_pack_u32()
/crypto/asymmetric_keys/
Dpublic_key.c94 static u8 *pkey_pack_u32(u8 *dst, u32 val) in pkey_pack_u32()