Searched refs:ENGINE (Results 1 - 25 of 317) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Dengine.h71 # error ENGINE is disabled.
126 * internally to control registration of ENGINE implementations, and can be
132 /* ENGINE flags that can be set by ENGINE_set_flags(). */
139 * these control commands on behalf of the ENGINE using their "cmd_defns"
146 * via "ENGINE_by_id()". When an ENGINE must store state (eg. if
149 * then each attempt to obtain the ENGINE will result in it being copied into
151 * ENGINE_by_id() just increments the existing ENGINE's structural reference
157 * This flag if for an ENGINE that does not want its methods registered as
199 * the same functionality to their own ENGINE-specific control functions that
203 * without requiring per-ENGINE hackin
[all...]
H A Dtb_dh.c67 void ENGINE_unregister_DH(ENGINE *e)
77 int ENGINE_register_DH(ENGINE *e)
88 ENGINE *e;
94 int ENGINE_set_default_DH(ENGINE *e)
108 ENGINE *ENGINE_get_default_DH(void)
113 /* Obtains an DH implementation from an ENGINE functional reference */
114 const DH_METHOD *ENGINE_get_DH(const ENGINE *e)
119 /* Sets an DH implementation in an ENGINE structure */
120 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth)
H A Dtb_dsa.c67 void ENGINE_unregister_DSA(ENGINE *e)
77 int ENGINE_register_DSA(ENGINE *e)
88 ENGINE *e;
94 int ENGINE_set_default_DSA(ENGINE *e)
108 ENGINE *ENGINE_get_default_DSA(void)
113 /* Obtains an DSA implementation from an ENGINE functional reference */
114 const DSA_METHOD *ENGINE_get_DSA(const ENGINE *e)
119 /* Sets an DSA implementation in an ENGINE structure */
120 int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth)
H A Dtb_ecdh.c82 void ENGINE_unregister_ECDH(ENGINE *e)
92 int ENGINE_register_ECDH(ENGINE *e)
103 ENGINE *e;
109 int ENGINE_set_default_ECDH(ENGINE *e)
123 ENGINE *ENGINE_get_default_ECDH(void)
128 /* Obtains an ECDH implementation from an ENGINE functional reference */
129 const ECDH_METHOD *ENGINE_get_ECDH(const ENGINE *e)
134 /* Sets an ECDH implementation in an ENGINE structure */
135 int ENGINE_set_ECDH(ENGINE *e, const ECDH_METHOD *ecdh_meth)
H A Dtb_ecdsa.c67 void ENGINE_unregister_ECDSA(ENGINE *e)
77 int ENGINE_register_ECDSA(ENGINE *e)
88 ENGINE *e;
94 int ENGINE_set_default_ECDSA(ENGINE *e)
108 ENGINE *ENGINE_get_default_ECDSA(void)
113 /* Obtains an ECDSA implementation from an ENGINE functional reference */
114 const ECDSA_METHOD *ENGINE_get_ECDSA(const ENGINE *e)
119 /* Sets an ECDSA implementation in an ENGINE structure */
120 int ENGINE_set_ECDSA(ENGINE *e, const ECDSA_METHOD *ecdsa_meth)
H A Dtb_rand.c67 void ENGINE_unregister_RAND(ENGINE *e)
77 int ENGINE_register_RAND(ENGINE *e)
88 ENGINE *e;
94 int ENGINE_set_default_RAND(ENGINE *e)
108 ENGINE *ENGINE_get_default_RAND(void)
113 /* Obtains an RAND implementation from an ENGINE functional reference */
114 const RAND_METHOD *ENGINE_get_RAND(const ENGINE *e)
119 /* Sets an RAND implementation in an ENGINE structure */
120 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth)
H A Dtb_rsa.c67 void ENGINE_unregister_RSA(ENGINE *e)
77 int ENGINE_register_RSA(ENGINE *e)
88 ENGINE *e;
94 int ENGINE_set_default_RSA(ENGINE *e)
108 ENGINE *ENGINE_get_default_RSA(void)
113 /* Obtains an RSA implementation from an ENGINE functional reference */
114 const RSA_METHOD *ENGINE_get_RSA(const ENGINE *e)
119 /* Sets an RSA implementation in an ENGINE structure */
120 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth)
H A Dtb_store.c67 void ENGINE_unregister_STORE(ENGINE *e)
77 int ENGINE_register_STORE(ENGINE *e)
88 ENGINE *e;
96 int ENGINE_set_default_STORE(ENGINE *e)
112 ENGINE *ENGINE_get_default_STORE(void)
118 /* Obtains an STORE implementation from an ENGINE functional reference */
119 const STORE_METHOD *ENGINE_get_STORE(const ENGINE *e)
124 /* Sets an STORE implementation in an ENGINE structure */
125 int ENGINE_set_STORE(ENGINE *e, const STORE_METHOD *store_meth)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Dengine.h71 # error ENGINE is disabled.
126 * internally to control registration of ENGINE implementations, and can be
132 /* ENGINE flags that can be set by ENGINE_set_flags(). */
139 * these control commands on behalf of the ENGINE using their "cmd_defns"
146 * via "ENGINE_by_id()". When an ENGINE must store state (eg. if
149 * then each attempt to obtain the ENGINE will result in it being copied into
151 * ENGINE_by_id() just increments the existing ENGINE's structural reference
157 * This flag if for an ENGINE that does not want its methods registered as
199 * the same functionality to their own ENGINE-specific control functions that
203 * without requiring per-ENGINE hackin
[all...]
H A Dtb_dh.c67 void ENGINE_unregister_DH(ENGINE *e)
77 int ENGINE_register_DH(ENGINE *e)
88 ENGINE *e;
94 int ENGINE_set_default_DH(ENGINE *e)
108 ENGINE *ENGINE_get_default_DH(void)
113 /* Obtains an DH implementation from an ENGINE functional reference */
114 const DH_METHOD *ENGINE_get_DH(const ENGINE *e)
119 /* Sets an DH implementation in an ENGINE structure */
120 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth)
H A Dtb_dsa.c67 void ENGINE_unregister_DSA(ENGINE *e)
77 int ENGINE_register_DSA(ENGINE *e)
88 ENGINE *e;
94 int ENGINE_set_default_DSA(ENGINE *e)
108 ENGINE *ENGINE_get_default_DSA(void)
113 /* Obtains an DSA implementation from an ENGINE functional reference */
114 const DSA_METHOD *ENGINE_get_DSA(const ENGINE *e)
119 /* Sets an DSA implementation in an ENGINE structure */
120 int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth)
H A Dtb_ecdh.c82 void ENGINE_unregister_ECDH(ENGINE *e)
92 int ENGINE_register_ECDH(ENGINE *e)
103 ENGINE *e;
109 int ENGINE_set_default_ECDH(ENGINE *e)
123 ENGINE *ENGINE_get_default_ECDH(void)
128 /* Obtains an ECDH implementation from an ENGINE functional reference */
129 const ECDH_METHOD *ENGINE_get_ECDH(const ENGINE *e)
134 /* Sets an ECDH implementation in an ENGINE structure */
135 int ENGINE_set_ECDH(ENGINE *e, const ECDH_METHOD *ecdh_meth)
H A Dtb_ecdsa.c67 void ENGINE_unregister_ECDSA(ENGINE *e)
77 int ENGINE_register_ECDSA(ENGINE *e)
88 ENGINE *e;
94 int ENGINE_set_default_ECDSA(ENGINE *e)
108 ENGINE *ENGINE_get_default_ECDSA(void)
113 /* Obtains an ECDSA implementation from an ENGINE functional reference */
114 const ECDSA_METHOD *ENGINE_get_ECDSA(const ENGINE *e)
119 /* Sets an ECDSA implementation in an ENGINE structure */
120 int ENGINE_set_ECDSA(ENGINE *e, const ECDSA_METHOD *ecdsa_meth)
H A Dtb_rand.c67 void ENGINE_unregister_RAND(ENGINE *e)
77 int ENGINE_register_RAND(ENGINE *e)
88 ENGINE *e;
94 int ENGINE_set_default_RAND(ENGINE *e)
108 ENGINE *ENGINE_get_default_RAND(void)
113 /* Obtains an RAND implementation from an ENGINE functional reference */
114 const RAND_METHOD *ENGINE_get_RAND(const ENGINE *e)
119 /* Sets an RAND implementation in an ENGINE structure */
120 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth)
H A Dtb_rsa.c67 void ENGINE_unregister_RSA(ENGINE *e)
77 int ENGINE_register_RSA(ENGINE *e)
88 ENGINE *e;
94 int ENGINE_set_default_RSA(ENGINE *e)
108 ENGINE *ENGINE_get_default_RSA(void)
113 /* Obtains an RSA implementation from an ENGINE functional reference */
114 const RSA_METHOD *ENGINE_get_RSA(const ENGINE *e)
119 /* Sets an RSA implementation in an ENGINE structure */
120 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth)
H A Dtb_store.c67 void ENGINE_unregister_STORE(ENGINE *e)
77 int ENGINE_register_STORE(ENGINE *e)
88 ENGINE *e;
96 int ENGINE_set_default_STORE(ENGINE *e)
112 ENGINE *ENGINE_get_default_STORE(void)
118 /* Obtains an STORE implementation from an ENGINE functional reference */
119 const STORE_METHOD *ENGINE_get_STORE(const ENGINE *e)
124 /* Sets an STORE implementation in an ENGINE structure */
125 int ENGINE_set_STORE(ENGINE *e, const STORE_METHOD *store_meth)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dengine.h70 #error ENGINE is disabled.
119 * internally to control registration of ENGINE implementations, and can be set
124 /* ENGINE flags that can be set by ENGINE_set_flags(). */
129 * control commands on behalf of the ENGINE using their "cmd_defns" data. */
133 * "ENGINE_by_id()". When an ENGINE must store state (eg. if ENGINE_ctrl()
136 * to obtain the ENGINE will result in it being copied into a new structure.
138 * the existing ENGINE's structural reference count. */
167 * same functionality to their own ENGINE-specific control functions that can be
170 * fact that application code can find and use them without requiring per-ENGINE
196 * including ENGINE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Dengine.h70 #error ENGINE is disabled.
119 * internally to control registration of ENGINE implementations, and can be set
124 /* ENGINE flags that can be set by ENGINE_set_flags(). */
129 * control commands on behalf of the ENGINE using their "cmd_defns" data. */
133 * "ENGINE_by_id()". When an ENGINE must store state (eg. if ENGINE_ctrl()
136 * to obtain the ENGINE will result in it being copied into a new structure.
138 * the existing ENGINE's structural reference count. */
167 * same functionality to their own ENGINE-specific control functions that can be
170 * fact that application code can find and use them without requiring per-ENGINE
196 * including ENGINE
[all...]
H A Dtb_dh.c65 void ENGINE_unregister_DH(ENGINE *e)
75 int ENGINE_register_DH(ENGINE *e)
85 ENGINE *e;
91 int ENGINE_set_default_DH(ENGINE *e)
102 ENGINE *ENGINE_get_default_DH(void)
107 /* Obtains an DH implementation from an ENGINE functional reference */
108 const DH_METHOD *ENGINE_get_DH(const ENGINE *e)
113 /* Sets an DH implementation in an ENGINE structure */
114 int ENGINE_set_DH(ENGINE *e, const DH_METHOD *dh_meth)
H A Dtb_dsa.c65 void ENGINE_unregister_DSA(ENGINE *e)
75 int ENGINE_register_DSA(ENGINE *e)
85 ENGINE *e;
91 int ENGINE_set_default_DSA(ENGINE *e)
102 ENGINE *ENGINE_get_default_DSA(void)
107 /* Obtains an DSA implementation from an ENGINE functional reference */
108 const DSA_METHOD *ENGINE_get_DSA(const ENGINE *e)
113 /* Sets an DSA implementation in an ENGINE structure */
114 int ENGINE_set_DSA(ENGINE *e, const DSA_METHOD *dsa_meth)
H A Dtb_ecdh.c80 void ENGINE_unregister_ECDH(ENGINE *e)
90 int ENGINE_register_ECDH(ENGINE *e)
100 ENGINE *e;
106 int ENGINE_set_default_ECDH(ENGINE *e)
117 ENGINE *ENGINE_get_default_ECDH(void)
122 /* Obtains an ECDH implementation from an ENGINE functional reference */
123 const ECDH_METHOD *ENGINE_get_ECDH(const ENGINE *e)
128 /* Sets an ECDH implementation in an ENGINE structure */
129 int ENGINE_set_ECDH(ENGINE *e, const ECDH_METHOD *ecdh_meth)
H A Dtb_ecdsa.c65 void ENGINE_unregister_ECDSA(ENGINE *e)
75 int ENGINE_register_ECDSA(ENGINE *e)
85 ENGINE *e;
91 int ENGINE_set_default_ECDSA(ENGINE *e)
102 ENGINE *ENGINE_get_default_ECDSA(void)
107 /* Obtains an ECDSA implementation from an ENGINE functional reference */
108 const ECDSA_METHOD *ENGINE_get_ECDSA(const ENGINE *e)
113 /* Sets an ECDSA implementation in an ENGINE structure */
114 int ENGINE_set_ECDSA(ENGINE *e, const ECDSA_METHOD *ecdsa_meth)
H A Dtb_rand.c65 void ENGINE_unregister_RAND(ENGINE *e)
75 int ENGINE_register_RAND(ENGINE *e)
85 ENGINE *e;
91 int ENGINE_set_default_RAND(ENGINE *e)
102 ENGINE *ENGINE_get_default_RAND(void)
107 /* Obtains an RAND implementation from an ENGINE functional reference */
108 const RAND_METHOD *ENGINE_get_RAND(const ENGINE *e)
113 /* Sets an RAND implementation in an ENGINE structure */
114 int ENGINE_set_RAND(ENGINE *e, const RAND_METHOD *rand_meth)
H A Dtb_rsa.c65 void ENGINE_unregister_RSA(ENGINE *e)
75 int ENGINE_register_RSA(ENGINE *e)
85 ENGINE *e;
91 int ENGINE_set_default_RSA(ENGINE *e)
102 ENGINE *ENGINE_get_default_RSA(void)
107 /* Obtains an RSA implementation from an ENGINE functional reference */
108 const RSA_METHOD *ENGINE_get_RSA(const ENGINE *e)
113 /* Sets an RSA implementation in an ENGINE structure */
114 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth)
H A Dtb_store.c65 void ENGINE_unregister_STORE(ENGINE *e)
75 int ENGINE_register_STORE(ENGINE *e)
85 ENGINE *e;
93 int ENGINE_set_default_STORE(ENGINE *e)
106 ENGINE *ENGINE_get_default_STORE(void)
112 /* Obtains an STORE implementation from an ENGINE functional reference */
113 const STORE_METHOD *ENGINE_get_STORE(const ENGINE *e)
118 /* Sets an STORE implementation in an ENGINE structure */
119 int ENGINE_set_STORE(ENGINE *e, const STORE_METHOD *store_meth)

Completed in 160 milliseconds

1234567891011>>