Home
last modified time | relevance | path

Searched refs:ASN1_STRING_type (Results 1 – 10 of 10) sorted by relevance

/openbsd/regress/lib/libcrypto/asn1/
H A Dasn1string_copy.c47 if ((irc = ASN1_STRING_type(src)) != V_ASN1_IA5STRING) in main()
62 if ((irc = ASN1_STRING_type(dst)) != V_ASN1_OCTET_STRING) in main()
73 if ((irc = ASN1_STRING_type(dst)) != V_ASN1_OCTET_STRING) in main()
92 if ((irc = ASN1_STRING_type(src)) != V_ASN1_IA5STRING) in main()
111 if ((irc = ASN1_STRING_type(dst)) != V_ASN1_IA5STRING) in main()
H A Dasn1basic.c898 if (ASN1_STRING_type(astr) != asnt->type) { in asn1_string_new_test()
900 asnt->name, asnt->type, ASN1_STRING_type(astr)); in asn1_string_new_test()
943 if (ASN1_STRING_type(astr) != asnt->type) { in asn1_string_new_test()
945 asnt->name, asnt->type, ASN1_STRING_type(astr)); in asn1_string_new_test()
/openbsd/lib/libcrypto/asn1/
H A Da_string.c228 ASN1_STRING_type(const ASN1_STRING *astr) in ASN1_STRING_type() function
232 LCRYPTO_ALIAS(ASN1_STRING_type);
H A Dasn1.h541 int ASN1_STRING_type(const ASN1_STRING *x);
/openbsd/lib/libtls/
H A Dtls_verify.c139 format = ASN1_STRING_type(altname->d.dNSName); in tls_check_subject_altname()
/openbsd/lib/libcrypto/hidden/openssl/
H A Dasn1.h54 LCRYPTO_USED(ASN1_STRING_type);
/openbsd/usr.sbin/rpki-client/
H A Dx509.c999 if (ASN1_STRING_type(as) != V_ASN1_PRINTABLESTRING) { in x509_valid_name()
/openbsd/sbin/iked/
H A Dca.c2000 if (ASN1_STRING_type(cstr) != V_ASN1_IA5STRING) in ca_x509_subjectaltname_do()
2006 if (ASN1_STRING_type(cstr) != V_ASN1_IA5STRING) in ca_x509_subjectaltname_do()
/openbsd/lib/libcrypto/ec/
H A Dec_asn1.c605 if (*out_astr != NULL && ASN1_STRING_type(*out_astr) != type) in ec_point_to_asn1_string_type()
/openbsd/lib/libcrypto/
H A DSymbols.list114 ASN1_STRING_type