Lines Matching refs:My
6903 BIGNUM *Mx = NULL, *My = NULL;
6948 My = BN_new();
6949 if (!M || !Mx || !My ||
6951 EC_POINT_get_affine_coordinates_GFp(group, M, Mx, My, bnctx) != 1)
7010 dpp_bn2bin_pad(My, wpabuf_put(msg, curve->prime_len),
7020 BN_clear_free(My);
7268 BIGNUM *Mx = NULL, *My = NULL;
7348 My = BN_bin2bn(attr_key + attr_key_len / 2, attr_key_len / 2, NULL);
7349 if (!X || !M || !Mx || !My ||
7350 EC_POINT_set_affine_coordinates_GFp(group, M, Mx, My, bnctx) != 1 ||
7464 BN_free(My);