Home
last modified time | relevance | path

Searched refs:ossl_rand_get_nonce (Results 1 – 5 of 5) sorted by last modified time

/freebsd/crypto/openssl/crypto/
H A Dprovider_core.c1879 OSSL_FUNC_get_nonce_fn ossl_rand_get_nonce; variable
2136 { OSSL_FUNC_GET_NONCE, (void (*)(void))ossl_rand_get_nonce },
/freebsd/crypto/openssl/include/crypto/
H A Drand.h116 size_t ossl_rand_get_nonce(ossl_unused const OSSL_CORE_HANDLE *handle,
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-base.pod175 ossl_rand_get_nonce OSSL_FUNC_GET_NONCE
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_rand_get_entropy.pod6 ossl_rand_get_nonce, ossl_rand_cleanup_nonce
18 size_t ossl_rand_get_nonce(OSSL_CORE_HANDLE *handle,
36 ossl_rand_get_nonce() retrieves a nonce using the passed I<salt> parameter
45 ossl_rand_get_nonce(). The nonce buffer is pointed to by I<buf> and is
50 ossl_rand_get_entropy() and ossl_rand_get_nonce() return the number of bytes
/freebsd/crypto/openssl/crypto/rand/
H A Dprov_seed.c47 size_t ossl_rand_get_nonce(ossl_unused const OSSL_CORE_HANDLE *handle, in ossl_rand_get_nonce() function