OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ec_felem_to_bignum
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/crypto/fipsmodule/ec/
felem.c
33
int
ec_felem_to_bignum
(const EC_GROUP *group, BIGNUM *out, const EC_FELEM *in) {
function
simple.c
167
(a != NULL && !
ec_felem_to_bignum
(group, a, &group->a)) ||
168
(b != NULL && !
ec_felem_to_bignum
(group, b, &group->b))) {
internal.h
255
//
ec_felem_to_bignum
converts |in| to a |BIGNUM|. It returns one on success and
257
int
ec_felem_to_bignum
(const EC_GROUP *group, BIGNUM *out, const EC_FELEM *in);
Completed in 57 milliseconds