Searched refs:buf_x (Results 1 – 1 of 1) sorted by relevance
2339 struct crypto_ec_key * crypto_ec_key_set_pub(int group, const u8 *buf_x, in crypto_ec_key_set_pub() argument2350 if (!buf_x || !buf_y) in crypto_ec_key_set_pub()2367 x = BN_bin2bn(buf_x, len, NULL); in crypto_ec_key_set_pub()