Home | History | Annotate | Download | only in openssl

Lines Matching refs:nid

63 #include <openssl/nid.h>
81 * The nid values should not be used outside of a single process: they are not
97 /* OBJ_obj2nid returns the nid corresponding to |obj|, or |NID_undef| if no
101 /* OBJ_cbs2nid returns the nid corresponding to the DER data in |cbs|, or
105 /* OBJ_sn2nid returns the nid corresponding to |short_name|, or |NID_undef| if
109 /* OBJ_ln2nid returns the nid corresponding to |long_name|, or |NID_undef| if
113 /* OBJ_txt2nid returns the nid corresponding to |s|, which may be a short name,
115 * returns the nid or NID_undef if unknown. */
121 /* OBJ_nid2obj returns the ASN1_OBJECT corresponding to |nid|, or NULL if |nid|
123 OPENSSL_EXPORT const ASN1_OBJECT *OBJ_nid2obj(int nid);
125 /* OBJ_nid2sn returns the short name for |nid|, or NULL if |nid| is unknown. */
126 OPENSSL_EXPORT const char *OBJ_nid2sn(int nid);
128 /* OBJ_nid2ln returns the long name for |nid|, or NULL if |nid| is unknown. */
129 OPENSSL_EXPORT const char *OBJ_nid2ln(int nid);
131 /* OBJ_nid2cbb writes |nid| as an ASN.1 OBJECT IDENTIFIER to |out|. It returns
133 OPENSSL_EXPORT int OBJ_nid2cbb(CBB *out, int nid);
160 /* OBJ_create adds a known object and returns the nid of the new object, or
172 * Sometimes the combination NID leaves the digest unspecified (e.g.
173 * rsassaPss). In these cases, the digest NID is |NID_undef|. */
183 /* OBJ_find_sigid_by_algs finds the signature NID that corresponds to the