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

/openbsd-current/lib/libcrypto/
H A Dcrypto_internal.h147 * crypto_store_htobe64() stores a 64 bit unsigned host endian value as a 64 bit
153 crypto_store_htobe64(uint8_t *dst, uint64_t v) function
/openbsd-current/lib/libcrypto/sha/
H A Dsha512.c462 crypto_store_htobe64(md, c->h[n]);
469 crypto_store_htobe64(md, c->h[n]);
475 crypto_store_htobe64(md, c->h[n]);
481 crypto_store_htobe64(md, c->h[n]);

Completed in 113 milliseconds