Searched defs:point (Results 1 – 3 of 3) sorted by relevance
/hostap-latest/src/crypto/ |
D | crypto_wolfssl.c | 1825 ecc_point *point = (ecc_point *) p; in crypto_ec_point_deinit() local 1859 const struct crypto_ec_point *point, u8 *x, u8 *y) in crypto_ec_point_to_bin() 1906 ecc_point *point = NULL; in crypto_ec_point_from_bin() local 2018 ecc_point *point = (ecc_point *) p; in crypto_ec_point_invert() local 2238 ecc_point *point = NULL; in crypto_ecdh_set_peerkey() local 2909 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() 2455 const struct crypto_ec_point *point, u8 *x, u8 *y) in crypto_ec_point_to_bin() 3569 const EC_POINT *point; in crypto_ec_key_get_subject_public_key() local 3815 EC_POINT *point = NULL; in crypto_ec_key_get_public_key() local 3849 const EC_POINT *point; in crypto_ec_key_get_public_key() local
|
D | crypto_mbedtls_alt.c | 2174 int crypto_ec_point_to_bin(struct crypto_ec *e, const struct crypto_ec_point *point, u8 *x, u8 *y) in crypto_ec_point_to_bin()
|