HomeSort by relevance Sort by last modified time
    Searched defs:ASN1_ITEM (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/asn1/
asn1.h 292 typedef struct ASN1_ITEM_st ASN1_ITEM;
356 /* The following macros and typedefs allow an ASN1_ITEM
358 * the ASN1_ITEM pointers need to be globally accessible
361 * ASN1_ITEM structure itself will be globally exported.
363 * an ASN1_ITEM pointer.
366 * should be used instead of hard coding an ASN1_ITEM
383 * const ASN1_ITEM *it = ASN1_ITEM_ptr(somevar.iptr);
385 * Finally an ASN1_ITEM pointer can be extracted from an
387 * would be used when a function takes an ASN1_ITEM * argument.
393 /* ASN1_ITEM pointer exported type *
    [all...]
  /external/openssl/include/openssl/
asn1.h 292 typedef struct ASN1_ITEM_st ASN1_ITEM;
356 /* The following macros and typedefs allow an ASN1_ITEM
358 * the ASN1_ITEM pointers need to be globally accessible
361 * ASN1_ITEM structure itself will be globally exported.
363 * an ASN1_ITEM pointer.
366 * should be used instead of hard coding an ASN1_ITEM
383 * const ASN1_ITEM *it = ASN1_ITEM_ptr(somevar.iptr);
385 * Finally an ASN1_ITEM pointer can be extracted from an
387 * would be used when a function takes an ASN1_ITEM * argument.
393 /* ASN1_ITEM pointer exported type *
    [all...]

Completed in 16 milliseconds