Home
last modified time | relevance | path

Searched refs:dtls_prng (Results 1 – 3 of 3) sorted by relevance

/net-tools-3.6.0/tinydtls-0.8.2/
Dprng.h33 dtls_prng(unsigned char *buf, size_t len) { in dtls_prng() function
49 dtls_prng(unsigned char *buf, size_t len) in dtls_prng() function
60 dtls_prng(unsigned char *buf, size_t len) { in dtls_prng() function
Dcrypto.c434 dtls_prng((unsigned char *)priv, key_size); in dtls_ecdsa_generate_key()
457 dtls_prng((unsigned char *)rand, key_size); in dtls_ecdsa_create_sig_hash()
Ddtls.c1763 dtls_prng(handshake->tmp.random.server + 4, 28); in dtls_send_server_hello()
2342 dtls_prng(handshake->tmp.random.client + sizeof(uint32), in dtls_send_client_hello()
3787 if (dtls_prng(c->cookie_secret, DTLS_COOKIE_SECRET_LENGTH)) in dtls_new_context()