Home
last modified time | relevance | path

Searched refs:AES_ENCRYPT (Results 1 - 10 of 10) sorted by relevance

/third_party/openssl/test/
H A Digetest.c61 32, AES_ENCRYPT}, /* test vector 0 */
112 16, 32, AES_ENCRYPT}, /* test vector 0 */
145 32, 64, AES_ENCRYPT}, /* test vector 1 */
160 if (v->encrypt == AES_ENCRYPT) in test_ige_vectors()
201 if (v->encrypt == AES_ENCRYPT) { in test_bi_ige_vectors()
232 AES_ige_encrypt(plaintext, ciphertext, TEST_SIZE, &key, iv, AES_ENCRYPT); in test_ige_enc_dec()
251 AES_ENCRYPT); in test_ige_enc_chaining()
254 &key, iv, AES_ENCRYPT); in test_ige_enc_chaining()
273 AES_ENCRYPT); in test_ige_dec_chaining()
276 &key, iv, AES_ENCRYPT); in test_ige_dec_chaining()
[all...]
/third_party/node/deps/openssl/openssl/crypto/aes/
H A Daes_ecb.c26 assert((AES_ENCRYPT == enc) || (AES_DECRYPT == enc)); in AES_ecb_encrypt()
28 if (AES_ENCRYPT == enc) in AES_ecb_encrypt()
H A Daes_ige.c59 OPENSSL_assert((AES_ENCRYPT == enc) || (AES_DECRYPT == enc));
62 if (AES_ENCRYPT == enc) {
201 OPENSSL_assert((AES_ENCRYPT == enc) || (AES_DECRYPT == enc));
204 if (AES_ENCRYPT == enc) {
/third_party/openssl/crypto/aes/
H A Daes_ecb.c26 assert((AES_ENCRYPT == enc) || (AES_DECRYPT == enc)); in AES_ecb_encrypt()
28 if (AES_ENCRYPT == enc) in AES_ecb_encrypt()
H A Daes_ige.c59 OPENSSL_assert((AES_ENCRYPT == enc) || (AES_DECRYPT == enc));
62 if (AES_ENCRYPT == enc) {
201 OPENSSL_assert((AES_ENCRYPT == enc) || (AES_DECRYPT == enc));
204 if (AES_ENCRYPT == enc) {
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Daes.rs3 pub const AES_ENCRYPT: c_int = 1; consts
/third_party/node/deps/openssl/openssl/include/openssl/
H A Daes.h30 # define AES_ENCRYPT 1 macro
/third_party/openssl/ohos_lite/include/openssl/
H A Daes.h20 # define AES_ENCRYPT 1 macro
/third_party/openssl/include/openssl/
H A Daes.h30 # define AES_ENCRYPT 1 macro
/third_party/rust/crates/rust-openssl/openssl/src/
H A Daes.rs168 Mode::Encrypt => ffi::AES_ENCRYPT, in aes_ige()

Completed in 3 milliseconds