Searched refs:aes_encrypt (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Daes-encblock.c29 aes_encrypt(ctx, in, out);
H A Daes.h15 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
H A Daes-ccm.c44 aes_encrypt(aes, b, x); /* X_1 = E(K, B_0) */
54 aes_encrypt(aes, aad_buf, x); /* X_2 = E(K, X_1 XOR B_1) */
59 aes_encrypt(aes, &aad_buf[AES_BLOCK_SIZE], x);
73 aes_encrypt(aes, x, x);
79 aes_encrypt(aes, x, x);
102 aes_encrypt(aes, a, out);
109 aes_encrypt(aes, a, out);
125 aes_encrypt(aes, a, tmp);
140 aes_encrypt(aes, a, tmp);
H A Daes-omac1.c85 aes_encrypt(ctx, cbc, cbc);
90 aes_encrypt(ctx, pad, pad);
114 aes_encrypt(ctx, pad, mac);
H A Daes-wrap.c56 aes_encrypt(ctx, b, b);
H A Daes-ctr.c40 aes_encrypt(ctx, counter, buf);
H A Daes-cbc.c43 aes_encrypt(ctx, cbc, cbc);
H A Daes-gcm.c158 aes_encrypt(aes, cb, ypos);
168 aes_encrypt(aes, cb, tmp);
185 aes_encrypt(aes, H, H);
H A Daes-internal-enc.c119 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
H A Dcrypto_nettle.c15 #undef aes_encrypt macro
261 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
H A Dcrypto_internal-cipher.c123 aes_encrypt(ctx->u.aes.ctx_enc, ctx->u.aes.cbc,
H A Dcrypto.h122 * aes_encrypt - Encrypt one AES block
128 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt);
H A Dcrypto_libtomcrypt.c100 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
H A Dcrypto_gnutls.c237 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
H A Dcrypto_linux.c503 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
H A Dcrypto_wolfssl.c328 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
H A Dcrypto_openssl.c341 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
/netbsd-current/sys/opencrypto/
H A Dcryptosoft_xform.c107 static void aes_encrypt(void *, u_int8_t *);
210 aes_encrypt,
610 aes_encrypt(void *key, u_int8_t *blk) function
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_cryptor.c352 aes_encrypt(&ctx->ctx, AES_BLOCK_SIZE, ctx->encr_buf, ctx->nonce);

Completed in 331 milliseconds