Home
last modified time | relevance | path

Searched refs:asn1_oid_to_str (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/tls/
Dpkcs1.c275 asn1_oid_to_str(&oid, txt, sizeof(txt)); in pkcs1_v15_sig_ver()
276 asn1_oid_to_str(hash_alg, txt2, sizeof(txt2)); in pkcs1_v15_sig_ver()
Dasn1.h63 void asn1_oid_to_str(const struct asn1_oid *oid, char *buf, size_t len);
Dpkcs8.c87 asn1_oid_to_str(&oid, obuf, sizeof(obuf)); in pkcs8_key_import()
Dasn1.c154 void asn1_oid_to_str(const struct asn1_oid *oid, char *buf, size_t len) in asn1_oid_to_str() function
Dpkcs5.c65 asn1_oid_to_str(&oid, obuf, sizeof(obuf)); in pkcs5_get_params()
Dx509v3.c938 asn1_oid_to_str(&name->rid, buf, sizeof(buf)); in x509_parse_alt_name_rid()
1170 asn1_oid_to_str(&oid, buf, sizeof(buf)); in x509_parse_extension()