Searched refs:cert_capi_idx (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_capi.c | 284 static int cert_capi_idx = -1; variable 423 cert_capi_idx = X509_get_ex_new_index(0, NULL, NULL, NULL, 0); in capi_init() 1765 X509_set_ex_data(x, cert_capi_idx, key); in capi_load_ssl_client_cert() 1795 key = X509_get_ex_data(x, cert_capi_idx); in capi_load_ssl_client_cert() 1808 key = X509_get_ex_data(*pcert, cert_capi_idx); in capi_load_ssl_client_cert() 1810 X509_set_ex_data(*pcert, cert_capi_idx, NULL); in capi_load_ssl_client_cert() 1868 key = X509_get_ex_data(x, cert_capi_idx); in cert_select_dialog() 1891 key = X509_get_ex_data(x, cert_capi_idx); in cert_select_dialog()
|
/third_party/openssl/engines/ |
H A D | e_capi.c | 284 static int cert_capi_idx = -1; variable 423 cert_capi_idx = X509_get_ex_new_index(0, NULL, NULL, NULL, 0); in capi_init() 1765 X509_set_ex_data(x, cert_capi_idx, key); in capi_load_ssl_client_cert() 1795 key = X509_get_ex_data(x, cert_capi_idx); in capi_load_ssl_client_cert() 1808 key = X509_get_ex_data(*pcert, cert_capi_idx); in capi_load_ssl_client_cert() 1810 X509_set_ex_data(*pcert, cert_capi_idx, NULL); in capi_load_ssl_client_cert() 1868 key = X509_get_ex_data(x, cert_capi_idx); in cert_select_dialog() 1891 key = X509_get_ex_data(x, cert_capi_idx); in cert_select_dialog()
|
Completed in 5 milliseconds