Home
last modified time | relevance | path

Searched refs:native (Results 1 – 3 of 3) sorted by relevance

/lib/source/
A Decc_dsa.c66 static void bits2int(uECC_word_t *native, const uint8_t *bits, in bits2int() argument
79 uECC_vli_clear(native, num_n_words); in bits2int()
80 uECC_vli_bytesToNative(native, bits, bits_size); in bits2int()
86 ptr = native + num_n_words; in bits2int()
87 while (ptr-- > native) { in bits2int()
94 if (uECC_vli_cmp_unsafe(curve->n, native, num_n_words) != 1) { in bits2int()
95 uECC_vli_sub(native, native, curve->n, num_n_words); in bits2int()
A Decc.c815 const unsigned int *native) in uECC_vli_nativeToBytes() argument
820 bytes[i] = native[b / uECC_WORD_SIZE] >> (8 * (b % uECC_WORD_SIZE)); in uECC_vli_nativeToBytes()
825 void uECC_vli_bytesToNative(unsigned int *native, const uint8_t *bytes, in uECC_vli_bytesToNative() argument
829 uECC_vli_clear(native, (num_bytes + (uECC_WORD_SIZE - 1)) / uECC_WORD_SIZE); in uECC_vli_bytesToNative()
832 native[b / uECC_WORD_SIZE] |= in uECC_vli_bytesToNative()
/lib/include/tinycrypt/
A Decc.h530 const unsigned int *native);
538 void uECC_vli_bytesToNative(unsigned int *native, const uint8_t *bytes,

Completed in 40 milliseconds