Home
last modified time | relevance | path

Searched refs:tlsv1_credentials (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_cred.h12 struct tlsv1_credentials { struct
33 struct tlsv1_credentials * tlsv1_cred_alloc(void); argument
34 void tlsv1_cred_free(struct tlsv1_credentials *cred);
35 int tlsv1_set_ca_cert(struct tlsv1_credentials *cred, const char *cert,
38 int tlsv1_set_cert(struct tlsv1_credentials *cred, const char *cert,
40 int tlsv1_set_private_key(struct tlsv1_credentials *cred,
45 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file,
H A Dtlsv1_cred.c21 struct tlsv1_credentials * tlsv1_cred_alloc(void) in tlsv1_cred_alloc()
23 struct tlsv1_credentials *cred; in tlsv1_cred_alloc()
29 void tlsv1_cred_free(struct tlsv1_credentials *cred) in tlsv1_cred_free()
194 int tlsv1_set_ca_cert(struct tlsv1_credentials *cred, const char *cert, in tlsv1_set_ca_cert()
258 int tlsv1_set_cert(struct tlsv1_credentials *cred, const char *cert, in tlsv1_set_cert()
415 static int pkcs12_keybag(struct tlsv1_credentials *cred, in pkcs12_keybag()
423 static int pkcs12_pkcs8_keybag(struct tlsv1_credentials *cred, in pkcs12_pkcs8_keybag()
443 static int pkcs12_certbag(struct tlsv1_credentials *cred, in pkcs12_certbag()
606 static int pkcs12_safebag(struct tlsv1_credentials *cred, in pkcs12_safebag()
678 static int pkcs12_safecontents(struct tlsv1_credentials *cred, in pkcs12_safecontents()
[all …]
H A Dtlsv1_server.h18 struct tlsv1_server * tlsv1_server_init(struct tlsv1_credentials *cred);
H A Dtlsv1_server_i.h45 struct tlsv1_credentials *cred;
H A Dtlsv1_client.h44 struct tlsv1_credentials *cred);
H A Dtlsv1_client_i.h64 struct tlsv1_credentials *cred;
H A Dtlsv1_server.c377 struct tlsv1_server * tlsv1_server_init(struct tlsv1_credentials *cred) in tlsv1_server_init()
H A Dtlsv1_client.c855 struct tlsv1_credentials *cred) in tlsv1_client_set_cred()
/aosp_15_r20/external/wpa_supplicant_8/src/crypto/
H A Dtls_internal.c24 struct tlsv1_credentials *server_cred;
206 struct tlsv1_credentials *cred; in tls_connection_set_params()
303 struct tlsv1_credentials *cred; in tls_global_set_params()