Searched refs:encrypt_block (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/openzfs/module/icp/include/modes/ |
H A D | modes.h | 223 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *), 229 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *), 235 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *), 241 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *), 246 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *), 250 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *), 255 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *), 260 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *), 264 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *), 268 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *), [all …]
|
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/ |
H A D | ccm.c | 44 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *), in ccm_mode_encrypt_contiguous_blocks() 98 encrypt_block(ctx->ccm_keysched, mac_buf, mac_buf); in ccm_mode_encrypt_contiguous_blocks() 101 encrypt_block(ctx->ccm_keysched, (uint8_t *)ctx->ccm_cb, in ccm_mode_encrypt_contiguous_blocks() 172 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *)) in calculate_ccm_mac() 185 encrypt_block(ctx->ccm_keysched, (uint8_t *)ctx->ccm_cb, counterp); in calculate_ccm_mac() 195 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *), in ccm_encrypt_final() 234 encrypt_block(ctx->ccm_keysched, mac_buf, mac_buf); in ccm_encrypt_final() 238 encrypt_block(ctx->ccm_keysched, (uint8_t *)ctx->ccm_cb, lastp); in ccm_encrypt_final() 249 calculate_ccm_mac(ctx, ccm_mac_p, encrypt_block); in ccm_encrypt_final() 321 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *)) in ccm_decrypt_incomplete_block() [all …]
|
H A D | gcm.c | 89 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *), in gcm_mode_encrypt_contiguous_blocks() 153 encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_cb, in gcm_mode_encrypt_contiguous_blocks() 207 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *), in gcm_encrypt_final() 247 encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_cb, in gcm_encrypt_final() 268 encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_J0, in gcm_encrypt_final() 293 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *), in gcm_decrypt_incomplete_block() 322 encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_cb, counterp); in gcm_decrypt_incomplete_block() 333 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *), in gcm_mode_decrypt_contiguous_blocks() 337 (void) out, (void) block_size, (void) encrypt_block, (void) copy_block, in gcm_mode_decrypt_contiguous_blocks() 375 int (*encrypt_block)(const void *, const uint8_t *, uint8_t *), in gcm_decrypt_final() [all …]
|
/freebsd/crypto/openssl/test/ |
H A D | modes_internal_test.c | 137 size_t (*encrypt_block)(const unsigned char *in, member 204 if (!TEST_size_t_eq(fixture->encrypt_block(test_input, ciphertext, len, in execute_cts128()
|
/freebsd/crypto/krb5/src/lib/crypto/builtin/ |
H A D | cmac.c | 80 ret = encrypt_block(enc, key, &d); in generate_subkey()
|
H A D | kdf.c | 172 ret = encrypt_block(enc, key, &block); in k5_derive_random_rfc3961()
|
/freebsd/crypto/krb5/src/lib/crypto/krb/ |
H A D | crypto_int.h | 612 encrypt_block(const struct krb5_enc_provider *enc, krb5_key key, in encrypt_block() function
|