Searched refs:allocated_pkey (Results 1 – 1 of 1) sorted by relevance
132 EVP_PKEY *allocated_pkey = NULL; in EVP_PKEY_generate() local146 *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