OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mp_init_copy
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_init_copy.c
21
int
mp_init_copy
(mp_int * a, mp_int * b)
function
/src/external/bsd/wpa/dist/src/tls/
libtommath.c
155
static int
mp_init_copy
(mp_int * a, mp_int * b);
994
if ((res =
mp_init_copy
(&t, a)) != MP_OKAY) {
1093
static int
mp_init_copy
(mp_int * a, mp_int * b)
function
1719
if ((res =
mp_init_copy
(&x, a)) != MP_OKAY) {
1723
if ((res =
mp_init_copy
(&y, b)) != MP_OKAY) {
2256
if ((res =
mp_init_copy
(&q, x)) != MP_OKAY) {
/src/sbin/nvmectl/
bignum.c
523
mp_init_copy
(mp_int * a, mp_int * b)
function
1020
if ((res =
mp_init_copy
(&x, a)) != MP_OKAY) {
1024
if ((res =
mp_init_copy
(&y, b)) != MP_OKAY) {
2590
if ((res =
mp_init_copy
(&q, x)) != MP_OKAY) {
4767
if ((err =
mp_init_copy
(&n1, a)) != MP_OKAY) {
4775
if ((err =
mp_init_copy
(&r, &n1)) != MP_OKAY) {
4930
if ((res =
mp_init_copy
(&t, a)) != MP_OKAY) {
4978
if ((res =
mp_init_copy
(&t, a)) != MP_OKAY) {
5137
if ((res =
mp_init_copy
(&u, a)) != MP_OKAY) {
5141
if ((res =
mp_init_copy
(&v, b)) != MP_OKAY)
[
all
...]
/src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c
578
static int
mp_init_copy
(mp_int * a, const mp_int * b)
function
1097
if ((res =
mp_init_copy
(&x, a)) != MP_OKAY) {
1101
if ((res =
mp_init_copy
(&y, b)) != MP_OKAY) {
2633
if ((res =
mp_init_copy
(&q, x)) != MP_OKAY) {
4837
if ((err =
mp_init_copy
(&n1, a)) != MP_OKAY) {
4845
if ((err =
mp_init_copy
(&r, &n1)) != MP_OKAY) {
4996
if ((res =
mp_init_copy
(&t, a)) != MP_OKAY) {
5044
if ((res =
mp_init_copy
(&t, a)) != MP_OKAY) {
5217
if (
mp_init_copy
(&t, __UNCONST(a)) != MP_OKAY) {
/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bignum.c
527
mp_init_copy
(mp_int * a, mp_int * b)
function
1024
if ((res =
mp_init_copy
(&x, a)) != MP_OKAY) {
1028
if ((res =
mp_init_copy
(&y, b)) != MP_OKAY) {
2594
if ((res =
mp_init_copy
(&q, x)) != MP_OKAY) {
4790
if ((err =
mp_init_copy
(&n1, a)) != MP_OKAY) {
4798
if ((err =
mp_init_copy
(&r, &n1)) != MP_OKAY) {
4953
if ((res =
mp_init_copy
(&t, a)) != MP_OKAY) {
5001
if ((res =
mp_init_copy
(&t, a)) != MP_OKAY) {
5159
if ((res =
mp_init_copy
(&u, a)) != MP_OKAY) {
5163
if ((res =
mp_init_copy
(&v, b)) != MP_OKAY)
[
all
...]
Completed in 79 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026