Searched refs:aes_decrypt_ctx (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/ |
H A D | aes.h | 118 typedef aes_crypt_ctx aes_decrypt_ctx; typedef 157 AES_RETURN aes_decrypt_key128(const unsigned char *key, aes_decrypt_ctx cx[1]); 161 AES_RETURN aes_decrypt_key192(const unsigned char *key, aes_decrypt_ctx cx[1]); 165 AES_RETURN aes_decrypt_key256(const unsigned char *key, aes_decrypt_ctx cx[1]); 169 AES_RETURN aes_decrypt_key(const unsigned char *key, int key_len, aes_decrypt_ctx cx[1]); 172 AES_RETURN aes_decrypt(const unsigned char *in, unsigned char *out, const aes_decrypt_ctx cx[1]); 200 int len, const aes_decrypt_ctx cx[1]); 206 int len, unsigned char *iv, const aes_decrypt_ctx cx[1]); 249 const aes_decrypt_ctx cx[1]);
|
H A D | aes.txt | 486 aes_decrypt_ctx 511 aes_decrypt_key128(const unsigned char *key, aes_decrypt_ctx cx[1]) 512 aes_decrypt_key192(const unsigned char *key, aes_decrypt_ctx cx[1]) 513 aes_decrypt_key256(const unsigned char *key, aes_decrypt_ctx cx[1]) 518 aes_decrypt_ctx cx[1]) 525 const aes_decrypt_ctx cx[1]) 542 int len, const aes_decrypt_ctx cx[1]) 550 int len, unsigned char *iv, const aes_decrypt_ctx cx[1])
|
H A D | aeskey.c | 317 AES_RETURN aes_xi(decrypt_key128)(const unsigned char *key, aes_decrypt_ctx cx[1]) in aes_xi() 398 AES_RETURN aes_xi(decrypt_key192)(const unsigned char *key, aes_decrypt_ctx cx[1]) in aes_xi() 493 AES_RETURN aes_xi(decrypt_key256)(const unsigned char *key, aes_decrypt_ctx cx[1]) in aes_xi() 561 AES_RETURN aes_decrypt_key(const unsigned char *key, int key_len, aes_decrypt_ctx cx[1]) in aes_decrypt_key()
|
H A D | aes-gen.c | 55 aes_decrypt_ctx dctx;
|
H A D | aescrypt.c | 232 AES_RETURN aes_xi(decrypt)(const unsigned char *in, unsigned char *out, const aes_decrypt_ctx cx[1])
|
/freebsd/crypto/krb5/src/lib/crypto/builtin/enc_provider/ |
H A D | aes.c | 41 aes_decrypt_ctx dec_ctx;
|