OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENGINE_by_id
(Results
1 - 25
of
25
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_cnf.c
135
e =
ENGINE_by_id
("dynamic");
153
e =
ENGINE_by_id
(name);
eng_list.c
350
ENGINE *
ENGINE_by_id
(const char *id)
406
iterator =
ENGINE_by_id
("dynamic");
engine.h
136
* "
ENGINE_by_id
()". When an ENGINE must store state (eg. if ENGINE_ctrl()
140
* Normally, ENGINEs don't declare this flag so
ENGINE_by_id
() just increments
314
* structural reference count, use
ENGINE_by_id
and ENGINE_free. NB: This is not
331
ENGINE *
ENGINE_by_id
(const char *id);
[
all
...]
/external/openssl/crypto/engine/
eng_cnf.c
135
e =
ENGINE_by_id
("dynamic");
153
e =
ENGINE_by_id
(name);
eng_list.c
350
ENGINE *
ENGINE_by_id
(const char *id)
406
iterator =
ENGINE_by_id
("dynamic");
engine.h
136
* "
ENGINE_by_id
()". When an ENGINE must store state (eg. if ENGINE_ctrl()
140
* Normally, ENGINEs don't declare this flag so
ENGINE_by_id
() just increments
314
* structural reference count, use
ENGINE_by_id
and ENGINE_free. NB: This is not
331
ENGINE *
ENGINE_by_id
(const char *id);
[
all
...]
/libcore/crypto/src/main/java/org/conscrypt/
OpenSSLEngine.java
41
engineCtx = NativeCrypto.
ENGINE_by_id
(engine);
NativeCrypto.java
66
public static native long
ENGINE_by_id
(String id);
[
all
...]
/external/ipsec-tools/
main.c
168
e =
ENGINE_by_id
("keystore");
/external/chromium_org/third_party/openssl/openssl/apps/
engine.c
435
if ((e =
ENGINE_by_id
(id)) != NULL)
apps.c
[
all
...]
req.c
236
gen_eng =
ENGINE_by_id
(*(++argv));
[
all
...]
s_client.c
1031
ssl_client_engine =
ENGINE_by_id
(ssl_client_engine_id);
[
all
...]
/external/chromium_org/third_party/openssl/openssl/include/openssl/
engine.h
136
* "
ENGINE_by_id
()". When an ENGINE must store state (eg. if ENGINE_ctrl()
140
* Normally, ENGINEs don't declare this flag so
ENGINE_by_id
() just increments
314
* structural reference count, use
ENGINE_by_id
and ENGINE_free. NB: This is not
331
ENGINE *
ENGINE_by_id
(const char *id);
[
all
...]
/external/openssl/apps/
engine.c
435
if ((e =
ENGINE_by_id
(id)) != NULL)
apps.c
[
all
...]
req.c
236
gen_eng =
ENGINE_by_id
(*(++argv));
[
all
...]
s_client.c
1038
ssl_client_engine =
ENGINE_by_id
(ssl_client_engine_id);
[
all
...]
/external/openssl/include/openssl/
engine.h
136
* "
ENGINE_by_id
()". When an ENGINE must store state (eg. if ENGINE_ctrl()
140
* Normally, ENGINEs don't declare this flag so
ENGINE_by_id
() just increments
314
* structural reference count, use
ENGINE_by_id
and ENGINE_free. NB: This is not
331
ENGINE *
ENGINE_by_id
(const char *id);
[
all
...]
/external/wpa_supplicant_8/src/crypto/
tls_openssl.c
607
engine =
ENGINE_by_id
(id);
616
engine =
ENGINE_by_id
(dynamic_id);
639
* now be looked up using
ENGINE_by_id
().
643
engine =
ENGINE_by_id
(id);
888
conn->engine =
ENGINE_by_id
(engine_id);
[
all
...]
/libcore/crypto/src/test/java/org/conscrypt/
NativeCryptoTest.java
[
all
...]
/external/chromium_org/third_party/openssl/openssl/ssl/
ssl_lib.c
[
all
...]
/external/openssl/ssl/
ssl_lib.c
[
all
...]
/libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp
[
all
...]
/external/ipsec-tools/src/racoon/
oakley.c
[
all
...]
Completed in 402 milliseconds