crypto_bignum_init_set() function
crypto_bignum_init_set - Allocate memory for bignum and set the value @buf: Buffer with unsigned binary value @len: Length of buf in octets Returns: Pointer to allocated bignum or %NULL on failure
![]()
rb = crypto_bignum_init_set(r, r_len);![]()
sb = crypto_bignum_init_set(s, s_len);![]()
bn_x = crypto_bignum_init_set(key, len);![]()
one = crypto_bignum_init_set((const u8 *) "\x01", 1);![]()
qr_or_qnr = crypto_bignum_init_set(qr_or_qnr_bin, prime_len);![]()
b = crypto_bignum_init_set(exp, sizeof(exp));![]()
b = crypto_bignum_init_set(exp, sizeof(exp));![]()
x = crypto_bignum_init_set(x_bin, prime_len);![]()
a = crypto_bignum_init_set(buf, 32);![]()
x1 = crypto_bignum_init_set(bin, prime_len);![]()
v = crypto_bignum_init_set(bin, prime_len);![]()
bn = crypto_bignum_init_set(pwd_value, pwd_value_len);![]()
bn = crypto_bignum_init_set(pwd_value, pwd_value_len);![]()
bn = crypto_bignum_init_set(pwd_value, pwd_value_len);![]()
val = crypto_bignum_init_set(hash, hash_len);![]()
val = crypto_bignum_init_set(hash, hash_len);![]()
one = crypto_bignum_init_set(one_bin, sizeof(one_bin));
crypto_bignum_init_set() is called by 16 functions and calls 3 functions:
![]()
crypto_bignum_init_set()
crypto_bignum_init_set():
![]()
crypto_bignum_init_set()
crypto_bignum_init_set() allocates 1 types and frees 1 types:
![]()
crypto_bignum_init_set()