Home
last modified time | relevance | path

Searched refs:DES_cbc_cksum (Results 1 – 9 of 9) sorted by relevance

/third_party/openssl/crypto/des/
Dstr2key.c41 DES_cbc_cksum((const unsigned char *)str, key, length, &ks, key); in DES_string_to_key()
77 DES_cbc_cksum((const unsigned char *)str, key1, length, &ks, key1); in DES_string_to_2keys()
79 DES_cbc_cksum((const unsigned char *)str, key2, length, &ks, key2); in DES_string_to_2keys()
Dcbc_cksm.c18 DES_LONG DES_cbc_cksum(const unsigned char *in, DES_cblock *output, in DES_cbc_cksum() function
/third_party/openssl/doc/man3/
DDES_random_key.pod12 DES_cbc_cksum, DES_quad_cksum, DES_string_to_key, DES_string_to_2keys,
88 DES_LONG DES_cbc_cksum(const unsigned char *input, DES_cblock *output,
226 DES_cbc_cksum() produces an 8 byte checksum based on the input stream
300 DES_cbc_cksum() and DES_quad_cksum() return 4-byte integer representing the
/third_party/openssl/ohos_lite/include/openssl/
Ddes.h73 DES_LONG DES_cbc_cksum(const unsigned char *input, DES_cblock *output,
/third_party/openssl/include/openssl/
Ddes.h82 DES_LONG DES_cbc_cksum(const unsigned char *input, DES_cblock *output,
/third_party/openssl/test/
Ddestest.c675 cs = DES_cbc_cksum(cbc_data, &cret, strlen((char *)cbc_data), &ks, in test_des_cbc_cksum()
/third_party/openssl/doc/man7/
Dmigration_guide.pod1288 DES_pcbc_encrypt(), DES_xcbc_encrypt(), DES_cbc_cksum(), DES_quad_cksum(),
/third_party/openssl/util/
Dlibcrypto.num3519 DES_cbc_cksum 3599 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DES
/third_party/openssl/
DCHANGES.md12158 * Adjust DES_cbc_cksum() so it returns the same value as the MIT
12160 the value returned by DES_cbc_cksum() was like the one from