Searched refs:buf_x (Results 1 – 2 of 2) sorted by relevance
2360 struct crypto_ec_key * crypto_ec_key_set_pub(int group, const u8 *buf_x, in crypto_ec_key_set_pub() argument2371 if (!buf_x || !buf_y) in crypto_ec_key_set_pub()2388 x = BN_bin2bn(buf_x, len, NULL); in crypto_ec_key_set_pub()
516 const u8 *buf_x, const u8 *buf_y, in dpp_set_pubkey_point_group() argument532 x = BN_bin2bn(buf_x, len, NULL); in dpp_set_pubkey_point_group()