Home
last modified time | relevance | path

Searched refs:rand_source_deinit (Results 1 – 5 of 5) sorted by relevance

/external/srtp/crypto/rng/
Drand_linux_kernel.c63 rand_source_deinit(void) { in rand_source_deinit() function
Drand_source.c141 rand_source_deinit(void) { in rand_source_deinit() function
/external/srtp/crypto/include/
Drand_source.h78 rand_source_deinit(void);
/external/srtp/
Dsrtp.def31 rand_source_deinit
/external/srtp/crypto/kernel/
Dcrypto_kernel.c290 /* de-initialize random number generator */ status = rand_source_deinit(); in crypto_kernel_shutdown()