Home
last modified time | relevance | path

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

/external/openssl/apps/
Dengine.c452 ENGINE_CIPHERS_PTR fn_c; in MAIN() local
473 fn_c = ENGINE_get_ciphers(e); in MAIN()
474 if(!fn_c) goto skip_ciphers; in MAIN()
475 n = fn_c(e, NULL, &nids, 0); in MAIN()