Home
last modified time | relevance | path

Searched refs:ASN1_BMPSTRING (Results 1 – 4 of 4) sorted by relevance

/dragonfly/crypto/libressl/crypto/asn1/
H A Dtasn_typ.c395 ASN1_BMPSTRING *
396 d2i_ASN1_BMPSTRING(ASN1_BMPSTRING **a, const unsigned char **in, long len) in d2i_ASN1_BMPSTRING()
398 return (ASN1_BMPSTRING *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, in d2i_ASN1_BMPSTRING()
403 i2d_ASN1_BMPSTRING(ASN1_BMPSTRING *a, unsigned char **out) in i2d_ASN1_BMPSTRING()
408 ASN1_BMPSTRING *
411 return (ASN1_BMPSTRING *)ASN1_item_new(&ASN1_BMPSTRING_it); in ASN1_BMPSTRING_new()
415 ASN1_BMPSTRING_free(ASN1_BMPSTRING *a) in ASN1_BMPSTRING_free()
/dragonfly/crypto/libressl/include/openssl/
H A Dasn1.h462 ASN1_BMPSTRING * bmpstring;
656 ASN1_BMPSTRING *ASN1_BMPSTRING_new(void);
657 void ASN1_BMPSTRING_free(ASN1_BMPSTRING *a);
658 ASN1_BMPSTRING *d2i_ASN1_BMPSTRING(ASN1_BMPSTRING **a, const unsigned char **in, long len);
659 int i2d_ASN1_BMPSTRING(ASN1_BMPSTRING *a, unsigned char **out);
H A Dossl_typ.h70 typedef struct asn1_string_st ASN1_BMPSTRING; typedef
/dragonfly/crypto/libressl/crypto/pkcs12/
H A Dp12_kiss.c230 ASN1_BMPSTRING *fname = NULL; in parse_bag()