HomeSort by relevance Sort by last modified time
    Searched refs:ASN1_BIT_STRING (Results 1 - 25 of 36) sorted by null

1 2

  /external/syslinux/gpxe/src/include/gpxe/
asn1.h 13 #define ASN1_BIT_STRING 0x03
  /external/boringssl/src/crypto/x509/
x_spki.c 77 ASN1_SIMPLE(NETSCAPE_SPKI, signature, ASN1_BIT_STRING)
x_req.c 104 ASN1_SIMPLE(X509_REQ, signature, ASN1_BIT_STRING)
a_sign.c 68 X509_ALGOR *algor2, ASN1_BIT_STRING *signature, void *asn,
82 ASN1_BIT_STRING *signature, void *asn, EVP_MD_CTX *ctx)
a_verify.c 74 ASN1_BIT_STRING *signature, void *asn, EVP_PKEY *pkey)
x_x509.c 83 ASN1_IMP_OPT(X509_CINF, issuerUID, ASN1_BIT_STRING, 1),
84 ASN1_IMP_OPT(X509_CINF, subjectUID, ASN1_BIT_STRING, 2),
147 ASN1_SIMPLE(X509, signature, ASN1_BIT_STRING)
316 void X509_get0_signature(const ASN1_BIT_STRING **psig, const X509_ALGOR **palg,
t_req.c 174 ASN1_BIT_STRING *bs = at->value.asn1_string;
x_pubkey.c 85 ASN1_SIMPLE(X509_PUBKEY, public_key, ASN1_BIT_STRING)
x509_cmp.c 311 ASN1_BIT_STRING *X509_get0_pubkey_bitstr(const X509 *x)
x_crl.c 361 ASN1_SIMPLE(X509_CRL, signature, ASN1_BIT_STRING)
  /external/boringssl/src/crypto/x509v3/
v3_bitst.c 97 ASN1_BIT_STRING *bits,
108 ASN1_BIT_STRING *v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
113 ASN1_BIT_STRING *bs;
v3_skey.c 108 ASN1_BIT_STRING *pk;
v3_crld.c 193 static int set_reasons(ASN1_BIT_STRING **preas, char *value)
230 ASN1_BIT_STRING *rflags, int indent)
375 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1),
391 ASN1_IMP_OPT(ISSUING_DIST_POINT, onlysomereasons, ASN1_BIT_STRING, 3),
v3_purp.c 412 ASN1_BIT_STRING *usage;
413 ASN1_BIT_STRING *ns;
  /external/boringssl/src/crypto/asn1/
a_bitstr.c 68 int ASN1_BIT_STRING_set(ASN1_BIT_STRING *x, unsigned char *d, int len)
73 int i2c_ASN1_BIT_STRING(ASN1_BIT_STRING *a, unsigned char **pp)
130 ASN1_BIT_STRING *c2i_ASN1_BIT_STRING(ASN1_BIT_STRING **a,
133 ASN1_BIT_STRING *ret = NULL;
198 int ASN1_BIT_STRING_set_bit(ASN1_BIT_STRING *a, int n, int value)
236 int ASN1_BIT_STRING_get_bit(ASN1_BIT_STRING *a, int n)
253 int ASN1_BIT_STRING_check(ASN1_BIT_STRING *a,
tasn_typ.c 78 IMPLEMENT_ASN1_STRING_FUNCTIONS(ASN1_BIT_STRING)
  /external/boringssl/src/include/openssl/
asn1.h 455 ASN1_BIT_STRING * bit_string;
505 #define M_ASN1_BIT_STRING_new() (ASN1_BIT_STRING *)\
508 #define M_ASN1_BIT_STRING_dup(a) (ASN1_BIT_STRING *)\
665 DECLARE_ASN1_FUNCTIONS(ASN1_BIT_STRING)
666 OPENSSL_EXPORT int i2c_ASN1_BIT_STRING(ASN1_BIT_STRING *a,unsigned char **pp);
667 OPENSSL_EXPORT ASN1_BIT_STRING *c2i_ASN1_BIT_STRING(ASN1_BIT_STRING **a,const unsigned char **pp, long length);
668 OPENSSL_EXPORT int ASN1_BIT_STRING_set(ASN1_BIT_STRING *a, unsigned char *d, int length );
669 OPENSSL_EXPORT int ASN1_BIT_STRING_set_bit(ASN1_BIT_STRING *a, int n, int value);
670 OPENSSL_EXPORT int ASN1_BIT_STRING_get_bit(ASN1_BIT_STRING *a, int n)
    [all...]
x509.h 129 ASN1_BIT_STRING *public_key;
205 ASN1_BIT_STRING *signature;
218 ASN1_BIT_STRING *issuerUID; /* [ 1 ] optional in v2 */
219 ASN1_BIT_STRING *subjectUID; /* [ 2 ] optional in v2 */
246 ASN1_BIT_STRING *signature;
422 ASN1_BIT_STRING *signature;
492 ASN1_BIT_STRING *signature;
765 OPENSSL_EXPORT void X509_get0_signature(const ASN1_BIT_STRING **psig,
807 ASN1_BIT_STRING *signature,void *data,EVP_PKEY *pkey);
810 ASN1_BIT_STRING *signature
    [all...]
x509v3.h 259 ASN1_BIT_STRING *reasons;
370 ASN1_BIT_STRING *onlysomereasons;
398 #define EXT_BITSTRING(nid, table) { nid, 0, ASN1_ITEM_ref(ASN1_BIT_STRING), \
541 OPENSSL_EXPORT ASN1_BIT_STRING *v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method,
544 ASN1_BIT_STRING *bits,
base.h 234 typedef struct asn1_string_st ASN1_BIT_STRING;
  /system/keymaster/include/keymaster/km_openssl/
openssl_utils.h 53 DEFINE_OPENSSL_OBJECT_POINTER(ASN1_BIT_STRING)
  /external/syslinux/gpxe/src/crypto/
x509.c 83 asn1_enter ( pubkey, ASN1_BIT_STRING ) /* subjectPublicKey*/ );
  /external/wpa_supplicant_8/src/crypto/
tls_openssl_ocsp.c 165 ASN1_BIT_STRING *signature;
213 ASN1_SIMPLE(BasicOCSPResponse, signature, ASN1_BIT_STRING),
398 ASN1_BIT_STRING *ikey;
  /external/syslinux/gpxe/src/crypto/axtls/
crypto.h 209 #define ASN1_BIT_STRING 0x03
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 195 ASN1_BIT_STRING = asn1_string_st
214 ('bit_string', POINTER(ASN1_BIT_STRING)),
    [all...]

Completed in 417 milliseconds

1 2