Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssl/apps/
HDopenssl.c278 app_bail_out("%s: could not get default config file\n", pname); in main()
HDspeed.c3377 app_bail_out("failed to get name of cipher '%s'\n", evp_cipher); in speed_main()
3867 app_bail_out("failed to allocate cipher context\n"); in multiblock_speed()
3869 app_bail_out("failed to initialise cipher context\n"); in multiblock_speed()
3877 app_bail_out("failed to generate random cipher key\n"); in multiblock_speed()
3879 app_bail_out("failed to set cipher key\n"); in multiblock_speed()
3884 app_bail_out("failed to set AEAD key\n"); in multiblock_speed()
3886 app_bail_out("failed to get cipher name\n"); in multiblock_speed()
3921 app_bail_out("error setting random bytes\n"); in multiblock_speed()
/freebsd-head/crypto/openssl/apps/include/
HDapps.h221 void app_bail_out(char *fmt, ...);
/freebsd-head/crypto/openssl/apps/lib/
HDapps.c617 void app_bail_out(char *fmt, ...) in app_bail_out() function
633 app_bail_out("%s: Could not allocate %zu bytes for %s\n", in app_malloc()