Home
last modified time | relevance | path

Searched refs:const_DES_cblock (Results 1 - 21 of 21) sorted by relevance

/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddes.h36 typedef /* const */ unsigned char const_DES_cblock[8]; typedef
39 * const_DES_cblock * are incompatible pointer types.
78 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output,
84 const_DES_cblock *ivec);
99 const_DES_cblock *inw, const_DES_cblock *outw, int enc);
105 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
177 OSSL_DEPRECATEDIN_3_0 int DES_check_key_parity(const_DES_cblock *key);
178 OSSL_DEPRECATEDIN_3_0 int DES_is_weak_key(const_DES_cblock *key);
186 int DES_set_key(const_DES_cblock *ke
[all...]
/third_party/openssl/include/openssl/
H A Ddes.h36 typedef /* const */ unsigned char const_DES_cblock[8]; typedef
39 * const_DES_cblock * are incompatible pointer types.
78 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output,
84 const_DES_cblock *ivec);
99 const_DES_cblock *inw, const_DES_cblock *outw, int enc);
105 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
177 OSSL_DEPRECATEDIN_3_0 int DES_check_key_parity(const_DES_cblock *key);
178 OSSL_DEPRECATEDIN_3_0 int DES_is_weak_key(const_DES_cblock *key);
186 int DES_set_key(const_DES_cblock *ke
[all...]
/third_party/openssl/ohos_lite/include/openssl/
H A Ddes.h29 typedef /* const */ unsigned char const_DES_cblock[8]; typedef
32 * const_DES_cblock * are incompatible pointer types.
70 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output,
75 const_DES_cblock *ivec);
85 DES_cblock *ivec, const_DES_cblock *inw,
86 const_DES_cblock *outw, int enc);
90 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
147 int DES_check_key_parity(const_DES_cblock *key);
148 int DES_is_weak_key(const_DES_cblock *key);
154 int DES_set_key(const_DES_cblock *ke
[all...]
/third_party/node/deps/openssl/openssl/crypto/des/
H A Dset_key.c71 int DES_check_key_parity(const_DES_cblock *key) in DES_check_key_parity()
119 int DES_is_weak_key(const_DES_cblock *key) in DES_is_weak_key()
298 int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule) in DES_set_key()
315 int DES_set_key_checked(const_DES_cblock *key, DES_key_schedule *schedule) in DES_set_key_checked()
325 void DES_set_key_unchecked(const_DES_cblock *key, DES_key_schedule *schedule) in DES_set_key_unchecked()
391 int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule) in DES_key_sched()
H A Dxcbc_enc.c22 DES_cblock *ivec, const_DES_cblock *inw, in DES_xcbc_encrypt()
23 const_DES_cblock *outw, int enc) in DES_xcbc_encrypt()
H A Decb_enc.c36 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, in DES_ecb_encrypt()
H A Decb3_enc.c18 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output, in DES_ecb3_encrypt()
H A Dcbc_cksm.c20 const_DES_cblock *ivec) in DES_cbc_cksum()
/third_party/openssl/crypto/des/
H A Dset_key.c71 int DES_check_key_parity(const_DES_cblock *key) in DES_check_key_parity()
119 int DES_is_weak_key(const_DES_cblock *key) in DES_is_weak_key()
298 int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule) in DES_set_key()
315 int DES_set_key_checked(const_DES_cblock *key, DES_key_schedule *schedule) in DES_set_key_checked()
325 void DES_set_key_unchecked(const_DES_cblock *key, DES_key_schedule *schedule) in DES_set_key_unchecked()
391 int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule) in DES_key_sched()
H A Dxcbc_enc.c22 DES_cblock *ivec, const_DES_cblock *inw, in DES_xcbc_encrypt()
23 const_DES_cblock *outw, int enc) in DES_xcbc_encrypt()
H A Decb_enc.c36 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, in DES_ecb_encrypt()
H A Decb3_enc.c18 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output, in DES_ecb3_encrypt()
H A Dcbc_cksm.c20 const_DES_cblock *ivec) in DES_cbc_cksum()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_des_hw.c60 DES_ecb_encrypt((const_DES_cblock *)(in + i), in cipher_hw_des_ecb_cipher()
61 (const_DES_cblock *)(out + i), key, ctx->enc); in cipher_hw_des_ecb_cipher()
H A Dcipher_tdes_hw.c91 DES_ecb3_encrypt((const_DES_cblock *)(in + i), (DES_cblock *)(out + i), in ossl_cipher_hw_tdes_ecb()
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_des_hw.c60 DES_ecb_encrypt((const_DES_cblock *)(in + i), in cipher_hw_des_ecb_cipher()
61 (const_DES_cblock *)(out + i), key, ctx->enc); in cipher_hw_des_ecb_cipher()
H A Dcipher_tdes_hw.c91 DES_ecb3_encrypt((const_DES_cblock *)(in + i), (DES_cblock *)(out + i), in ossl_cipher_hw_tdes_ecb()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_des3.c73 DES_ecb3_encrypt((const_DES_cblock *)(in + i), in des_ede_ecb_cipher()
/third_party/openssl/crypto/evp/
H A De_des3.c73 DES_ecb3_encrypt((const_DES_cblock *)(in + i), in des_ede_ecb_cipher()
/third_party/openssl/test/
H A Ddestest.c811 const_DES_cblock *key = (unsigned char (*)[8])weak_keys[n].key; in test_des_weak_keys()
837 const_DES_cblock *key = (unsigned char (*)[8])bad_parity_keys[n].key; in test_des_check_bad_parity()
/third_party/python/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py485 const_DES_cblock = c_ubyte * 8 variable
2643 'const_DES_cblock', '__darwin_fsblkcnt_t', 'dsa_st',

Completed in 13 milliseconds