Symbol: encrypt_block
usr/src/common/crypto/modes/cbc.c
418
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/cbc.c
441
encrypt_block(cbc_ctx->cbc_keysched, buf, buf);
usr/src/common/crypto/modes/cbc.c
450
encrypt_block(cbc_ctx->cbc_keysched, M_last, M_last);
usr/src/common/crypto/modes/cbc.c
460
encrypt_block(cbc_ctx->cbc_keysched, M_last, M_last);
usr/src/common/crypto/modes/ccm.c
106
encrypt_block(ctx->ccm_keysched, mac_buf, mac_buf);
usr/src/common/crypto/modes/ccm.c
109
encrypt_block(ctx->ccm_keysched, (uint8_t *)ctx->ccm_cb,
usr/src/common/crypto/modes/ccm.c
184
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *))
usr/src/common/crypto/modes/ccm.c
197
encrypt_block(ctx->ccm_keysched, (uint8_t *)ctx->ccm_cb, counterp);
usr/src/common/crypto/modes/ccm.c
208
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/ccm.c
247
encrypt_block(ctx->ccm_keysched, mac_buf, mac_buf);
usr/src/common/crypto/modes/ccm.c
251
encrypt_block(ctx->ccm_keysched, (uint8_t *)ctx->ccm_cb, lastp);
usr/src/common/crypto/modes/ccm.c
262
calculate_ccm_mac(ctx, ccm_mac_p, encrypt_block);
usr/src/common/crypto/modes/ccm.c
335
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *))
usr/src/common/crypto/modes/ccm.c
344
encrypt_block(ctx->ccm_keysched, (uint8_t *)ctx->ccm_cb, counterp);
usr/src/common/crypto/modes/ccm.c
361
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/ccm.c
431
ccm_decrypt_incomplete_block(ctx, encrypt_block);
usr/src/common/crypto/modes/ccm.c
467
encrypt_block(ctx->ccm_keysched, (uint8_t *)ctx->ccm_cb, cbp);
usr/src/common/crypto/modes/ccm.c
50
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/ccm.c
512
encrypt_block);
usr/src/common/crypto/modes/ccm.c
528
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/ccm.c
563
encrypt_block(ctx->ccm_keysched, mac_buf, mac_buf);
usr/src/common/crypto/modes/ccm.c
568
calculate_ccm_mac((ccm_ctx_t *)ctx, ccm_mac_p, encrypt_block);
usr/src/common/crypto/modes/ccm.c
772
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/ccm.c
799
encrypt_block(ctx->ccm_keysched, mac_buf, mac_buf);
usr/src/common/crypto/modes/ccm.c
822
encrypt_block(ctx->ccm_keysched, mac_buf, mac_buf);
usr/src/common/crypto/modes/ccm.c
846
encrypt_block(ctx->ccm_keysched, mac_buf, mac_buf);
usr/src/common/crypto/modes/ccm.c
856
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/ccm.c
888
encrypt_block, xor_block) != 0) {
usr/src/common/crypto/modes/gcm.c
165
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/gcm.c
184
encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_cb,
usr/src/common/crypto/modes/gcm.c
230
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/gcm.c
277
&iov_or_mp, &offset, encrypt_block, copy_block,
usr/src/common/crypto/modes/gcm.c
312
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/gcm.c
344
encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_cb,
usr/src/common/crypto/modes/gcm.c
370
encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_J0,
usr/src/common/crypto/modes/gcm.c
396
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/gcm.c
436
encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_J0,
usr/src/common/crypto/modes/gcm.c
454
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/gcm.c
483
encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_cb, counterp);
usr/src/common/crypto/modes/gcm.c
498
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/gcm.c
557
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/gcm.c
590
processed, encrypt_block, xor_block);
usr/src/common/crypto/modes/gcm.c
607
encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_cb, cbp);
usr/src/common/crypto/modes/gcm.c
625
encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_J0,
usr/src/common/crypto/modes/gcm.c
724
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/gcm.c
733
encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_H,
usr/src/common/crypto/modes/gcm.c
789
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/gcm.c
820
encrypt_block, copy_block, xor_block) != 0) {
usr/src/common/crypto/modes/gcm.c
829
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/gcm.c
853
encrypt_block, copy_block, xor_block) != 0) {
usr/src/common/crypto/modes/modes.h
319
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/modes.h
325
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/modes.h
331
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/modes.h
337
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/modes.h
342
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/modes.h
346
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/modes.h
351
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/modes.h
355
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/modes.h
360
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/modes.h
364
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/modes.h
373
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/modes.h
377
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/modes.h
381
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/modes.h
386
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *),
usr/src/common/crypto/modes/modes.h
391
int (*encrypt_block)(const void *, const uint8_t *, uint8_t *));
usr/src/uts/common/io/cryptmod.c
3140
newmp = encrypt_block(q, tmi, mp1, outlen);
usr/src/uts/common/io/cryptmod.c
3149
newmp = encrypt_block(q, tmi, mp, plainlen);