OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc25519
(Results
1 - 6
of
6
) sorted by null
/external/openssh/
sc25519.h
1
/* $OpenBSD:
sc25519
.h,v 1.3 2013/12/09 11:03:45 markus Exp $ */
6
* Copied from supercop-20130419/crypto_sign/ed25519/ref/
sc25519
.h
14
#define
sc25519
crypto_sign_ed25519_ref_sc25519
macro
36
sc25519
;
typedef in typeref:struct:__anon28997
44
void sc25519_from32bytes(
sc25519
*r, const unsigned char x[32]);
48
void sc25519_from64bytes(
sc25519
*r, const unsigned char x[64]);
50
void sc25519_from_shortsc(
sc25519
*r, const shortsc25519 *x);
52
void sc25519_to32bytes(unsigned char r[32], const
sc25519
*x);
54
int sc25519_iszero_vartime(const
sc25519
*x);
56
int sc25519_isshort_vartime(const
sc25519
*x)
[
all
...]
ge25519.h
13
#include "
sc25519
.h"
39
void ge25519_double_scalarmult_vartime(ge25519 *r, const ge25519 *p1, const
sc25519
*s1, const ge25519 *p2, const
sc25519
*s2);
41
void ge25519_scalarmult_base(ge25519 *r, const
sc25519
*s);
sc25519.c
1
/* $OpenBSD:
sc25519
.c,v 1.3 2013/12/09 11:03:45 markus Exp $ */
6
* Copied from supercop-20130419/crypto_sign/ed25519/ref/
sc25519
.c
11
#include "
sc25519
.h"
30
static void reduce_add_sub(
sc25519
*r)
51
static void barrett_reduce(
sc25519
*r, const crypto_uint32 x[64])
102
void sc25519_from32bytes(
sc25519
*r, const unsigned char x[32])
117
void sc25519_from64bytes(
sc25519
*r, const unsigned char x[64])
125
void sc25519_from_shortsc(
sc25519
*r, const shortsc25519 *x)
134
void sc25519_to32bytes(unsigned char r[32], const
sc25519
*x)
140
int sc25519_iszero_vartime(const
sc25519
*x
[
all
...]
ed25519.c
31
sc25519
scsk;
57
sc25519
sck, scs, scsk;
113
sc25519
schram, scs;
ge25519.c
12
#include "
sc25519
.h"
262
void ge25519_double_scalarmult_vartime(ge25519_p3 *r, const ge25519_p3 *p1, const
sc25519
*s1, const ge25519_p3 *p2, const
sc25519
*s2)
306
void ge25519_scalarmult_base(ge25519_p3 *r, const
sc25519
*s)
Android.mk
96
sc25519
.c \
Completed in 65 milliseconds