Searched refs:crypto_store_htole32 (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/lib/libcrypto/md4/
H A Dmd4.c326 crypto_store_htole32(&md[0 * 4], c->A);
327 crypto_store_htole32(&md[1 * 4], c->B);
328 crypto_store_htole32(&md[2 * 4], c->C);
329 crypto_store_htole32(&md[3 * 4], c->D);
/openbsd-current/lib/libcrypto/
H A Dcrypto_internal.h178 * crypto_store_htole32() stores a 32 bit unsigned host endian value as a 32 bit
184 crypto_store_htole32(uint8_t *dst, uint32_t v) function
/openbsd-current/lib/libcrypto/md5/
H A Dmd5.c361 crypto_store_htole32(&md[0 * 4], c->A);
362 crypto_store_htole32(&md[1 * 4], c->B);
363 crypto_store_htole32(&md[2 * 4], c->C);
364 crypto_store_htole32(&md[3 * 4], c->D);
/openbsd-current/lib/libcrypto/ripemd/
H A Dripemd.c475 crypto_store_htole32(&md[0 * 4], c->A);
476 crypto_store_htole32(&md[1 * 4], c->B);
477 crypto_store_htole32(&md[2 * 4], c->C);
478 crypto_store_htole32(&md[3 * 4], c->D);
479 crypto_store_htole32(&md[4 * 4], c->E);

Completed in 70 milliseconds