Searched refs:AES_ENCRYPT (Results 1 - 10 of 10) sorted by relevance
/third_party/openssl/test/ |
H A D | igetest.c | 61 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 D | aes_ecb.c | 26 assert((AES_ENCRYPT == enc) || (AES_DECRYPT == enc)); in AES_ecb_encrypt() 28 if (AES_ENCRYPT == enc) in AES_ecb_encrypt()
|
H A D | aes_ige.c | 59 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 D | aes_ecb.c | 26 assert((AES_ENCRYPT == enc) || (AES_DECRYPT == enc)); in AES_ecb_encrypt() 28 if (AES_ENCRYPT == enc) in AES_ecb_encrypt()
|
H A D | aes_ige.c | 59 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 D | aes.rs | 3 pub const AES_ENCRYPT: c_int = 1; consts
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | aes.h | 30 # define AES_ENCRYPT 1 macro
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | aes.h | 20 # define AES_ENCRYPT 1 macro
|
/third_party/openssl/include/openssl/ |
H A D | aes.h | 30 # define AES_ENCRYPT 1 macro
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | aes.rs | 168 Mode::Encrypt => ffi::AES_ENCRYPT, in aes_ige()
|
Completed in 3 milliseconds