Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dspeed.c3159 app_bail_out("failed to get name of cipher '%s'\n", evp_cipher); in speed_main()
3649 app_bail_out("failed to allocate cipher context\n"); in multiblock_speed()
3651 app_bail_out("failed to initialise cipher context\n"); in multiblock_speed()
3659 app_bail_out("failed to generate random cipher key\n"); in multiblock_speed()
3661 app_bail_out("failed to set cipher key\n"); in multiblock_speed()
3666 app_bail_out("failed to set AEAD key\n"); in multiblock_speed()
3668 app_bail_out("failed to get cipher name\n"); in multiblock_speed()
3704 app_bail_out("error setting random bytes\n"); in multiblock_speed()
H A Dopenssl.c278 app_bail_out("%s: could not get default config file\n", pname); in main()
/freebsd/crypto/openssl/apps/include/
H A Dapps.h221 void app_bail_out(char *fmt, ...);
/freebsd/crypto/openssl/apps/lib/
H A Dapps.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()