Home
last modified time | relevance | path

Searched defs:secret (Results 1 – 6 of 6) sorted by relevance

/net-tools-3.4.0/tinydtls-0.8.2/ecc/
Dtest_helper.c53 void ecc_setRandom(uint32_t *secret){ in ecc_setRandom()
Decc.h49 static inline void ecc_ecdh(const uint32_t *px, const uint32_t *py, const uint32_t *secret, uint32_… in ecc_ecdh()
Dtestecc.c79 uint32_t secret[8] = { 0x2ffb06fd, 0x6522468b, 0x3072708b, 0xd0c7a893, variable
Decc.c491 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.4.0/mbedtls-2.4.0/library/
Dssl_tls.c219 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()
Decjpake.c102 const unsigned char *secret, in mbedtls_ecjpake_setup()