Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Dpmeth_gn.c131 EVP_PKEY *allocated_pkey = NULL; in EVP_PKEY_generate() local
145 *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() local
378 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 4 milliseconds