Searched refs:EVP_RAND_nonce (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/doc/man3/ |
D | EVP_RAND.pod | 7 EVP_RAND_uninstantiate, EVP_RAND_generate, EVP_RAND_reseed, EVP_RAND_nonce, 64 int EVP_RAND_nonce(EVP_RAND_CTX *ctx, unsigned char *out, size_t outlen); 154 EVP_RAND_nonce() creates a nonce in I<out> of maximum length I<outlen> 370 EVP_RAND_nonce() returns the length of the nonce.
|
/third_party/openssl/crypto/evp/ |
D | evp_rand.c | 644 int EVP_RAND_nonce(EVP_RAND_CTX *ctx, unsigned char *out, size_t outlen) in EVP_RAND_nonce() function
|
/third_party/openssl/include/openssl/ |
D | evp.h | 1280 __owur int EVP_RAND_nonce(EVP_RAND_CTX *ctx, unsigned char *out, size_t outlen);
|
/third_party/openssl/util/ |
D | libcrypto.num | 5066 EVP_RAND_nonce 5194 3_0_0 EXIST::FUNCTION:
|