Searched refs:crypto_store_htobe32 (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/lib/libcrypto/
H A Dcrypto_internal.h116 * crypto_store_htobe32() stores a 32 bit unsigned host endian value as a 32 bit
122 crypto_store_htobe32(uint8_t *dst, uint32_t v) function
/openbsd-current/lib/libcrypto/sm3/
H A Dsm3.c348 crypto_store_htobe32(&md[0 * 4], c->A);
349 crypto_store_htobe32(&md[1 * 4], c->B);
350 crypto_store_htobe32(&md[2 * 4], c->C);
351 crypto_store_htobe32(&md[3 * 4], c->D);
352 crypto_store_htobe32(&md[4 * 4], c->E);
353 crypto_store_htobe32(&md[5 * 4], c->F);
354 crypto_store_htobe32(&md[6 * 4], c->G);
355 crypto_store_htobe32(&md[7 * 4], c->H);
/openbsd-current/lib/libcrypto/sha/
H A Dsha1.c485 crypto_store_htobe32(&md[0 * 4], c->h0);
486 crypto_store_htobe32(&md[1 * 4], c->h1);
487 crypto_store_htobe32(&md[2 * 4], c->h2);
488 crypto_store_htobe32(&md[3 * 4], c->h3);
489 crypto_store_htobe32(&md[4 * 4], c->h4);
H A Dsha256.c448 crypto_store_htobe32(md, c->h[nn]);
455 crypto_store_htobe32(md, c->h[nn]);
464 crypto_store_htobe32(md, c->h[nn]);
H A Dsha512.c465 crypto_store_htobe32(md, c->h[n] >> 32);
/openbsd-current/lib/libcrypto/aes/
H A Daes_core.c996 crypto_store_htobe32(&out[0 * 4], s0);
1003 crypto_store_htobe32(&out[1 * 4], s1);
1010 crypto_store_htobe32(&out[2 * 4], s2);
1017 crypto_store_htobe32(&out[3 * 4], s3);
1199 crypto_store_htobe32(&out[0 * 4], s0);
1206 crypto_store_htobe32(&out[1 * 4], s1);
1213 crypto_store_htobe32(&out[2 * 4], s2);
1220 crypto_store_htobe32(&out[3 * 4], s3);

Completed in 80 milliseconds