Searched refs:ecdsa_meth (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Dtb_ecdsa.c79 if (e->ecdsa_meth)
96 if (e->ecdsa_meth)
116 return e->ecdsa_meth;
120 int ENGINE_set_ECDSA(ENGINE *e, const ECDSA_METHOD *ecdsa_meth) argument
122 e->ecdsa_meth = ecdsa_meth;
H A Deng_int.h174 const ECDSA_METHOD *ecdsa_meth; member in struct:engine_st
H A Deng_list.c307 dest->ecdsa_meth = src->ecdsa_meth;
H A Dengine.h538 int ENGINE_set_ECDSA(ENGINE *e, const ECDSA_METHOD *ecdsa_meth);

Completed in 105 milliseconds