Searched refs:asn1_oid_to_str (Results 1 – 8 of 8) sorted by relevance
/external/wpa_supplicant_8/src/tls/ |
D | pkcs1.c | 275 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()
|
D | asn1.h | 65 void asn1_oid_to_str(const struct asn1_oid *oid, char *buf, size_t len);
|
D | tlsv1_cred.c | 476 asn1_oid_to_str(&oid, obuf, sizeof(obuf)); in pkcs12_certbag() 596 asn1_oid_to_str(&a_oid, obuf, sizeof(obuf)); in pkcs12_parse_attr() 641 asn1_oid_to_str(&oid, obuf, sizeof(obuf)); in pkcs12_safebag() 835 asn1_oid_to_str(&oid, buf, sizeof(buf)); in pkcs12_parse_content_enc_data() 900 asn1_oid_to_str(&oid, txt, sizeof(txt)); in pkcs12_parse_content() 990 asn1_oid_to_str(&oid, buf, sizeof(buf)); in pkcs12_parse()
|
D | pkcs5.c | 138 asn1_oid_to_str(&oid, obuf, sizeof(obuf)); in pkcs5_get_params_pbes2() 242 asn1_oid_to_str(&oid, obuf, sizeof(obuf)); in pkcs5_get_params_pbes2() 297 asn1_oid_to_str(&oid, obuf, sizeof(obuf)); in pkcs5_get_params()
|
D | pkcs8.c | 87 asn1_oid_to_str(&oid, obuf, sizeof(obuf)); in pkcs8_key_import()
|
D | asn1.c | 154 void asn1_oid_to_str(const struct asn1_oid *oid, char *buf, size_t len) in asn1_oid_to_str() function
|
D | tlsv1_client_ocsp.c | 103 asn1_oid_to_str(alg, buf, sizeof(buf)); in ocsp_hash_data() 765 asn1_oid_to_str(&oid, obuf, sizeof(obuf)); in tls_process_ocsp_response()
|
D | x509v3.c | 946 asn1_oid_to_str(&name->rid, buf, sizeof(buf)); in x509_parse_alt_name_rid() 1180 asn1_oid_to_str(&oid, buf, sizeof(buf)); in x509_parse_ext_ext_key_usage() 1285 asn1_oid_to_str(&oid, buf, sizeof(buf)); in x509_parse_extension()
|