Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/evp/
H A Dpmeth_gn.c129 EVP_PKEY *allocated_pkey = NULL; in EVP_PKEY_generate() local
143 *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() local
375 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()