AES_set_decrypt_key   66 source4/heimdal/lib/hcrypto/aes.h int AES_set_decrypt_key(const unsigned char *, const int, AES_KEY *);
AES_set_decrypt_key   87 source4/heimdal/lib/hcrypto/evp-aes-cts.c 	AES_set_decrypt_key(key, ctx->cipher->key_len * 8, k);
AES_set_decrypt_key   68 source4/heimdal/lib/hcrypto/evp-hcrypto.c 	AES_set_decrypt_key(key, ctx->cipher->key_len * 8, k);