Home
last modified time | relevance | path

Searched refs:encrypt_key (Results 1 – 17 of 17) sorted by relevance

/external/strace/tests-m32/
Dioctl_loop.c58 const char *encrypt_type, const char *encrypt_key, in print_loop_info() argument
96 encrypt_key ? (int) strlen(encrypt_key) : in print_loop_info()
98 encrypt_key ? encrypt_key : in print_loop_info()
115 const char *encrypt_type, const char *encrypt_key, in print_loop_info64() argument
159 encrypt_key ? (int) strlen(encrypt_key) : in print_loop_info64()
161 encrypt_key ? encrypt_key : in print_loop_info64()
/external/strace/tests/
Dioctl_loop.c58 const char *encrypt_type, const char *encrypt_key, in print_loop_info() argument
96 encrypt_key ? (int) strlen(encrypt_key) : in print_loop_info()
98 encrypt_key ? encrypt_key : in print_loop_info()
115 const char *encrypt_type, const char *encrypt_key, in print_loop_info64() argument
159 encrypt_key ? (int) strlen(encrypt_key) : in print_loop_info64()
161 encrypt_key ? encrypt_key : in print_loop_info64()
/external/strace/tests-mx32/
Dioctl_loop.c58 const char *encrypt_type, const char *encrypt_key, in print_loop_info() argument
96 encrypt_key ? (int) strlen(encrypt_key) : in print_loop_info()
98 encrypt_key ? encrypt_key : in print_loop_info()
115 const char *encrypt_type, const char *encrypt_key, in print_loop_info64() argument
159 encrypt_key ? (int) strlen(encrypt_key) : in print_loop_info64()
161 encrypt_key ? encrypt_key : in print_loop_info64()
/external/cronet/third_party/boringssl/src/fuzz/conf_corpus/
D530a33f20602dfa94747ccd7e802e5db91e816133 encrypt_key = no
16 encrypt_key = no
D32edc4bdd420e2aedf901789025250206e4e138612 encrypt_key = no
/external/cronet/net/tools/quic/certs/
Dleaf.cnf9 encrypt_key = no
Dca.cnf68 encrypt_key = no
/external/cronet/net/data/ssl/scripts/
Deku-test.cnf6 encrypt_key = no
Dquic-test.cnf50 encrypt_key = no
Dclient-certs.cnf37 encrypt_key = no
Dredundant-ca.cnf64 encrypt_key = no
Dca.cnf70 encrypt_key = no
Dee.cnf9 encrypt_key = no
/external/scapy/scapy/modules/krack/
Dautomaton.py304 encrypt_key=None): argument
309 if encrypt_key is None:
310 encrypt_key = self.tk
329 rep /= Raw(build_TKIP_payload(data_to_enc, iv, self.mac, encrypt_key))
/external/tpm2-tss/script/ekca/
Droot-ca.cnf55 encrypt_key = yes
Dintermed-ca.cnf74 encrypt_key = yes
/external/ImageMagick/coders/
Ddpx.c164 encrypt_key; member
778 dpx.file.encrypt_key=ReadBlobLong(image); in ReadDPXImage()
780 if (dpx.file.encrypt_key != ~0U) in ReadDPXImage()
782 dpx.file.encrypt_key); in ReadDPXImage()
1613 dpx.file.encrypt_key=(~0U); in WriteDPXImage()
1614 offset+=WriteBlobLong(image,dpx.file.encrypt_key); in WriteDPXImage()