Home
last modified time | relevance | path

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

/third_party/openssl/apps/
Dopenssl.c278 app_bail_out("%s: could not get default config file\n", pname); in main()
Dspeed.c3620 app_bail_out("failed to allocate cipher context\n"); in multiblock_speed()
3622 app_bail_out("failed to initialise cipher context\n"); in multiblock_speed()
3630 app_bail_out("failed to generate random cipher key\n"); in multiblock_speed()
3632 app_bail_out("failed to set cipher key\n"); in multiblock_speed()
3637 app_bail_out("failed to set AEAD key\n"); in multiblock_speed()
3639 app_bail_out("failed to get cipher name\n"); in multiblock_speed()
/third_party/openssl/apps/include/
Dapps.h221 void app_bail_out(char *fmt, ...);
/third_party/openssl/apps/lib/
Dapps.c616 void app_bail_out(char *fmt, ...) in app_bail_out() function
632 app_bail_out("%s: Could not allocate %zu bytes for %s\n", in app_malloc()
3354 app_bail_out("%s: Error generating %s key\n", opt_getprog(), in app_keygen()
3367 app_bail_out("%s: Generating %s key parameters failed\n", in app_paramgen()