Searched refs:engine_e_rdrand_name (Results 1 – 1 of 1) sorted by relevance
72 static const char *engine_e_rdrand_name = "Intel RDRAND engine"; variable76 …if (!ENGINE_set_id(e, engine_e_rdrand_id) || !ENGINE_set_name(e, engine_e_rdrand_name) || !ENGINE_… in bind_helper()