Searched refs:des1 (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/fipstools/ |
D | test_fips.c | 133 DES_key_schedule des1, des2, des3; in main() local 135 DES_set_key(&kDESKey1, &des1); in main() 143 DES_ede3_cbc_encrypt(kPlaintext, output, sizeof(kPlaintext), &des1, &des2, in main() 152 DES_ede3_cbc_encrypt(output, output, sizeof(kPlaintext), &des1, in main()
|
/external/boringssl/src/crypto/fipsmodule/ |
D | bcm.c | 535 DES_key_schedule des1, des2, des3; in BORINGSSL_bcm_power_on_self_test() local 537 DES_set_key(&kDESKey1, &des1); in BORINGSSL_bcm_power_on_self_test() 543 DES_ede3_cbc_encrypt(kPlaintext, output, sizeof(kPlaintext), &des1, &des2, in BORINGSSL_bcm_power_on_self_test() 552 DES_ede3_cbc_encrypt(kDESCiphertext, output, sizeof(kDESCiphertext), &des1, in BORINGSSL_bcm_power_on_self_test()
|
/external/hyphenation-patterns/de/ |
D | hyph-de-1996.pat.txt | 3319 des1
|
/external/openssh/ |
D | ChangeLog | 1715 cipher-3des1.c and cipher-bf1.c are specific to sshv1 so don't even try
|