Home
last modified time | relevance | path

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

/mirbsd/src/lib/libc/crypt/
Dblowfish.c423 u_int32_t datal; in Blowfish_expand0state() local
434 datal = 0x00000000; in Blowfish_expand0state()
437 Blowfish_encipher(c, &datal, &datar); in Blowfish_expand0state()
439 c->P[i] = datal; in Blowfish_expand0state()
445 Blowfish_encipher(c, &datal, &datar); in Blowfish_expand0state()
447 c->S[i][k] = datal; in Blowfish_expand0state()
462 u_int32_t datal; in Blowfish_expandstate() local
473 datal = 0x00000000; in Blowfish_expandstate()
476 datal ^= Blowfish_stream2word(data, databytes, &j); in Blowfish_expandstate()
478 Blowfish_encipher(c, &datal, &datar); in Blowfish_expandstate()
[all …]
/mirbsd/src/lib/libssl/src/crypto/evp/
Devp_key.c111 const unsigned char *salt, const unsigned char *data, int datal, in EVP_BytesToKey() argument
133 EVP_DigestUpdate(&c,data,datal); in EVP_BytesToKey()
Devp.h504 int datal, int count, unsigned char *key,unsigned char *iv);
/mirbsd/src/lib/libssl/src/doc/crypto/
DEVP_BytesToKey.pod13 const unsigned char *data, int datal, int count,
22 B<datal> bytes which is used to derive the keying data. B<count> is the
/mirbsd/src/lib/libssl/src/doc/
Dssleay.txt2337 int datal,