Home
last modified time | relevance | path

Searched refs:MP_UNDEF (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Decl.c271 if (group == NULL) { res = MP_UNDEF; goto CLEANUP; } in ecgroup_fromNameAndHex()
280 if (group == NULL) { res = MP_UNDEF; goto CLEANUP; } in ecgroup_fromNameAndHex()
286 if (group == NULL) { res = MP_UNDEF; goto CLEANUP; } in ecgroup_fromNameAndHex()
295 if (group == NULL) { res = MP_UNDEF; goto CLEANUP; } in ecgroup_fromNameAndHex()
301 if (group == NULL) { res = MP_UNDEF; goto CLEANUP; } in ecgroup_fromNameAndHex()
309 if (group == NULL) { res = MP_UNDEF; goto CLEANUP; } in ecgroup_fromNameAndHex()
316 if (group == NULL) { res = MP_UNDEF; goto CLEANUP; } in ecgroup_fromNameAndHex()
330 if (group == NULL) { res = MP_UNDEF; goto CLEANUP; } in ecgroup_fromNameAndHex()
344 res = MP_UNDEF; in ecgroup_fromNameAndHex()
399 res = MP_UNDEF; in ECGroup_fromName()
[all …]
H A Dec.c516 err = MP_UNDEF; in EC_ValidatePublicKey()
H A Decl_gf.c168 res = MP_UNDEF; in GFMethod_consGF2m()
/illumos-gate/usr/src/common/mpi/
H A Dmpmontg.c88 #define ABORT res = MP_UNDEF; goto CLEANUP
93 #define ABORT res = MP_UNDEF; goto CLEANUP
119 res = MP_UNDEF; in s_mp_redc()
H A Dmpi.h126 #define MP_UNDEF -5 /* answer is undefined */ macro
127 #define MP_LAST_CODE MP_UNDEF
H A Dmpi.c2111 res = MP_UNDEF; in s_mp_almost_inverse()
2118 res = MP_UNDEF; in s_mp_almost_inverse()
2134 res = MP_UNDEF; /* a and p are not relatively prime */ in s_mp_almost_inverse()
2231 return MP_UNDEF; in s_mp_invmod_odd_m()
2276 res = MP_UNDEF; in mp_invmod_xgcd()
2302 return MP_UNDEF; in s_mp_invmod_2d()
2335 res = MP_UNDEF; in s_mp_invmod_2d()
2445 return MP_UNDEF; /* not invertable */ in mp_invmod()