Searched refs:allocated_pkey (Results 1 – 1 of 1) sorted by relevance
129 EVP_PKEY *allocated_pkey = NULL; in EVP_PKEY_generate() local143 *ppkey = allocated_pkey = EVP_PKEY_new(); in EVP_PKEY_generate()234 if (allocated_pkey != NULL) in EVP_PKEY_generate()236 EVP_PKEY_free(allocated_pkey); in EVP_PKEY_generate()364 EVP_PKEY *allocated_pkey = NULL; in EVP_PKEY_fromdata() local375 allocated_pkey = *ppkey = EVP_PKEY_new(); in EVP_PKEY_fromdata()384 if (allocated_pkey != NULL) { in EVP_PKEY_fromdata()386 EVP_PKEY_free(allocated_pkey); in EVP_PKEY_fromdata()