Searched refs:AES_encrypt (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/aes/
H A Daes_ecb.c69 AES_encrypt(in, out, key);
H A Daes_ofb.c135 AES_encrypt(ivec, ivec, key);
H A Daes_cfb.c139 AES_encrypt(ivec, ivec, key);
147 AES_encrypt(ivec, ivec, key);
173 AES_encrypt(ivec,ivec,key);
H A Daes_cbc.c78 AES_encrypt(out, out, key);
89 AES_encrypt(out, out, key);
H A Daes.h91 void AES_encrypt(const unsigned char *in, unsigned char *out,
H A Daes_ctr.c131 AES_encrypt(ivec, ecount_buf, key);
H A Daes_core.c896 void AES_encrypt(const unsigned char *in, unsigned char *out, function
/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Dcipher-ctr.c69 AES_encrypt(c->aes_counter, buf, &c->aes_ctx);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa_enc.c59 AES_encrypt(b, b, &key);

Completed in 103 milliseconds