webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <openssl/obj.h>
#include <inttypes.h>
#include <limits.h>
#include <string.h>
#include <openssl/asn1.h>
#include <openssl/buf.h>
#include <openssl/bytestring.h>
#include <openssl/err.h>
#include <openssl/lhash.h>
#include <openssl/mem.h>
#include <openssl/thread.h>
#include "obj_dat.h"
#include "../internal.h"
Macros | |
#define | __STDC_FORMAT_MACROS |
Functions | |
ASN1_OBJECT * | OBJ_dup (const ASN1_OBJECT *o) |
int | OBJ_cmp (const ASN1_OBJECT *a, const ASN1_OBJECT *b) |
int | OBJ_obj2nid (const ASN1_OBJECT *obj) |
int | OBJ_cbs2nid (const CBS *cbs) |
int | OBJ_sn2nid (const char *short_name) |
int | OBJ_ln2nid (const char *long_name) |
int | OBJ_txt2nid (const char *s) |
OPENSSL_EXPORT int | OBJ_nid2cbb (CBB *out, int nid) |
const ASN1_OBJECT * | OBJ_nid2obj (int nid) |
const char * | OBJ_nid2sn (int nid) |
const char * | OBJ_nid2ln (int nid) |
ASN1_OBJECT * | OBJ_txt2obj (const char *s, int dont_search_names) |
int | OBJ_obj2txt (char *out, int out_len, const ASN1_OBJECT *obj, int always_return_oid) |
int | OBJ_create (const char *oid, const char *short_name, const char *long_name) |
#define __STDC_FORMAT_MACROS |
int OBJ_cbs2nid | ( | const CBS * | cbs | ) |
int OBJ_cmp | ( | const ASN1_OBJECT * | a, |
const ASN1_OBJECT * | b | ||
) |
int OBJ_create | ( | const char * | oid, |
const char * | short_name, | ||
const char * | long_name | ||
) |
ASN1_OBJECT* OBJ_dup | ( | const ASN1_OBJECT * | o | ) |
int OBJ_ln2nid | ( | const char * | long_name | ) |
OPENSSL_EXPORT int OBJ_nid2cbb | ( | CBB * | out, |
int | nid | ||
) |
const char* OBJ_nid2ln | ( | int | nid | ) |
const ASN1_OBJECT* OBJ_nid2obj | ( | int | nid | ) |
const char* OBJ_nid2sn | ( | int | nid | ) |
int OBJ_obj2nid | ( | const ASN1_OBJECT * | obj | ) |
int OBJ_obj2txt | ( | char * | out, |
int | out_len, | ||
const ASN1_OBJECT * | obj, | ||
int | always_return_oid | ||
) |
int OBJ_sn2nid | ( | const char * | short_name | ) |
int OBJ_txt2nid | ( | const char * | s | ) |
ASN1_OBJECT* OBJ_txt2obj | ( | const char * | s, |
int | dont_search_names | ||
) |