OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:P256_NBYTES
(Results
1 - 4
of
4
) sorted by null
/external/libconstrainedcrypto/
dsa_sig.c
35
static inline int trim_to_p256_bytes(unsigned char dst[
P256_NBYTES
], unsigned char *src,
42
if (src_len >
P256_NBYTES
|| src_len < 1) {
45
dst_offset =
P256_NBYTES
- src_len;
64
unsigned char r_bytes[
P256_NBYTES
];
65
unsigned char s_bytes[
P256_NBYTES
];
p256.c
189
memcpy(c, tmp,
P256_NBYTES
);
361
void p256_from_bin(const uint8_t src[
P256_NBYTES
], p256_int* dst) {
/external/libconstrainedcrypto/include/constrainedcrypto/
p256.h
41
#define
P256_NBYTES
32
146
void p256_to_bin(const p256_int* src, uint8_t dst[
P256_NBYTES
]);
150
void p256_from_bin(const uint8_t src[
P256_NBYTES
], p256_int* dst);
/external/libconstrainedcrypto/test/
ecdsa_test.c
243
P256_NBYTES
); \
247
P256_NBYTES
); \
Completed in 965 milliseconds