Searched defs:secret (Results 1 – 6 of 6) sorted by relevance
/net-tools-3.6.0/tinydtls-0.8.2/ecc/ |
D | ecc.h | 49 static inline void ecc_ecdh(const uint32_t *px, const uint32_t *py, const uint32_t *secret, uint32_… in ecc_ecdh()
|
D | test_helper.c | 53 void ecc_setRandom(uint32_t *secret){ in ecc_setRandom()
|
D | testecc.c | 79 uint32_t secret[8] = { 0x2ffb06fd, 0x6522468b, 0x3072708b, 0xd0c7a893, variable
|
D | ecc.c | 491 void ecc_ec_mult(const uint32_t *px, const uint32_t *py, const uint32_t *secret, uint32_t *resultx,… in ecc_ec_mult()
|
/net-tools-3.6.0/mbedtls-2.4.0/library/ |
D | ssl_tls.c | 219 static int ssl3_prf( const unsigned char *secret, size_t slen, in ssl3_prf() 269 static int tls1_prf( const unsigned char *secret, size_t slen, in tls1_prf() 368 const unsigned char *secret, size_t slen, in tls_prf_generic() 431 static int tls_prf_sha256( const unsigned char *secret, size_t slen, in tls_prf_sha256() 442 static int tls_prf_sha384( const unsigned char *secret, size_t slen, in tls_prf_sha384() 1206 static void ssl_mac( mbedtls_md_context_t *md_ctx, unsigned char *secret, in ssl_mac()
|
D | ecjpake.c | 102 const unsigned char *secret, in mbedtls_ecjpake_setup()
|