Home
last modified time | relevance | path

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

/crypto/
Ddh.c37 static int _compute_val(const struct dh_ctx *ctx, MPI base, MPI val) in _compute_val()
126 MPI val = mpi_alloc(0); in dh_is_pubkey_valid() local
154 MPI base, val = mpi_alloc(0); in dh_compute_value() local
Dmichael_mic.c28 static inline u32 xswap(u32 val) in xswap()
Dinternal.h136 static inline void crypto_notify(unsigned long val, void *v) in crypto_notify()
Dapi.c247 int crypto_probing_notify(unsigned long val, void *v) in crypto_probing_notify()
Ddrbg.c283 static inline void drbg_cpu_to_be32(__u32 val, unsigned char *buf) in drbg_cpu_to_be32()
Dtestmgr.c3587 __le32 val; in alg_test_crc32c() local
3927 static u8 *test_pack_u32(u8 *dst, u32 val) in test_pack_u32()
/crypto/asymmetric_keys/
Dpublic_key.c96 static u8 *pkey_pack_u32(u8 *dst, u32 val) in pkey_pack_u32()