Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/tls/openssl/
Dlws-genec.c126 BIGNUM *bn_d, *bn_x, *bn_y; in lws_genec_eckey_import() local
140 bn_x = BN_bin2bn(el[LWS_GENCRYPTO_EC_KEYEL_X].buf, in lws_genec_eckey_import()
142 if (!bn_x) { in lws_genec_eckey_import()
164 bn_x, bn_y, in lws_genec_eckey_import()
167 n = EC_KEY_set_public_key_affine_coordinates(ec, bn_x, bn_y); in lws_genec_eckey_import()
169 BN_free(bn_x); in lws_genec_eckey_import()
212 BN_free(bn_x); in lws_genec_eckey_import()