Searched defs:point (Results 1 – 2 of 2) sorted by relevance
/hostap/src/crypto/ |
D | crypto_wolfssl.c | 1829 ecc_point *point = (ecc_point *) p; in crypto_ec_point_deinit() local 1863 const struct crypto_ec_point *point, u8 *x, u8 *y) in crypto_ec_point_to_bin() 1910 ecc_point *point = NULL; in crypto_ec_point_from_bin() local 2022 ecc_point *point = (ecc_point *) p; in crypto_ec_point_invert() local 2242 ecc_point *point = NULL; in crypto_ecdh_set_peerkey() local 2913 ecc_point *point = NULL; in crypto_ec_key_get_public_key() local
|
D | crypto_openssl.c | 149 const EC_POINT *point, BIGNUM *x, in EC_POINT_get_affine_coordinates() 157 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_affine_coordinates() 172 EC_POINT *point, const BIGNUM *x, in EC_POINT_set_compressed_coordinates() 2554 const struct crypto_ec_point *point, u8 *x, u8 *y) in crypto_ec_point_to_bin() 3672 const EC_POINT *point; in crypto_ec_key_get_subject_public_key() local 3920 EC_POINT *point = NULL; in crypto_ec_key_get_public_key() local 3954 const EC_POINT *point; in crypto_ec_key_get_public_key() local
|