Home
last modified time | relevance | path

Searched refs:CHECKED_PTR_OF (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/include/openssl/
Dtype_check.h77 #define CHECKED_PTR_OF(type, p) CHECKED_CAST(void*, type*, (p)) macro
Dasn1.h899 CHECKED_PTR_OF(type, x)))
904 CHECKED_PTR_OF(const type, x)))
912 ASN1_item_free(CHECKED_PTR_OF(type, x), ASN1_ITEM_rptr(type))
929 CHECKED_PTR_OF(type, x)))
934 CHECKED_PTR_OF(const type, x)))
956 CHECKED_PTR_OF(type, x)))
961 CHECKED_PTR_OF(const type, x)))
987 (ASN1_pack_string(CHECKED_PTR_OF(type, obj), \