OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENGINE
(Results
1 - 25
of
235
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/chromium_org/third_party/openssl/openssl/crypto/engine/
engine.h
1
/* openssl/
engine
.h */
70
#error
ENGINE
is disabled.
122
* internally to control registration of
ENGINE
implementations, and can be set
127
/*
ENGINE
flags that can be set by ENGINE_set_flags(). */
132
* control commands on behalf of the
ENGINE
using their "cmd_defns" data. */
136
* "ENGINE_by_id()". When an
ENGINE
must store state (eg. if ENGINE_ctrl()
139
* to obtain the
ENGINE
will result in it being copied into a new structure.
141
* the existing
ENGINE
's structural reference count. */
144
/* This flag if for an
ENGINE
that does not want its methods registered as
177
* same functionality to their own
ENGINE
-specific control functions that can b
[
all
...]
tb_dh.c
65
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)
tb_dsa.c
65
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)
tb_ecdh.c
1
/* crypto/
engine
/tb_ecdh.c */
12
* The ECDH
engine
software is originally written by Nils Gura and
80
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 *
[
all
...]
tb_ecdsa.c
65
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)
tb_rand.c
65
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)
tb_rsa.c
65
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)
tb_store.c
65
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)
tb_cipher.c
64
void ENGINE_unregister_ciphers(
ENGINE
*e)
74
int ENGINE_register_ciphers(
ENGINE
*e)
90
ENGINE
*e;
96
int ENGINE_set_default_ciphers(
ENGINE
*e)
113
ENGINE
*ENGINE_get_cipher_engine(int nid)
118
/* Obtains a cipher implementation from an
ENGINE
functional reference */
119
const EVP_CIPHER *ENGINE_get_cipher(
ENGINE
*e, int nid)
132
/* Gets the cipher callback from an
ENGINE
structure */
133
ENGINE_CIPHERS_PTR ENGINE_get_ciphers(const
ENGINE
*e)
138
/* Sets the cipher callback in an
ENGINE
structure *
[
all
...]
tb_digest.c
64
void ENGINE_unregister_digests(
ENGINE
*e)
74
int ENGINE_register_digests(
ENGINE
*e)
90
ENGINE
*e;
96
int ENGINE_set_default_digests(
ENGINE
*e)
113
ENGINE
*ENGINE_get_digest_engine(int nid)
118
/* Obtains a digest implementation from an
ENGINE
functional reference */
119
const EVP_MD *ENGINE_get_digest(
ENGINE
*e, int nid)
132
/* Gets the digest callback from an
ENGINE
structure */
133
ENGINE_DIGESTS_PTR ENGINE_get_digests(const
ENGINE
*e)
138
/* Sets the digest callback in an
ENGINE
structure *
[
all
...]
eng_int.h
1
/* crypto/
engine
/eng_int.h */
68
/* Take public definitions from
engine
.h */
69
#include <openssl/
engine
.h>
76
*
ENGINE
structure will be monitored with a line of output on stderr for each
77
* change. This prints the
engine
's pointer address (truncated to unsigned int),
84
fprintf(stderr, "
engine
: %08x %s from %d to %d (%s:%d)\n", \
110
DECLARE_STACK_OF(
ENGINE
)
121
ENGINE
*e, const int *nids, int num_nids, int setdefault);
122
void engine_table_unregister(ENGINE_TABLE **table,
ENGINE
*e);
125
ENGINE
*engine_table_select(ENGINE_TABLE **table, int nid)
[
all
...]
/external/chromium_org/third_party/openssl/openssl/include/openssl/
engine.h
1
/* openssl/
engine
.h */
70
#error
ENGINE
is disabled.
122
* internally to control registration of
ENGINE
implementations, and can be set
127
/*
ENGINE
flags that can be set by ENGINE_set_flags(). */
132
* control commands on behalf of the
ENGINE
using their "cmd_defns" data. */
136
* "ENGINE_by_id()". When an
ENGINE
must store state (eg. if ENGINE_ctrl()
139
* to obtain the
ENGINE
will result in it being copied into a new structure.
141
* the existing
ENGINE
's structural reference count. */
144
/* This flag if for an
ENGINE
that does not want its methods registered as
177
* same functionality to their own
ENGINE
-specific control functions that can b
[
all
...]
/external/openssl/crypto/engine/
engine.h
1
/* openssl/
engine
.h */
70
#error
ENGINE
is disabled.
122
* internally to control registration of
ENGINE
implementations, and can be set
127
/*
ENGINE
flags that can be set by ENGINE_set_flags(). */
132
* control commands on behalf of the
ENGINE
using their "cmd_defns" data. */
136
* "ENGINE_by_id()". When an
ENGINE
must store state (eg. if ENGINE_ctrl()
139
* to obtain the
ENGINE
will result in it being copied into a new structure.
141
* the existing
ENGINE
's structural reference count. */
144
/* This flag if for an
ENGINE
that does not want its methods registered as
177
* same functionality to their own
ENGINE
-specific control functions that can b
[
all
...]
tb_dh.c
65
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)
tb_dsa.c
65
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)
tb_ecdh.c
1
/* crypto/
engine
/tb_ecdh.c */
12
* The ECDH
engine
software is originally written by Nils Gura and
80
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 *
[
all
...]
tb_ecdsa.c
65
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)
tb_rand.c
65
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)
tb_rsa.c
65
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)
tb_store.c
65
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)
tb_cipher.c
64
void ENGINE_unregister_ciphers(
ENGINE
*e)
74
int ENGINE_register_ciphers(
ENGINE
*e)
90
ENGINE
*e;
96
int ENGINE_set_default_ciphers(
ENGINE
*e)
113
ENGINE
*ENGINE_get_cipher_engine(int nid)
118
/* Obtains a cipher implementation from an
ENGINE
functional reference */
119
const EVP_CIPHER *ENGINE_get_cipher(
ENGINE
*e, int nid)
132
/* Gets the cipher callback from an
ENGINE
structure */
133
ENGINE_CIPHERS_PTR ENGINE_get_ciphers(const
ENGINE
*e)
138
/* Sets the cipher callback in an
ENGINE
structure *
[
all
...]
tb_digest.c
64
void ENGINE_unregister_digests(
ENGINE
*e)
74
int ENGINE_register_digests(
ENGINE
*e)
90
ENGINE
*e;
96
int ENGINE_set_default_digests(
ENGINE
*e)
113
ENGINE
*ENGINE_get_digest_engine(int nid)
118
/* Obtains a digest implementation from an
ENGINE
functional reference */
119
const EVP_MD *ENGINE_get_digest(
ENGINE
*e, int nid)
132
/* Gets the digest callback from an
ENGINE
structure */
133
ENGINE_DIGESTS_PTR ENGINE_get_digests(const
ENGINE
*e)
138
/* Sets the digest callback in an
ENGINE
structure *
[
all
...]
eng_int.h
1
/* crypto/
engine
/eng_int.h */
68
/* Take public definitions from
engine
.h */
69
#include <openssl/
engine
.h>
76
*
ENGINE
structure will be monitored with a line of output on stderr for each
77
* change. This prints the
engine
's pointer address (truncated to unsigned int),
84
fprintf(stderr, "
engine
: %08x %s from %d to %d (%s:%d)\n", \
110
DECLARE_STACK_OF(
ENGINE
)
121
ENGINE
*e, const int *nids, int num_nids, int setdefault);
122
void engine_table_unregister(ENGINE_TABLE **table,
ENGINE
*e);
125
ENGINE
*engine_table_select(ENGINE_TABLE **table, int nid)
[
all
...]
/external/openssl/include/openssl/
engine.h
1
/* openssl/
engine
.h */
70
#error
ENGINE
is disabled.
122
* internally to control registration of
ENGINE
implementations, and can be set
127
/*
ENGINE
flags that can be set by ENGINE_set_flags(). */
132
* control commands on behalf of the
ENGINE
using their "cmd_defns" data. */
136
* "ENGINE_by_id()". When an
ENGINE
must store state (eg. if ENGINE_ctrl()
139
* to obtain the
ENGINE
will result in it being copied into a new structure.
141
* the existing
ENGINE
's structural reference count. */
144
/* This flag if for an
ENGINE
that does not want its methods registered as
177
* same functionality to their own
ENGINE
-specific control functions that can b
[
all
...]
/system/security/keystore-engine/
methods.h
26
/* For
ENGINE
method registration purposes. */
54
/* Keyhandles for
ENGINE
metadata */
65
int ecdsa_register(
ENGINE
*);
66
int ecdsa_pkey_setup(
ENGINE
*, EVP_PKEY*, const char*);
69
int dsa_register(
ENGINE
*);
70
int dsa_pkey_setup(
ENGINE
*, EVP_PKEY*, const char*);
73
int rsa_register(
ENGINE
*);
74
int rsa_pkey_setup(
ENGINE
*, EVP_PKEY*, const char*);
Completed in 788 milliseconds
1
2
3
4
5
6
7
8
9
10