Searched refs:crypto_load_be64toh (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/lib/libcrypto/sha/
H A Dsha512.c225 X[0] = crypto_load_be64toh(&in[0 * 8]);
226 X[1] = crypto_load_be64toh(&in[1 * 8]);
227 X[2] = crypto_load_be64toh(&in[2 * 8]);
228 X[3] = crypto_load_be64toh(&in[3 * 8]);
229 X[4] = crypto_load_be64toh(&in[4 * 8]);
230 X[5] = crypto_load_be64toh(&in[5 * 8]);
231 X[6] = crypto_load_be64toh(&in[6 * 8]);
232 X[7] = crypto_load_be64toh(&in[7 * 8]);
233 X[8] = crypto_load_be64toh(&in[8 * 8]);
234 X[9] = crypto_load_be64toh(
[all...]
/openbsd-current/lib/libcrypto/
H A Dcrypto_internal.h130 * crypto_load_be64toh() loads a 64 bit unsigned big endian value as a 64 bit
136 crypto_load_be64toh(const uint8_t *src) function

Completed in 117 milliseconds