Searched refs:mp_read_unsigned_bin (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/tls/
H A Dbignum.c101 if (mp_read_unsigned_bin((mp_int *) n, (u8 *) buf, len) != MP_OKAY) {
H A Dlibtommath.c962 static int mp_read_unsigned_bin (mp_int * a, const unsigned char *b, int c) function
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_libtomcrypt.c20 #define mp_read_unsigned_bin(a, b, c) ltc_mp.unsigned_read(a, b, c) macro
748 if (mp_read_unsigned_bin(b, (u8 *) base, base_len) != CRYPT_OK ||
749 mp_read_unsigned_bin(p, (u8 *) power, power_len) != CRYPT_OK ||
750 mp_read_unsigned_bin(m, (u8 *) modulus, modulus_len) != CRYPT_OK)
H A Dcrypto_wolfssl.c1036 if (mp_read_unsigned_bin(a, buf, len) != MP_OKAY) {
1456 if (mp_read_unsigned_bin(point->x, val, e->key.dp->size) != MP_OKAY)
1459 if (mp_read_unsigned_bin(point->y, val, e->key.dp->size) != MP_OKAY)

Completed in 119 milliseconds