/external/openssl/crypto/asn1/ |
asn1.h | 348 #define CHECKED_D2I_OF(type, d2i) \ [all...] |
/external/openssl/include/openssl/ |
asn1.h | 348 #define CHECKED_D2I_OF(type, d2i) \ [all...] |
safestack.h | 185 CHECKED_D2I_OF(type, d2i_func), \ 199 (STACK_OF(type) *)ASN1_seq_unpack(buf, len, CHECKED_D2I_OF(type, d2i_func), CHECKED_SK_FREE_FUNC(type, free_func)) 203 CHECKED_D2I_OF(type, d2i_func), \ [all...] |
/external/openssl/crypto/stack/ |
safestack.h | 185 CHECKED_D2I_OF(type, d2i_func), \ 199 (STACK_OF(type) *)ASN1_seq_unpack(buf, len, CHECKED_D2I_OF(type, d2i_func), CHECKED_SK_FREE_FUNC(type, free_func)) 203 CHECKED_D2I_OF(type, d2i_func), \ [all...] |