Home
last modified time | relevance | path

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 Dbignum.h17 int bignum_get_unsigned_bin(const struct bignum *n, u8 *buf, size_t *len);
H A Dbignum.c57 * 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 Drsa.c340 if (bignum_get_unsigned_bin( in crypto_rsa_exptmod()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dbignum.h17 int bignum_get_unsigned_bin(const struct bignum *n, u8 *buf, size_t *len);
H A Dbignum.c57 * 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 Drsa.c331 if (bignum_get_unsigned_bin( in crypto_rsa_exptmod()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_internal-modexp.c114 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 Dcrypto_internal-modexp.c114 ret = bignum_get_unsigned_bin(bn_result, result, result_len); in crypto_mod_exp()

Completed in 5 milliseconds