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

/freebsd-13-stable/contrib/wpa/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-cbc.c43 aes_encrypt(ctx, cbc, cbc);
H A Daes-ctr.c40 aes_encrypt(ctx, counter, buf);
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_gnutls.c237 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) function
H A Dcrypto_libtomcrypt.c100 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
/freebsd-13-stable/sys/kgssapi/krb5/
H A Dkcrypto_aes.c179 aes_encrypt(const struct krb5_key_state *ks, struct mbuf *inout, function
361 aes_encrypt,
379 aes_encrypt,
/freebsd-13-stable/sys/contrib/openzfs/module/icp/io/
H A Daes.c114 static int aes_encrypt(crypto_ctx_t *, crypto_data_t *, crypto_data_t *,
132 .encrypt = aes_encrypt,
392 aes_encrypt(crypto_ctx_t *ctx, crypto_data_t *plaintext, function
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_cryptor.c352 aes_encrypt(&ctx->ctx, AES_BLOCK_SIZE, ctx->encr_buf, ctx->nonce);

Completed in 130 milliseconds