/external/clang/test/SemaCXX/ |
D | convert-to-bool.cpp | 14 void test_conv_to_bool(ConvToBool ctb, ConvToInt cti, ExplicitConvToBool ecb) { in test_conv_to_bool() argument 17 if (ecb) { } in test_conv_to_bool() 20 for (; ecb; ) { } in test_conv_to_bool() 23 while (ecb) { } in test_conv_to_bool() 26 do { } while (ecb); in test_conv_to_bool() 30 if (!ecb) { } in test_conv_to_bool() 32 bool b1 = !ecb; in test_conv_to_bool() 33 if (ctb && ecb) { } in test_conv_to_bool() 34 bool b2 = ctb && ecb; in test_conv_to_bool() 35 if (ctb || ecb) { } in test_conv_to_bool() [all …]
|
/external/dropbear/libtomcrypt/src/modes/ecb/ |
D | ecb_decrypt.c | 28 int ecb_decrypt(const unsigned char *ct, unsigned char *pt, unsigned long len, symmetric_ECB *ecb) in ecb_decrypt() argument 33 LTC_ARGCHK(ecb != NULL); in ecb_decrypt() 34 if ((err = cipher_is_valid(ecb->cipher)) != CRYPT_OK) { in ecb_decrypt() 37 if (len % cipher_descriptor[ecb->cipher].block_length) { in ecb_decrypt() 42 if (cipher_descriptor[ecb->cipher].accel_ecb_decrypt != NULL) { in ecb_decrypt() 43 …return cipher_descriptor[ecb->cipher].accel_ecb_decrypt(ct, pt, len / cipher_descriptor[ecb->ciphe… in ecb_decrypt() 46 if ((err = cipher_descriptor[ecb->cipher].ecb_decrypt(ct, pt, &ecb->key)) != CRYPT_OK) { in ecb_decrypt() 49 pt += cipher_descriptor[ecb->cipher].block_length; in ecb_decrypt() 50 ct += cipher_descriptor[ecb->cipher].block_length; in ecb_decrypt() 51 len -= cipher_descriptor[ecb->cipher].block_length; in ecb_decrypt()
|
D | ecb_encrypt.c | 28 int ecb_encrypt(const unsigned char *pt, unsigned char *ct, unsigned long len, symmetric_ECB *ecb) in ecb_encrypt() argument 33 LTC_ARGCHK(ecb != NULL); in ecb_encrypt() 34 if ((err = cipher_is_valid(ecb->cipher)) != CRYPT_OK) { in ecb_encrypt() 37 if (len % cipher_descriptor[ecb->cipher].block_length) { in ecb_encrypt() 42 if (cipher_descriptor[ecb->cipher].accel_ecb_encrypt != NULL) { in ecb_encrypt() 43 …return cipher_descriptor[ecb->cipher].accel_ecb_encrypt(pt, ct, len / cipher_descriptor[ecb->ciphe… in ecb_encrypt() 46 if ((err = cipher_descriptor[ecb->cipher].ecb_encrypt(pt, ct, &ecb->key)) != CRYPT_OK) { in ecb_encrypt() 49 pt += cipher_descriptor[ecb->cipher].block_length; in ecb_encrypt() 50 ct += cipher_descriptor[ecb->cipher].block_length; in ecb_encrypt() 51 len -= cipher_descriptor[ecb->cipher].block_length; in ecb_encrypt()
|
D | ecb_done.c | 24 int ecb_done(symmetric_ECB *ecb) in ecb_done() argument 27 LTC_ARGCHK(ecb != NULL); in ecb_done() 29 if ((err = cipher_is_valid(ecb->cipher)) != CRYPT_OK) { in ecb_done() 32 cipher_descriptor[ecb->cipher].done(&ecb->key); in ecb_done()
|
D | ecb_start.c | 30 int ecb_start(int cipher, const unsigned char *key, int keylen, int num_rounds, symmetric_ECB *ecb) in ecb_start() argument 34 LTC_ARGCHK(ecb != NULL); in ecb_start() 39 ecb->cipher = cipher; in ecb_start() 40 ecb->blocklen = cipher_descriptor[cipher].block_length; in ecb_start() 41 return cipher_descriptor[cipher].setup(key, keylen, num_rounds, &ecb->key); in ecb_start()
|
/external/llvm/lib/Support/ |
D | IntEqClasses.cpp | 35 unsigned ecb = EC[b]; in join() local 39 while (eca != ecb) in join() 40 if (eca < ecb) in join() 41 EC[b] = eca, b = ecb, ecb = EC[b]; in join() 43 EC[a] = ecb, a = eca, eca = EC[a]; in join()
|
/external/libnfc-nci/src/nfa/ee/ |
D | nfa_ee_main.c | 105 nfa_ee_cb.ecb[xx].nfcee_id = NFA_EE_INVALID; in nfa_ee_init() 106 nfa_ee_cb.ecb[xx].ee_status = NFC_NFCEE_STATUS_INACTIVE; in nfa_ee_init() 109 nfa_ee_cb.ecb[NFA_EE_CB_4_DH].ee_status = NFC_NFCEE_STATUS_ACTIVE; in nfa_ee_init() 110 nfa_ee_cb.ecb[NFA_EE_CB_4_DH].nfcee_id = NFC_DH_ID; in nfa_ee_init() 213 p_cb = nfa_ee_cb.ecb; in nfa_ee_proc_nfcc_power_mode() 272 p_cb = nfa_ee_cb.ecb; in nfa_ee_proc_hci_info_cback() 366 index = (UINT8) (p_cb - nfa_ee_cb.ecb); in nfa_ee_ecb_to_mask() 389 p_ret = &nfa_ee_cb.ecb[NFA_EE_CB_4_DH]; in nfa_ee_find_ecb() 393 p_cb = nfa_ee_cb.ecb; in nfa_ee_find_ecb() 422 p_cb = nfa_ee_cb.ecb; in nfa_ee_find_ecb_by_conn_id() [all …]
|
D | nfa_ee_act.c | 158 p_ecb = &nfa_ee_cb.ecb[NFA_EE_CB_4_DH]; in nfa_ee_find_aid_offset() 186 p_ecb = &nfa_ee_cb.ecb[yy]; in nfa_ee_find_aid_offset() 747 p_cb = nfa_ee_cb.ecb; in nfa_ee_restore_ntf_done() 775 p_cb = nfa_ee_cb.ecb; in nfa_ee_remove_pending() 791 p_cb_end = &nfa_ee_cb.ecb[nfa_ee_cb.cur_ee - 1]; in nfa_ee_remove_pending() 792 p_cb = &nfa_ee_cb.ecb[first_removed]; in nfa_ee_remove_pending() 856 p_cb = &nfa_ee_cb.ecb[nfa_ee_cb.cur_ee]; in nfa_ee_nci_disc_rsp() 928 p_cb = &nfa_ee_cb.ecb[nfa_ee_cb.cur_ee++]; in nfa_ee_nci_disc_ntf() 1075 p_cb = nfa_ee_cb.ecb; in nfa_ee_check_restore_complete() 1121 p_cb = nfa_ee_cb.ecb; in nfa_ee_build_discover_req_evt() [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
D | padlock.asm | 4 ;xcrypt-ecb
|
/external/openssl/crypto/des/times/ |
D | 486-50.sol | 2 options des ecb/s
|
D | sparc.gcc | 3 options des ecb/s
|
D | alpha.cc | 4 options des ecb/s
|
D | hpux.cc | 3 options des ecb/s
|
D | 686-200.fre | 4 options des ecb/s
|
D | 586-100.lnx | 6 options des ecb/s
|
D | aix.cc | 12 options des ecb/s
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/times/ |
D | 486-50.sol | 2 options des ecb/s
|
D | sparc.gcc | 3 options des ecb/s
|
D | alpha.cc | 4 options des ecb/s
|
D | hpux.cc | 3 options des ecb/s
|
D | 686-200.fre | 4 options des ecb/s
|
D | 586-100.lnx | 6 options des ecb/s
|
D | aix.cc | 12 options des ecb/s
|
/external/dropbear/libtomcrypt/ |
D | Android.mk | 62 src/modes/ecb/ecb_decrypt.c src/modes/ecb/ecb_done.c src/modes/ecb/ecb_encrypt.c \ 63 src/modes/ecb/ecb_start.c src/modes/f8/f8_decrypt.c src/modes/f8/f8_done.c src/modes/f8/f8_encrypt.…
|
/external/openssl/crypto/des/ |
D | README | 19 It supports ecb, cbc, ofb, cfb, triple ecb, triple cbc, triple ofb,
|