Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:cofactor_mode
(Results
1 - 8
of
8
) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/evp/
H
A
D
ec_ctrl.c
40
int EVP_PKEY_CTX_set_ecdh_cofactor_mode(EVP_PKEY_CTX *ctx, int
cofactor_mode
)
in EVP_PKEY_CTX_set_ecdh_cofactor_mode()
argument
55
if (
cofactor_mode
< -1 ||
cofactor_mode
> 1) {
in EVP_PKEY_CTX_set_ecdh_cofactor_mode()
61
&
cofactor_mode
);
in EVP_PKEY_CTX_set_ecdh_cofactor_mode()
/third_party/openssl/crypto/evp/
H
A
D
ec_ctrl.c
40
int EVP_PKEY_CTX_set_ecdh_cofactor_mode(EVP_PKEY_CTX *ctx, int
cofactor_mode
)
in EVP_PKEY_CTX_set_ecdh_cofactor_mode()
argument
55
if (
cofactor_mode
< -1 ||
cofactor_mode
> 1) {
in EVP_PKEY_CTX_set_ecdh_cofactor_mode()
61
&
cofactor_mode
);
in EVP_PKEY_CTX_set_ecdh_cofactor_mode()
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/
H
A
D
ecdh_exch.c
66
int
cofactor_mode
;
member
95
pectx->
cofactor_mode
= -1;
in ecdh_newctx()
113
pecdhctx->
cofactor_mode
= -1;
in ecdh_init()
250
pectx->
cofactor_mode
= mode;
in ecdh_set_ctx_params()
346
int mode = pectx->
cofactor_mode
;
in ecdh_get_ctx_params()
463
* The ctx->
cofactor_mode
flag has precedence over the
in ecdh_plain_derive()
464
*
cofactor_mode
flag set on ctx->k.
in ecdh_plain_derive()
466
* - if ctx->
cofactor_mode
== -1, use ctx->k directly
in ecdh_plain_derive()
467
* - if ctx->
cofactor_mode
== key_cofactor_mode, use ctx->k directly
in ecdh_plain_derive()
468
* - if ctx->
cofactor_mode
!
in ecdh_plain_derive()
[all...]
/third_party/openssl/providers/implementations/exchange/
H
A
D
ecdh_exch.c
66
int
cofactor_mode
;
member
95
pectx->
cofactor_mode
= -1;
in ecdh_newctx()
113
pecdhctx->
cofactor_mode
= -1;
in ecdh_init()
250
pectx->
cofactor_mode
= mode;
in ecdh_set_ctx_params()
346
int mode = pectx->
cofactor_mode
;
in ecdh_get_ctx_params()
463
* The ctx->
cofactor_mode
flag has precedence over the
in ecdh_plain_derive()
464
*
cofactor_mode
flag set on ctx->k.
in ecdh_plain_derive()
466
* - if ctx->
cofactor_mode
== -1, use ctx->k directly
in ecdh_plain_derive()
467
* - if ctx->
cofactor_mode
== key_cofactor_mode, use ctx->k directly
in ecdh_plain_derive()
468
* - if ctx->
cofactor_mode
!
in ecdh_plain_derive()
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/
H
A
D
ec_pmeth.c
35
signed char
cofactor_mode
;
member
56
dctx->
cofactor_mode
= -1;
in pkey_ec_init()
277
if (dctx->
cofactor_mode
!= -1)
in pkey_ec_ctrl()
278
return dctx->
cofactor_mode
;
in pkey_ec_ctrl()
285
dctx->
cofactor_mode
= p1;
in pkey_ec_ctrl()
/third_party/openssl/crypto/ec/
H
A
D
ec_pmeth.c
35
signed char
cofactor_mode
;
member
56
dctx->
cofactor_mode
= -1;
in pkey_ec_init()
277
if (dctx->
cofactor_mode
!= -1)
in pkey_ec_ctrl()
278
return dctx->
cofactor_mode
;
in pkey_ec_ctrl()
285
dctx->
cofactor_mode
= p1;
in pkey_ec_ctrl()
/third_party/node/deps/openssl/openssl/include/openssl/
H
A
D
ec.h
35
int EVP_PKEY_CTX_set_ecdh_cofactor_mode(EVP_PKEY_CTX *ctx, int
cofactor_mode
);
/third_party/openssl/include/openssl/
H
A
D
ec.h
35
int EVP_PKEY_CTX_set_ecdh_cofactor_mode(EVP_PKEY_CTX *ctx, int
cofactor_mode
);
Completed in 8 milliseconds