Searched refs:bignum_get_unsigned_bin (Results 1 - 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | bignum.h | 17 int bignum_get_unsigned_bin(const struct bignum *n, u8 *buf, size_t *len);
|
H A D | bignum.c | 57 * bignum_get_unsigned_bin - Get length of bignum as an unsigned binary buffer 68 * bignum_get_unsigned_bin - Set binary buffer to unsigned bignum 75 int bignum_get_unsigned_bin(const struct bignum *n, u8 *buf, size_t *len) in bignum_get_unsigned_bin() function
|
H A D | rsa.c | 340 if (bignum_get_unsigned_bin( in crypto_rsa_exptmod()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | bignum.h | 17 int bignum_get_unsigned_bin(const struct bignum *n, u8 *buf, size_t *len);
|
H A D | bignum.c | 57 * bignum_get_unsigned_bin - Get length of bignum as an unsigned binary buffer 68 * bignum_get_unsigned_bin - Set binary buffer to unsigned bignum 75 int bignum_get_unsigned_bin(const struct bignum *n, u8 *buf, size_t *len) in bignum_get_unsigned_bin() function
|
H A D | rsa.c | 331 if (bignum_get_unsigned_bin( in crypto_rsa_exptmod()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_internal-modexp.c | 114 ret = bignum_get_unsigned_bin(bn_result, result, result_len); in crypto_mod_exp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_internal-modexp.c | 114 ret = bignum_get_unsigned_bin(bn_result, result, result_len); in crypto_mod_exp()
|
Completed in 5 milliseconds