Searched defs:ASN1_VALUE (Results 1 - 2 of 2) sorted by relevance
/external/openssl/crypto/asn1/ |
H A D | asn1.h | 298 typedef struct ASN1_VALUE_st ASN1_VALUE; typedef in typeref:struct:ASN1_VALUE_st 547 ASN1_VALUE * asn1_value; 1086 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it); 1087 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it); 1088 ASN1_VALUE * ASN1_item_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_ITEM *it); 1089 int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it); 1090 int ASN1_item_ndef_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it); 1118 int ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent, 1135 BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *va [all...] |
/external/openssl/include/openssl/ |
H A D | asn1.h | 298 typedef struct ASN1_VALUE_st ASN1_VALUE; typedef in typeref:struct:ASN1_VALUE_st 547 ASN1_VALUE * asn1_value; 1086 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it); 1087 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it); 1088 ASN1_VALUE * ASN1_item_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_ITEM *it); 1089 int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it); 1090 int ASN1_item_ndef_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it); 1118 int ASN1_item_print(BIO *out, ASN1_VALUE *ifld, int indent, 1135 BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *va [all...] |
Completed in 24 milliseconds