OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:smallfelem
(Results
1 - 1
of
1
) sorted by null
/external/boringssl/src/crypto/ec/
p256-64.c
84
* A field element with four, 64-bit values is called a '
smallfelem
'. Small
92
typedef u64
smallfelem
[NLIMBS];
typedef
108
/* smallfelem_to_bin32 takes a
smallfelem
and serialises into a little endian,
110
static void smallfelem_to_bin32(u8 out[32], const
smallfelem
in) {
149
static BIGNUM *smallfelem_to_BN(BIGNUM *out, const
smallfelem
in) {
158
static void smallfelem_one(
smallfelem
out) {
165
static void smallfelem_assign(
smallfelem
out, const
smallfelem
in) {
188
static void felem_small_sum(felem out, const
smallfelem
in) {
225
static void smallfelem_neg(felem out, const
smallfelem
small)
[
all
...]
Completed in 45 milliseconds