Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/engine/
H A Deng_rdrand.c71 static const char *engine_e_rdrand_id = "rdrand"; variable
76 …if (!ENGINE_set_id(e, engine_e_rdrand_id) || !ENGINE_set_name(e, engine_e_rdrand_name) || !ENGINE_… in bind_helper()