Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/asn1/
H A Dtasn_typ.c446 ASN1_BMPSTRING *
447 d2i_ASN1_BMPSTRING(ASN1_BMPSTRING **a, const unsigned char **in, long len) in d2i_ASN1_BMPSTRING()
449 return (ASN1_BMPSTRING *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, in d2i_ASN1_BMPSTRING()
455 i2d_ASN1_BMPSTRING(ASN1_BMPSTRING *a, unsigned char **out) in i2d_ASN1_BMPSTRING()
461 ASN1_BMPSTRING *
464 return (ASN1_BMPSTRING *)ASN1_item_new(&ASN1_BMPSTRING_it); in ASN1_BMPSTRING_new()
469 ASN1_BMPSTRING_free(ASN1_BMPSTRING *a) in ASN1_BMPSTRING_free()
H A Dasn1.h447 ASN1_BMPSTRING * bmpstring;
616 ASN1_BMPSTRING *ASN1_BMPSTRING_new(void);
617 void ASN1_BMPSTRING_free(ASN1_BMPSTRING *a);
618 ASN1_BMPSTRING *d2i_ASN1_BMPSTRING(ASN1_BMPSTRING **a, const unsigned char **in, long len);
619 int i2d_ASN1_BMPSTRING(ASN1_BMPSTRING *a, unsigned char **out);
/openbsd/lib/libcrypto/
H A Dossl_typ.h70 typedef struct asn1_string_st ASN1_BMPSTRING; typedef
/openbsd/lib/libcrypto/pkcs12/
H A Dp12_kiss.c231 ASN1_BMPSTRING *fname = NULL; in parse_bag()