Searched refs:params_pkey (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dtls.c305 EVP_PKEY *params_pkey = NULL; local
396 rv = EVP_PKEY_paramgen(pkey_ctx, &params_pkey);
397 if (rv != 1 || params_pkey == NULL) {
403 pkey_ctx = EVP_PKEY_CTX_new(params_pkey, NULL);
417 EVP_PKEY_free(params_pkey);
418 params_pkey = NULL;
513 if (params_pkey != NULL) {
514 EVP_PKEY_free(params_pkey);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dopensslecdsa_link.c500 EVP_PKEY *params_pkey = NULL; local
555 status = EVP_PKEY_paramgen(ctx, &params_pkey);
556 if (status != 1 || params_pkey == NULL) {
563 ctx = EVP_PKEY_CTX_new(params_pkey, NULL);
593 if (params_pkey != NULL) {
594 EVP_PKEY_free(params_pkey);

Completed in 116 milliseconds