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

/freebsd-9.3-release/crypto/openssl/crypto/aes/
H A Daes_ecb.c70 AES_encrypt(in, out, key);
H A Daes_ofb.c137 AES_encrypt(ivec, ivec, key);
H A Daes_cfb.c141 AES_encrypt(ivec, ivec, key);
149 AES_encrypt(ivec, ivec, key);
178 AES_encrypt(ivec, ivec, key);
H A Daes_cbc.c80 AES_encrypt(out, out, key);
91 AES_encrypt(out, out, key);
H A Daes_ctr.c137 AES_encrypt(ivec, ecount_buf, key);
H A Daes_ige.c106 AES_encrypt((unsigned char *)outp->data,
130 AES_encrypt((unsigned char *)tmp2.data,
238 AES_encrypt(out, out, key);
264 AES_encrypt(out, out, key);
H A Daes.h97 void AES_encrypt(const unsigned char *in, unsigned char *out,
H A Daes_wrap.c83 AES_encrypt(B, B, key);
H A Daes_core.c790 void AES_encrypt(const unsigned char *in, unsigned char *out, function
/freebsd-9.3-release/crypto/openssl/fips/rand/
H A Dfips_rand.c285 AES_encrypt(ctx->DT, I, &ctx->ks);
288 AES_encrypt(tmp, R, &ctx->ks);
291 AES_encrypt(tmp, ctx->V, &ctx->ks);
/freebsd-9.3-release/sys/geom/bde/
H A Dg_bde_crypt.c170 AES_encrypt(&ci, &ki, s, d, sc->sectorsize);
174 AES_encrypt(&ci, &ki, skey, d, sizeof skey);
215 AES_encrypt(&ci, &ki, d, d, sc->sectorsize);
H A Dg_bde.h194 AES_encrypt(cipherInstance *ci, keyInstance *ki, void *in, void *out, u_int len) function
H A Dg_bde_lock.c316 AES_encrypt(&ci, &ki, buf, output, sizeof buf);
/freebsd-9.3-release/crypto/openssh/
H A Dcipher-ctr.c73 AES_encrypt(c->aes_counter, buf, &c->aes_ctx);
H A Dumac.c185 AES_encrypt((u_char *)(in),(u_char *)(out),(AES_KEY *)int_key)
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dopenssl-compat.h57 # define AES_encrypt(a, b, c) rijndael_encrypt(c, a, b) macro
/freebsd-9.3-release/crypto/openssl/crypto/aes/asm/
H A Daes-x86_64.pl348 # void AES_encrypt (const void *inp,void *out,const AES_KEY *key);
350 .globl AES_encrypt
351 .type AES_encrypt,\@function,3
353 AES_encrypt: label
387 .size AES_encrypt,.-AES_encrypt
H A Daes-ia64.S277 // void AES_encrypt (const void *in,void *out,const AES_KEY *key);
278 .global AES_encrypt#
279 .proc AES_encrypt# label
281 AES_encrypt:
292 add out8=(AES_Te#-AES_encrypt#),r3 // Te0
415 .endp AES_encrypt#
449 s/AES_encrypt/AES_decrypt/g;
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c226 AES_encrypt(plain, crypt, ctx);
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dcrypto.c2188 AES_encrypt(tmp, out, key);
2200 AES_encrypt(tmp, out - AES_BLOCK_SIZE, key);
2260 AES_encrypt(data, data, k);
2506 AES_encrypt(result.checksum.data, out->data, &key);
/freebsd-9.3-release/crypto/heimdal/
H A Dconfigure20768 AES_encrypt(0,0,0);
20867 AES_encrypt(0,0,0);
20997 AES_encrypt(0,0,0);
[all...]

Completed in 168 milliseconds