HomeSort by: relevance | last modified time | path
    Searched defs:mp_init_copy (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/nvmectl/
bignum.c 523 mp_init_copy(mp_int * a, mp_int * b) function in typeref:typename:int
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...]

Completed in 13 milliseconds