Searched refs:asn1_oid_to_str (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | pkcs1.c | 296 asn1_oid_to_str(&oid, txt, sizeof(txt)); in pkcs1_v15_sig_ver() 297 asn1_oid_to_str(hash_alg, txt2, sizeof(txt2)); in pkcs1_v15_sig_ver()
|
D | tlsv1_cred.c | 472 asn1_oid_to_str(&oid, obuf, sizeof(obuf)); in pkcs12_certbag() 584 asn1_oid_to_str(&a_oid, obuf, sizeof(obuf)); in pkcs12_parse_attr() 625 asn1_oid_to_str(&oid, obuf, sizeof(obuf)); in pkcs12_safebag() 799 asn1_oid_to_str(&oid, buf, sizeof(buf)); in pkcs12_parse_content_enc_data() 861 asn1_oid_to_str(&oid, txt, sizeof(txt)); in pkcs12_parse_content() 942 asn1_oid_to_str(&oid, buf, sizeof(buf)); in pkcs12_parse()
|
D | pkcs8.c | 78 asn1_oid_to_str(&oid, obuf, sizeof(obuf)); in pkcs8_key_import()
|
D | pkcs5.c | 134 asn1_oid_to_str(&oid, obuf, sizeof(obuf)); in pkcs5_get_params_pbes2() 229 asn1_oid_to_str(&oid, obuf, sizeof(obuf)); in pkcs5_get_params_pbes2() 281 asn1_oid_to_str(&oid, obuf, sizeof(obuf)); in pkcs5_get_params()
|
D | asn1.h | 68 void asn1_oid_to_str(const struct asn1_oid *oid, char *buf, size_t len);
|
D | tlsv1_client_ocsp.c | 103 asn1_oid_to_str(alg, buf, sizeof(buf)); in ocsp_hash_data() 724 asn1_oid_to_str(&oid, obuf, sizeof(obuf)); in tls_process_ocsp_response()
|
D | x509v3.c | 968 asn1_oid_to_str(&name->rid, buf, sizeof(buf)); in x509_parse_alt_name_rid() 1212 asn1_oid_to_str(&oid, buf, sizeof(buf)); in x509_parse_ext_certificate_policies() 1317 asn1_oid_to_str(&oid, buf, sizeof(buf)); in x509_parse_ext_ext_key_usage() 1415 asn1_oid_to_str(&oid, buf, sizeof(buf)); in x509_parse_extension()
|
D | asn1.c | 351 void asn1_oid_to_str(const struct asn1_oid *oid, char *buf, size_t len) in asn1_oid_to_str() function
|