Searched refs:app_bail_out (Results 1 – 4 of 4) sorted by relevance
280 app_bail_out("%s: could not get default config file\n", pname); in main()
4452 app_bail_out("failed to get name of cipher '%s'\n", evp_cipher); in speed_main()5070 app_bail_out("failed to allocate cipher context\n"); in multiblock_speed()5072 app_bail_out("failed to initialise cipher context\n"); in multiblock_speed()5080 app_bail_out("failed to generate random cipher key\n"); in multiblock_speed()5082 app_bail_out("failed to set cipher key\n"); in multiblock_speed()5087 app_bail_out("failed to set AEAD key\n"); in multiblock_speed()5089 app_bail_out("failed to get cipher name\n"); in multiblock_speed()5124 app_bail_out("error setting random bytes\n"); in multiblock_speed()
229 void app_bail_out(char *fmt, ...);
672 void app_bail_out(char *fmt, ...) in app_bail_out() function688 app_bail_out("%s: Could not allocate %zu bytes for %s\n", in app_malloc()
Completed in 47 milliseconds