Searched refs:AES_ige_encrypt (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/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() 232 AES_ige_encrypt(plaintext, ciphertext, TEST_SIZE, &key, iv, AES_ENCRYPT); in test_ige_enc_dec() 236 AES_ige_encrypt(ciphertext, checktext, TEST_SIZE, &key, iv, AES_DECRYPT); in test_ige_enc_dec() 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() 258 AES_ige_encrypt(ciphertext, checktext, TEST_SIZE, &key, iv, AES_DECRYPT); 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() [all …]
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | aes.h | 88 void AES_ige_encrypt(const unsigned char *in, unsigned char *out,
|
/freebsd/crypto/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
|
/freebsd/crypto/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
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 14 AES_ige_encrypt;
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 1164 AES_bi_ige_encrypt() and AES_ige_encrypt()
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 2215 * The functions AES_ige_encrypt() and AES_bi_ige_encrypt() have been
|