Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dopenssl.c540 int pktype; in ossl_certchain() local
542 pktype = EVP_PKEY_id(pubkey); in ossl_certchain()
544 pktype = pubkey->type; in ossl_certchain()
546 switch(pktype) { in ossl_certchain()
1651 int pktype; in cert_stuff() local
1653 pktype = EVP_PKEY_id(priv_key); in cert_stuff()
1655 pktype = priv_key->type; in cert_stuff()
1657 if(pktype == EVP_PKEY_RSA) { in cert_stuff()

Completed in 14 milliseconds