OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asn1_oid
(Results
1 - 8
of
8
) sorted by null
/external/wpa_supplicant_8/src/tls/
asn1.h
53
struct
asn1_oid
{
struct
60
int asn1_parse_oid(const u8 *buf, size_t len, struct
asn1_oid
*oid);
61
int asn1_get_oid(const u8 *buf, size_t len, struct
asn1_oid
*oid,
63
void asn1_oid_to_str(const struct
asn1_oid
*oid, char *buf, size_t len);
65
int asn1_oid_equal(const struct
asn1_oid
*a, const struct
asn1_oid
*b);
67
extern struct
asn1_oid
asn1_sha1_oid;
68
extern struct
asn1_oid
asn1_sha256_oid;
pkcs1.h
13
struct
asn1_oid
;
26
const struct
asn1_oid
*hash_alg,
asn1.c
14
struct
asn1_oid
asn1_sha1_oid = {
19
struct
asn1_oid
asn1_sha256_oid = {
90
int asn1_parse_oid(const u8 *buf, size_t len, struct
asn1_oid
*oid)
134
int asn1_get_oid(const u8 *buf, size_t len, struct
asn1_oid
*oid,
154
void asn1_oid_to_str(const struct
asn1_oid
*oid, char *buf, size_t len)
220
int asn1_oid_equal(const struct
asn1_oid
*a, const struct
asn1_oid
*b)
x509v3.h
15
struct
asn1_oid
oid;
45
struct
asn1_oid
rid; /* registeredID */
pkcs1.c
198
const struct
asn1_oid
*hash_alg,
206
struct
asn1_oid
oid;
pkcs5.c
29
static enum pkcs5_alg pkcs5_get_alg(struct
asn1_oid
*oid)
50
struct
asn1_oid
oid;
x509v3.c
297
struct
asn1_oid
oid;
714
static int x509_id_ce_oid(struct
asn1_oid
*oid)
1078
struct
asn1_oid
*oid,
1111
struct
asn1_oid
oid;
[
all
...]
pkcs8.c
24
struct
asn1_oid
oid;
Completed in 56 milliseconds