Searched defs:ASN1_VALUE (Results 1 - 4 of 4) sorted by relevance

/external/boringssl/include/openssl/
H A Dasn1.h253 typedef struct ASN1_VALUE_st ASN1_VALUE; typedef in typeref:struct:ASN1_VALUE_st
471 ASN1_VALUE * asn1_value;
860 OPENSSL_EXPORT ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it);
861 OPENSSL_EXPORT void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it);
862 OPENSSL_EXPORT ASN1_VALUE * ASN1_item_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_ITEM *it);
863 OPENSSL_EXPORT int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it);
864 OPENSSL_EXPORT int ASN1_item_ndef_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it);
/external/boringssl/src/include/openssl/
H A Dasn1.h253 typedef struct ASN1_VALUE_st ASN1_VALUE; typedef in typeref:struct:ASN1_VALUE_st
471 ASN1_VALUE * asn1_value;
860 OPENSSL_EXPORT ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it);
861 OPENSSL_EXPORT void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it);
862 OPENSSL_EXPORT ASN1_VALUE * ASN1_item_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_ITEM *it);
863 OPENSSL_EXPORT int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it);
864 OPENSSL_EXPORT int ASN1_item_ndef_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it);
/external/python/cpython2/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py186 ASN1_VALUE = ASN1_VALUE_st variable
2591 '_opaque_pthread_condattr_t', 'mode_t', 'ASN1_VALUE',
/external/python/cpython3/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py186 ASN1_VALUE = ASN1_VALUE_st variable
2591 '_opaque_pthread_condattr_t', 'mode_t', 'ASN1_VALUE',

Completed in 376 milliseconds