Searched refs:datal (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/sys/lib/libsa/ |
| D | blowfish.c | 414 u_int32_t datal; in Blowfish_expand0state() local 425 datal = 0x00000000; in Blowfish_expand0state() 428 Blowfish_encipher(c, &datal, &datar); in Blowfish_expand0state() 430 c->P[i] = datal; in Blowfish_expand0state() 436 Blowfish_encipher(c, &datal, &datar); in Blowfish_expand0state() 438 c->S[i][k] = datal; in Blowfish_expand0state() 452 u_int32_t datal; in Blowfish_expandstate() local 463 datal = 0x00000000; in Blowfish_expandstate() 466 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 468 Blowfish_encipher(c, &datal, &datar); in Blowfish_expandstate() [all …]
|
| /openbsd/src/sys/dev/i2c/ |
| D | adt7462.c | 144 u_int8_t cmdh, cmdl, datah = 0x01, datal = 0x02; in adtfsm_refresh() local 157 sc->sc_addr, &cmdl, sizeof cmdl, &datal, in adtfsm_refresh() 158 sizeof datal, 0) == 0 && in adtfsm_refresh() 162 t = (((datah << 8) | datal) >> 6) - (64 << 2); in adtfsm_refresh() 174 sc->sc_addr, &cmdl, sizeof cmdl, &datal, in adtfsm_refresh() 175 sizeof datal, 0) == 0 && in adtfsm_refresh() 179 ut = ((datah << 8) | datal); in adtfsm_refresh()
|
| /openbsd/src/lib/libc/crypt/ |
| D | blowfish.c | 417 u_int32_t datal; in Blowfish_expand0state() local 428 datal = 0x00000000; in Blowfish_expand0state() 431 Blowfish_encipher(c, &datal, &datar); in Blowfish_expand0state() 433 c->P[i] = datal; in Blowfish_expand0state() 439 Blowfish_encipher(c, &datal, &datar); in Blowfish_expand0state() 441 c->S[i][k] = datal; in Blowfish_expand0state() 457 u_int32_t datal; in Blowfish_expandstate() local 468 datal = 0x00000000; in Blowfish_expandstate() 471 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate() 473 Blowfish_encipher(c, &datal, &datar); in Blowfish_expandstate() [all …]
|
| /openbsd/src/lib/libcrypto/evp/ |
| D | evp_key.c | 139 const unsigned char *salt, const unsigned char *data, int datal, in EVP_BytesToKey() argument 172 if (!EVP_DigestUpdate(md_ctx, data, datal)) in EVP_BytesToKey()
|
| D | evp.h | 469 const unsigned char *salt, const unsigned char *data, int datal, int count,
|
| /openbsd/src/sys/dev/ic/ |
| D | lm78.c | 909 int datah, datal; in wb_nct6776f_refresh_fanrpm() local 912 datal = sc->lm_readreg(sc, sc->lm_sensors[n].reg + 1); in wb_nct6776f_refresh_fanrpm() 919 sensor->value = (datah << 8) | datal; in wb_nct6776f_refresh_fanrpm()
|
| /openbsd/src/gnu/usr.bin/binutils/ |
| D | md5.sum | 3145 841d2514094c765db5d9e6d7dba608f7 gas/testsuite/gas/sh/sh64/datal-1.s 3146 9052931d984dcc499b11d89706a8e954 gas/testsuite/gas/sh/sh64/datal-2.d 3147 cb0045841d83f37f4eb400eedc84bd88 gas/testsuite/gas/sh/sh64/datal-2.s 3148 8bcac43832f5c6bfeb52f53fb371c3a2 gas/testsuite/gas/sh/sh64/datal-3.s
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ |
| D | md5.sum | 3883 841d2514094c765db5d9e6d7dba608f7 gas/testsuite/gas/sh/sh64/datal-1.s 3884 9052931d984dcc499b11d89706a8e954 gas/testsuite/gas/sh/sh64/datal-2.d 3885 cb0045841d83f37f4eb400eedc84bd88 gas/testsuite/gas/sh/sh64/datal-2.s 3886 8bcac43832f5c6bfeb52f53fb371c3a2 gas/testsuite/gas/sh/sh64/datal-3.s
|