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:mpi_free
(Results
1 - 25
of
26
) sorted by relevance
1
2
/kernel/linux/linux-5.10/lib/mpi/
H
A
D
mpi-inv.c
127
mpi_free
(u1);
in mpi_invm()
128
mpi_free
(v1);
in mpi_invm()
129
mpi_free
(t1);
in mpi_invm()
131
mpi_free
(u2);
in mpi_invm()
132
mpi_free
(v2);
in mpi_invm()
133
mpi_free
(t2);
in mpi_invm()
135
mpi_free
(u3);
in mpi_invm()
136
mpi_free
(v3);
in mpi_invm()
137
mpi_free
(t3);
in mpi_invm()
139
mpi_free
(
in mpi_invm()
[all...]
H
A
D
mpi-mod.c
70
mpi_free
(ctx->y);
in mpi_barrett_free()
71
mpi_free
(ctx->r1);
in mpi_barrett_free()
72
mpi_free
(ctx->r2);
in mpi_barrett_free()
74
mpi_free
(ctx->r3);
in mpi_barrett_free()
76
mpi_free
(ctx->m);
in mpi_barrett_free()
H
A
D
ec.c
74
mpi_free
(p->x); p->x = NULL;
in mpi_point_free_parts()
75
mpi_free
(p->y); p->y = NULL;
in mpi_point_free_parts()
76
mpi_free
(p->z); p->z = NULL;
in mpi_point_free_parts()
502
mpi_free
(tmp);
in ec_get_a_is_pminus3()
600
mpi_free
(p_candidate);
in mpi_ec_init()
632
mpi_free
(f_p);
in mpi_ec_init()
646
mpi_free
(f_p);
in mpi_ec_init()
658
mpi_free
(ctx->p);
in mpi_ec_deinit()
659
mpi_free
(ctx->a);
in mpi_ec_deinit()
660
mpi_free
(ct
in mpi_ec_deinit()
[all...]
H
A
D
mpi-div.c
40
mpi_free
(temp_divisor);
in mpi_fdiv_r()
47
mpi_free
(tmp);
in mpi_fdiv_q()
68
mpi_free
(temp_divisor);
in mpi_fdiv_qr()
H
A
D
mpiutil.c
175
void
mpi_free
(MPI a)
in mpi_free()
function
189
EXPORT_SYMBOL_GPL(
mpi_free
);
variable
246
mpi_free
(u);
in mpi_snatch()
H
A
D
mpi-add.c
139
mpi_free
(vv);
in mpi_sub()
H
A
D
mpicoder.c
211
mpi_free
(a);
in mpi_scanval()
/kernel/linux/linux-6.6/lib/crypto/mpi/
H
A
D
mpi-inv.c
127
mpi_free
(u1);
in mpi_invm()
128
mpi_free
(v1);
in mpi_invm()
129
mpi_free
(t1);
in mpi_invm()
131
mpi_free
(u2);
in mpi_invm()
132
mpi_free
(v2);
in mpi_invm()
133
mpi_free
(t2);
in mpi_invm()
135
mpi_free
(u3);
in mpi_invm()
136
mpi_free
(v3);
in mpi_invm()
137
mpi_free
(t3);
in mpi_invm()
139
mpi_free
(
in mpi_invm()
[all...]
H
A
D
mpi-mod.c
70
mpi_free
(ctx->y);
in mpi_barrett_free()
71
mpi_free
(ctx->r1);
in mpi_barrett_free()
72
mpi_free
(ctx->r2);
in mpi_barrett_free()
74
mpi_free
(ctx->r3);
in mpi_barrett_free()
76
mpi_free
(ctx->m);
in mpi_barrett_free()
H
A
D
ec.c
74
mpi_free
(p->x); p->x = NULL;
in mpi_point_free_parts()
75
mpi_free
(p->y); p->y = NULL;
in mpi_point_free_parts()
76
mpi_free
(p->z); p->z = NULL;
in mpi_point_free_parts()
502
mpi_free
(tmp);
in ec_get_a_is_pminus3()
600
mpi_free
(p_candidate);
in mpi_ec_init()
632
mpi_free
(f_p);
in mpi_ec_init()
646
mpi_free
(f_p);
in mpi_ec_init()
658
mpi_free
(ctx->p);
in mpi_ec_deinit()
659
mpi_free
(ctx->a);
in mpi_ec_deinit()
660
mpi_free
(ct
in mpi_ec_deinit()
[all...]
H
A
D
mpi-div.c
40
mpi_free
(temp_divisor);
in mpi_fdiv_r()
47
mpi_free
(tmp);
in mpi_fdiv_q()
68
mpi_free
(temp_divisor);
in mpi_fdiv_qr()
H
A
D
mpiutil.c
175
void
mpi_free
(MPI a)
in mpi_free()
function
189
EXPORT_SYMBOL_GPL(
mpi_free
);
variable
246
mpi_free
(u);
in mpi_snatch()
H
A
D
mpi-add.c
139
mpi_free
(vv);
in mpi_sub()
/kernel/linux/linux-6.6/crypto/
H
A
D
rsa.c
83
mpi_free
(m12_or_qh);
in _rsa_dec_crt()
84
mpi_free
(m2);
in _rsa_dec_crt()
126
mpi_free
(m);
in rsa_enc()
128
mpi_free
(c);
in rsa_enc()
164
mpi_free
(c);
in rsa_dec()
166
mpi_free
(m);
in rsa_dec()
172
mpi_free
(key->d);
in rsa_free_mpi_key()
173
mpi_free
(key->e);
in rsa_free_mpi_key()
174
mpi_free
(key->n);
in rsa_free_mpi_key()
175
mpi_free
(ke
in rsa_free_mpi_key()
[all...]
H
A
D
sm2.c
119
mpi_free
(x);
in sm2_ec_ctx_init()
120
mpi_free
(y);
in sm2_ec_ctx_init()
122
mpi_free
(p);
in sm2_ec_ctx_init()
123
mpi_free
(a);
in sm2_ec_ctx_init()
124
mpi_free
(b);
in sm2_ec_ctx_init()
179
mpi_free
(y);
in sm2_ecc_os2ec()
181
mpi_free
(x);
in sm2_ecc_os2ec()
263
mpi_free
(x);
in sm2_z_digest_update_point()
264
mpi_free
(y);
in sm2_z_digest_update_point()
371
mpi_free
(x
in _sm2_verify()
[all...]
H
A
D
dh.c
24
mpi_free
(ctx->p);
in dh_clear_ctx()
25
mpi_free
(ctx->g);
in dh_clear_ctx()
26
mpi_free
(ctx->xa);
in dh_clear_ctx()
138
mpi_free
(val);
in dh_is_pubkey_valid()
149
mpi_free
(q);
in dh_is_pubkey_valid()
151
mpi_free
(val);
in dh_is_pubkey_valid()
157
mpi_free
(val);
in dh_is_pubkey_valid()
222
mpi_free
(pone);
in dh_compute_value()
244
mpi_free
(base);
in dh_compute_value()
246
mpi_free
(va
in dh_compute_value()
[all...]
/kernel/linux/linux-5.10/crypto/
H
A
D
dh.c
24
mpi_free
(ctx->p);
in dh_clear_ctx()
25
mpi_free
(ctx->q);
in dh_clear_ctx()
26
mpi_free
(ctx->g);
in dh_clear_ctx()
27
mpi_free
(ctx->xa);
in dh_clear_ctx()
135
mpi_free
(val);
in dh_is_pubkey_valid()
141
mpi_free
(val);
in dh_is_pubkey_valid()
206
mpi_free
(pone);
in dh_compute_value()
228
mpi_free
(base);
in dh_compute_value()
230
mpi_free
(val);
in dh_compute_value()
H
A
D
sm2.c
113
mpi_free
(x);
in sm2_ec_ctx_init()
114
mpi_free
(y);
in sm2_ec_ctx_init()
116
mpi_free
(p);
in sm2_ec_ctx_init()
117
mpi_free
(a);
in sm2_ec_ctx_init()
118
mpi_free
(b);
in sm2_ec_ctx_init()
173
mpi_free
(y);
in sm2_ecc_os2ec()
175
mpi_free
(x);
in sm2_ecc_os2ec()
256
mpi_free
(x);
in sm2_z_digest_update_point()
257
mpi_free
(y);
in sm2_z_digest_update_point()
341
mpi_free
(x
in _sm2_verify()
[all...]
H
A
D
rsa.c
87
mpi_free
(m);
in rsa_enc()
89
mpi_free
(c);
in rsa_enc()
125
mpi_free
(c);
in rsa_dec()
127
mpi_free
(m);
in rsa_dec()
133
mpi_free
(key->d);
in rsa_free_mpi_key()
134
mpi_free
(key->e);
in rsa_free_mpi_key()
135
mpi_free
(key->n);
in rsa_free_mpi_key()
/kernel/linux/linux-5.10/lib/
H
A
D
digsig.c
173
mpi_free
(in);
in digsig_verify_rsa()
174
mpi_free
(res);
in digsig_verify_rsa()
177
mpi_free
(pkey[i]);
in digsig_verify_rsa()
/kernel/linux/linux-6.6/lib/
H
A
D
digsig.c
173
mpi_free
(in);
in digsig_verify_rsa()
174
mpi_free
(res);
in digsig_verify_rsa()
177
mpi_free
(pkey[i]);
in digsig_verify_rsa()
/kernel/linux/linux-5.10/drivers/crypto/virtio/
H
A
D
virtio_crypto_akcipher_algs.c
378
/*
mpi_free
will test n, just free it. */
in virtio_crypto_rsa_set_key()
379
mpi_free
(rsa_ctx->n);
in virtio_crypto_rsa_set_key()
489
mpi_free
(rsa_ctx->n);
in virtio_crypto_rsa_exit_tfm()
/kernel/linux/linux-6.6/drivers/crypto/virtio/
H
A
D
virtio_crypto_akcipher_algs.c
382
/*
mpi_free
will test n, just free it. */
in virtio_crypto_rsa_set_key()
383
mpi_free
(rsa_ctx->n);
in virtio_crypto_rsa_set_key()
493
mpi_free
(rsa_ctx->n);
in virtio_crypto_rsa_exit_tfm()
/kernel/linux/linux-5.10/include/linux/
H
A
D
mpi.h
48
void
mpi_free
(MPI a);
/kernel/linux/linux-6.6/include/linux/
H
A
D
mpi.h
48
void
mpi_free
(MPI a);
Completed in 15 milliseconds
1
2