Home
last modified time | relevance | path

Searched refs:import_pem (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dtls_securetransport.c70 static int import_pem(URLContext *h, char *path, CFArrayRef *array) in import_pem() function
139 if ((ret = import_pem(h, c->tls_shared.ca_file, &array)) < 0) in load_ca()
162 if ((ret = import_pem(h, c->tls_shared.cert_file, &certArray)) < 0) in load_cert()
165 if ((ret = import_pem(h, c->tls_shared.key_file, &keyArray)) < 0) in load_cert()

Completed in 1 milliseconds