Searched refs:encrypt_block (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/crypto/modes/
H A Dmodes.h308 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
314 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
320 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
326 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
331 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
335 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
340 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
345 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
349 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *));
358 int (*encrypt_block)(cons
[all...]
H A Dgcm.c133 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
189 encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_cb,
253 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
285 encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_cb,
306 encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_J0,
331 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
360 encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_cb, counterp);
372 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
410 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
438 processed, encrypt_block, xor_bloc
[all...]
H A Dccm.c50 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
106 encrypt_block(ctx->ccm_keysched, mac_buf, mac_buf);
109 encrypt_block(ctx->ccm_keysched, (uint8_t *)ctx->ccm_cb,
184 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *))
197 encrypt_block(ctx->ccm_keysched, (uint8_t *)ctx->ccm_cb, counterp);
208 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
247 encrypt_block(ctx->ccm_keysched, mac_buf, mac_buf);
251 encrypt_block(ctx->ccm_keysched, (uint8_t *)ctx->ccm_cb, lastp);
262 calculate_ccm_mac(ctx, ccm_mac_p, encrypt_block);
335 int (*encrypt_block)(cons
[all...]
H A Dctr.c169 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *))
183 encrypt_block(ctx->ctr_keysched, (uint8_t *)ctx->ctr_cb,
/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c2958 encrypt_block(queue_t *q, struct tmodinfo *tmi, mblk_t *mp, size_t plainlen) function
3137 newmp = encrypt_block(q, tmi, mp1, outlen);
3146 newmp = encrypt_block(q, tmi, mp, plainlen);

Completed in 82 milliseconds