Home | History | Annotate | Download | only in openssl

Lines Matching refs:nid

135 /* EVP_PKEY_type returns a canonicalised form of |NID|. For example,
137 OPENSSL_EXPORT int EVP_PKEY_type(int nid);
676 /* EVP_PKEY_asn1_find returns the ASN.1 method table for the given |nid|, which
677 * should be one of the |EVP_PKEY_*| values. It returns NULL if |nid| is
680 int nid);