Searched defs:ASN1_VALUE (Results 1 - 2 of 2) sorted by relevance
/external/boringssl/include/openssl/ |
H A D | asn1.h | 281 typedef struct ASN1_VALUE_st ASN1_VALUE; typedef in typeref:struct:ASN1_VALUE_st 501 ASN1_VALUE * asn1_value; 1007 OPENSSL_EXPORT ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it); 1008 OPENSSL_EXPORT void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it); 1009 OPENSSL_EXPORT ASN1_VALUE * ASN1_item_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_ITEM *it); 1010 OPENSSL_EXPORT int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it); 1011 OPENSSL_EXPORT int ASN1_item_ndef_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it); 1039 OPENSSL_EXPORT int ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent, const ASN1_ITEM *it, const ASN1_PCTX *pctx); 1055 OPENSSL_EXPORT BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *va [all...] |
/external/boringssl/src/include/openssl/ |
H A D | asn1.h | 281 typedef struct ASN1_VALUE_st ASN1_VALUE; typedef in typeref:struct:ASN1_VALUE_st 501 ASN1_VALUE * asn1_value; 1007 OPENSSL_EXPORT ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it); 1008 OPENSSL_EXPORT void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it); 1009 OPENSSL_EXPORT ASN1_VALUE * ASN1_item_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_ITEM *it); 1010 OPENSSL_EXPORT int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it); 1011 OPENSSL_EXPORT int ASN1_item_ndef_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it); 1039 OPENSSL_EXPORT int ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent, const ASN1_ITEM *it, const ASN1_PCTX *pctx); 1055 OPENSSL_EXPORT BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *va [all...] |
Completed in 119 milliseconds