HomeSort by: relevance | last modified time | path
    Searched defs:params_pkey (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
opensslecdsa_link.c 478 EVP_PKEY *params_pkey = NULL; local
504 status = EVP_PKEY_paramgen(ctx, &params_pkey);
505 if (status != 1 || params_pkey == NULL) {
512 ctx = EVP_PKEY_CTX_new(params_pkey, NULL);
531 EVP_PKEY_free(params_pkey);
  /src/external/mpl/bind/dist/lib/isc/
tls.c 384 EVP_PKEY *params_pkey = NULL; local
475 rv = EVP_PKEY_paramgen(pkey_ctx, &params_pkey);
476 if (rv != 1 || params_pkey == NULL) {
482 pkey_ctx = EVP_PKEY_CTX_new(params_pkey, NULL);
496 EVP_PKEY_free(params_pkey);
497 params_pkey = NULL;
592 if (params_pkey != NULL) {
593 EVP_PKEY_free(params_pkey);

Completed in 25 milliseconds