Lines Matching refs:tlsv1_credentials

21 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()
622 static int pkcs12_safebag(struct tlsv1_credentials *cred, in pkcs12_safebag()
700 static int pkcs12_safecontents(struct tlsv1_credentials *cred, in pkcs12_safecontents()
745 static int pkcs12_parse_content_data(struct tlsv1_credentials *cred, in pkcs12_parse_content_data()
767 static int pkcs12_parse_content_enc_data(struct tlsv1_credentials *cred, in pkcs12_parse_content_enc_data()
882 static int pkcs12_parse_content(struct tlsv1_credentials *cred, in pkcs12_parse_content()
925 static int pkcs12_parse(struct tlsv1_credentials *cred, in pkcs12_parse()
1062 static int tlsv1_set_key(struct tlsv1_credentials *cred, in tlsv1_set_key()
1092 int tlsv1_set_private_key(struct tlsv1_credentials *cred, in tlsv1_set_private_key()
1127 static int tlsv1_set_dhparams_der(struct tlsv1_credentials *cred, in tlsv1_set_dhparams_der()
1203 static int tlsv1_set_dhparams_blob(struct tlsv1_credentials *cred, in tlsv1_set_dhparams_blob()
1255 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file, in tlsv1_set_dhparams()