OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ec_bignum_to_felem
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/crypto/fipsmodule/ec/
simple.c
136
!
ec_bignum_to_felem
(group, &group->a, tmp)) {
148
!
ec_bignum_to_felem
(group, &group->b, tmp)) {
152
if (!
ec_bignum_to_felem
(group, &group->one, BN_value_one())) {
202
if (!
ec_bignum_to_felem
(group, &point->X, x) ||
203
!
ec_bignum_to_felem
(group, &point->Y, y)) {
felem.c
25
int
ec_bignum_to_felem
(const EC_GROUP *group, EC_FELEM *out, const BIGNUM *in) {
function
internal.h
251
//
ec_bignum_to_felem
converts |in| to an |EC_FELEM|. It returns one on success
253
int
ec_bignum_to_felem
(const EC_GROUP *group, EC_FELEM *out, const BIGNUM *in);
Completed in 4841 milliseconds