Searched refs:datal (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/lib/libc/crypt/ |
| D | blowfish.c | 423 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/ |
| D | evp_key.c | 111 const unsigned char *salt, const unsigned char *data, int datal, in EVP_BytesToKey() argument 133 EVP_DigestUpdate(&c,data,datal); in EVP_BytesToKey()
|
| D | evp.h | 504 int datal, int count, unsigned char *key,unsigned char *iv);
|
| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | EVP_BytesToKey.pod | 13 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/ |
| D | ssleay.txt | 2337 int datal,
|