Home
last modified time | relevance | path

Searched refs:bignum_init (Results 1 – 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Drsa.c71 key->n = bignum_init(); in crypto_rsa_import_public_key()
72 key->e = bignum_init(); in crypto_rsa_import_public_key()
124 key->n = bignum_init(); in crypto_rsa_import_public_key_parts()
125 key->e = bignum_init(); in crypto_rsa_import_public_key_parts()
157 key->n = bignum_init(); in crypto_rsa_import_private_key()
158 key->e = bignum_init(); in crypto_rsa_import_private_key()
159 key->d = bignum_init(); in crypto_rsa_import_private_key()
160 key->p = bignum_init(); in crypto_rsa_import_private_key()
161 key->q = bignum_init(); in crypto_rsa_import_private_key()
162 key->dmp1 = bignum_init(); in crypto_rsa_import_private_key()
[all …]
Dbignum.h14 struct bignum * bignum_init(void);
Dbignum.c30 struct bignum * bignum_init(void) in bignum_init() function
Dpkcs8.c44 zero = bignum_init(); in pkcs8_key_import()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Drsa.c72 key->n = bignum_init(); in crypto_rsa_import_public_key()
73 key->e = bignum_init(); in crypto_rsa_import_public_key()
129 key->n = bignum_init(); in crypto_rsa_import_public_key_parts()
130 key->e = bignum_init(); in crypto_rsa_import_public_key_parts()
162 key->n = bignum_init(); in crypto_rsa_import_private_key()
163 key->e = bignum_init(); in crypto_rsa_import_private_key()
164 key->d = bignum_init(); in crypto_rsa_import_private_key()
165 key->p = bignum_init(); in crypto_rsa_import_private_key()
166 key->q = bignum_init(); in crypto_rsa_import_private_key()
167 key->dmp1 = bignum_init(); in crypto_rsa_import_private_key()
[all …]
Dbignum.h14 struct bignum * bignum_init(void);
Dbignum.c30 struct bignum * bignum_init(void) in bignum_init() function
Dpkcs8.c49 zero = bignum_init(); in pkcs8_key_import()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_internal-modexp.c56 pub = bignum_init(); in crypto_dh_derive_secret()
66 p = bignum_init(); in crypto_dh_derive_secret()
67 q = bignum_init(); in crypto_dh_derive_secret()
68 tmp = bignum_init(); in crypto_dh_derive_secret()
97 bn_base = bignum_init(); in crypto_mod_exp()
98 bn_exp = bignum_init(); in crypto_mod_exp()
99 bn_modulus = bignum_init(); in crypto_mod_exp()
100 bn_result = bignum_init(); in crypto_mod_exp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_internal-modexp.c56 pub = bignum_init(); in crypto_dh_derive_secret()
66 p = bignum_init(); in crypto_dh_derive_secret()
67 q = bignum_init(); in crypto_dh_derive_secret()
68 tmp = bignum_init(); in crypto_dh_derive_secret()
97 bn_base = bignum_init(); in crypto_mod_exp()
98 bn_exp = bignum_init(); in crypto_mod_exp()
99 bn_modulus = bignum_init(); in crypto_mod_exp()
100 bn_result = bignum_init(); in crypto_mod_exp()