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

  /external/openssl/crypto/asn1/
asn1.h 343 #define D2I_OF(type) type *(*)(type **,const unsigned char **,long)
348 ((d2i_of_void*) (1 ? d2i : ((D2I_OF(type))0)))
    [all...]
  /external/openssl/include/openssl/
asn1.h 343 #define D2I_OF(type) type *(*)(type **,const unsigned char **,long)
348 ((d2i_of_void*) (1 ? d2i : ((D2I_OF(type))0)))
    [all...]

Completed in 187 milliseconds