Searched refs:buf_y (Results 1 – 1 of 1) sorted by relevance
3222 const u8 *buf_y, size_t len) in crypto_ec_key_set_pub() argument3240 os_memcpy(pub + 1 + len, buf_y, len); in crypto_ec_key_set_pub()3273 if (!buf_x || !buf_y) in crypto_ec_key_set_pub()3291 y = BN_bin2bn(buf_y, len, NULL); in crypto_ec_key_set_pub()