Home
last modified time | relevance | path

Searched refs:datal (Results 1 – 5 of 5) sorted by relevance

/dragonfly/lib/libcrypt/
H A Dblowfish.c430 u_int32_t datal; in Blowfish_expand0state() local
441 datal = 0x00000000; in Blowfish_expand0state()
444 Blowfish_encipher(c, &datal, &datar); in Blowfish_expand0state()
446 c->P[i] = datal; in Blowfish_expand0state()
452 Blowfish_encipher(c, &datal, &datar); in Blowfish_expand0state()
454 c->S[i][k] = datal; in Blowfish_expand0state()
469 u_int32_t datal; in Blowfish_expandstate() local
480 datal = 0x00000000; in Blowfish_expandstate()
485 Blowfish_encipher(c, &datal, &datar); in Blowfish_expandstate()
487 c->P[i] = datal; in Blowfish_expandstate()
[all …]
/dragonfly/lib/libssh/openbsd-compat/
H A Dblowfish.c427 u_int32_t datal; in Blowfish_expand0state() local
438 datal = 0x00000000; in Blowfish_expand0state()
441 Blowfish_encipher(c, &datal, &datar); in Blowfish_expand0state()
443 c->P[i] = datal; in Blowfish_expand0state()
449 Blowfish_encipher(c, &datal, &datar); in Blowfish_expand0state()
451 c->S[i][k] = datal; in Blowfish_expand0state()
466 u_int32_t datal; in Blowfish_expandstate() local
477 datal = 0x00000000; in Blowfish_expandstate()
482 Blowfish_encipher(c, &datal, &datar); in Blowfish_expandstate()
484 c->P[i] = datal; in Blowfish_expandstate()
[all …]
/dragonfly/crypto/libressl/crypto/evp/
H A Devp_key.c131 const unsigned char *salt, const unsigned char *data, int datal, in EVP_BytesToKey() argument
162 if (!EVP_DigestUpdate(&c, data, datal)) in EVP_BytesToKey()
/dragonfly/sys/dev/powermng/lm/
H A Dlm78.c922 int datah, datal; in wb_nct6776f_refresh_fanrpm() local
925 datal = sc->lm_readreg(sc, sc->lm_sensors[n].reg + 1); in wb_nct6776f_refresh_fanrpm()
932 sensor->value = (datah << 8) | datal; in wb_nct6776f_refresh_fanrpm()
/dragonfly/crypto/libressl/include/openssl/
H A Devp.h465 const unsigned char *salt, const unsigned char *data, int datal, int count,