Home
last modified time | relevance | path

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

/openssl-master/crypto/evp/
A Dpmeth_gn.c132 EVP_PKEY *allocated_pkey = NULL; in EVP_PKEY_generate() local
146 *ppkey = allocated_pkey = EVP_PKEY_new(); in EVP_PKEY_generate()
238 if (allocated_pkey != NULL) in EVP_PKEY_generate()
240 EVP_PKEY_free(allocated_pkey); in EVP_PKEY_generate()

Completed in 3 milliseconds