Searched refs:AES_ige_encrypt (Results 1 – 8 of 8) sorted by relevance
/openssl/test/ |
H A D | igetest.c | 165 AES_ige_encrypt(v->in, buf, v->length, &key, iv, v->encrypt); in test_ige_vectors() 178 AES_ige_encrypt(buf, buf, v->length, &key, iv, v->encrypt); in test_ige_vectors() 250 AES_ige_encrypt(plaintext, ciphertext, TEST_SIZE / 2, &key, iv, in test_ige_enc_chaining() 252 AES_ige_encrypt(plaintext + TEST_SIZE / 2, in test_ige_enc_chaining() 272 AES_ige_encrypt(plaintext, ciphertext, TEST_SIZE / 2, &key, iv, in test_ige_dec_chaining() 274 AES_ige_encrypt(plaintext + TEST_SIZE / 2, in test_ige_dec_chaining() 280 AES_ige_encrypt(ciphertext, checktext, TEST_SIZE / 2, &key, iv, in test_ige_dec_chaining() 282 AES_ige_encrypt(ciphertext + TEST_SIZE / 2, in test_ige_dec_chaining() 302 AES_ige_encrypt(plaintext, ciphertext, sizeof(plaintext), &key, iv, in test_ige_garble_forwards() 309 AES_ige_encrypt(ciphertext, checktext, sizeof(checktext), &key, iv, in test_ige_garble_forwards() [all …]
|
/openssl/include/openssl/ |
H A D | aes.h | 88 void AES_ige_encrypt(const unsigned char *in, unsigned char *out,
|
/openssl/crypto/aes/ |
H A D | aes_ige.c | 48 void AES_ige_encrypt(const unsigned char *in, unsigned char *out, in AES_ige_encrypt() function
|
/openssl/util/ |
H A D | missingcrypto.txt | 12 AES_ige_encrypt(3)
|
H A D | missingcrypto111.txt | 18 AES_ige_encrypt(3)
|
H A D | libcrypto.num | 668 AES_ige_encrypt 686 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1185 AES_bi_ige_encrypt() and AES_ige_encrypt()
|
/openssl/ |
H A D | CHANGES.md | 3194 * The functions AES_ige_encrypt() and AES_bi_ige_encrypt() have been
|
Completed in 86 milliseconds