OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXT_BITSTRING
(Results
1 - 3
of
3
) sorted by null
/external/openssl/crypto/x509v3/
v3_bitst.c
91
const X509V3_EXT_METHOD v3_nscert =
EXT_BITSTRING
(NID_netscape_cert_type, ns_cert_type_table);
92
const X509V3_EXT_METHOD v3_key_usage =
EXT_BITSTRING
(NID_key_usage, key_usage_type_table);
x509v3.h
389
#define
EXT_BITSTRING
(nid, table) { nid, 0, ASN1_ITEM_ref(ASN1_BIT_STRING), \
/external/openssl/include/openssl/
x509v3.h
389
#define
EXT_BITSTRING
(nid, table) { nid, 0, ASN1_ITEM_ref(ASN1_BIT_STRING), \
Completed in 683 milliseconds