Home
last modified time | relevance | path

Searched refs:DES_ede3_cbc_encrypt (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/fipstools/
Dtest_fips.c143 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/
Dbcm.c543 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/boringssl/src/include/openssl/
Ddes.h122 OPENSSL_EXPORT void DES_ede3_cbc_encrypt(const uint8_t *in, uint8_t *out,
/external/boringssl/src/crypto/fipsmodule/cipher/
De_des.c153 DES_ede3_cbc_encrypt(in, out, in_len, &dat->ks.ks[0], &dat->ks.ks[1], in des_ede3_cbc_cipher()
/external/boringssl/src/crypto/fipsmodule/des/
Ddes.c658 void DES_ede3_cbc_encrypt(const uint8_t *in, uint8_t *out, size_t len, in DES_ede3_cbc_encrypt() function
763 DES_ede3_cbc_encrypt(in, out, len, ks1, ks2, ks1, ivec, enc); in DES_ede2_cbc_encrypt()