Searched refs:keystore_ecdsa_meth (Results 1 – 1 of 1) sorted by relevance
107 static ECDSA_METHOD keystore_ecdsa_meth = { variable119 keystore_ecdsa_meth.ecdsa_do_verify = ecdsa_meth->ecdsa_do_verify; in register_ecdsa_methods()133 ECDSA_set_method(eckey.get(), &keystore_ecdsa_meth); in ecdsa_pkey_setup()148 if (!ENGINE_set_ECDSA(e, &keystore_ecdsa_meth) in ecdsa_register()