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 296 typedef struct ASN1_ITEM_st ASN1_ITEM;
365 /* The following macros and typedefs allow an ASN1_ITEM
367 * the ASN1_ITEM pointers need to be globally accessible
370 * ASN1_ITEM structure itself will be globally exported.
372 * an ASN1_ITEM pointer.
375 * should be used instead of hard coding an ASN1_ITEM
392 * const ASN1_ITEM *it = ASN1_ITEM_ptr(somevar.iptr);
394 * Finally an ASN1_ITEM pointer can be extracted from an
396 * would be used when a function takes an ASN1_ITEM * argument.
402 /* ASN1_ITEM pointer exported type *
    [all...]
  /external/openssl/include/openssl/
asn1.h 296 typedef struct ASN1_ITEM_st ASN1_ITEM;
365 /* The following macros and typedefs allow an ASN1_ITEM
367 * the ASN1_ITEM pointers need to be globally accessible
370 * ASN1_ITEM structure itself will be globally exported.
372 * an ASN1_ITEM pointer.
375 * should be used instead of hard coding an ASN1_ITEM
392 * const ASN1_ITEM *it = ASN1_ITEM_ptr(somevar.iptr);
394 * Finally an ASN1_ITEM pointer can be extracted from an
396 * would be used when a function takes an ASN1_ITEM * argument.
402 /* ASN1_ITEM pointer exported type *
    [all...]

Completed in 18 milliseconds