Searched refs:allocated_pkey (Results 1 – 1 of 1) sorted by relevance
131 EVP_PKEY *allocated_pkey = NULL; in EVP_PKEY_generate() local145 *ppkey = allocated_pkey = EVP_PKEY_new(); in EVP_PKEY_generate()237 if (allocated_pkey != NULL) in EVP_PKEY_generate()239 EVP_PKEY_free(allocated_pkey); in EVP_PKEY_generate()367 EVP_PKEY *allocated_pkey = NULL; in EVP_PKEY_fromdata() local378 allocated_pkey = *ppkey = EVP_PKEY_new(); in EVP_PKEY_fromdata()387 if (allocated_pkey != NULL) { in EVP_PKEY_fromdata()389 EVP_PKEY_free(allocated_pkey); in EVP_PKEY_fromdata()
Completed in 6 milliseconds