Searched refs:xor_block (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/icp/include/modes/ |
| H A D | modes.h | 311 void (*xor_block)(uint8_t *, uint8_t *)); 317 void (*xor_block)(uint8_t *, uint8_t *)); 322 void (*xor_block)(uint8_t *, uint8_t *)); 328 void (*xor_block)(uint8_t *, uint8_t *)); 334 void (*xor_block)(uint8_t *, uint8_t *)); 340 void (*xor_block)(uint8_t *, uint8_t *)); 346 void (*xor_block)(uint8_t *, uint8_t *)); 350 void (*xor_block)(uint8_t *, uint8_t *)); 355 void (*xor_block)(uint8_t *, uint8_t *)); 360 void (*xor_block)(uint8_t *, uint8_t *)); [all …]
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_crypto_ccmp.c | 428 xor_block(auth, aad, AES_BLOCK_LEN); in ccmp_init_blocks() 440 xor_block(_b, _pos, _len); \ 446 xor_block(_pos, _e, _len); \ 522 xor_block(b+sp, pos_next, space_next); in ccmp_encrypt() 530 xor_block(b+sp, pos_next, n->m_len); in ccmp_encrypt() 547 xor_block(pos_next, e+sp, space_next); in ccmp_encrypt() 550 xor_block(pos_next, e+sp, m->m_len); in ccmp_encrypt() 578 xor_block(b, s0, ccmp.ic_trailer); in ccmp_encrypt() 588 xor_block(_pos, _b, _len); \ 590 xor_block(_a, _pos, _len); \ [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/ |
| H A D | ccm.c | 45 void (*xor_block)(uint8_t *, uint8_t *)) in ccm_mode_encrypt_contiguous_blocks() 97 xor_block(blockp, mac_buf); in ccm_mode_encrypt_contiguous_blocks() 124 xor_block(blockp, lastp); in ccm_mode_encrypt_contiguous_blocks() 197 void (*xor_block)(uint8_t *, uint8_t *)) in ccm_encrypt_final() 234 xor_block(macp, mac_buf); in ccm_encrypt_final() 473 xor_block(blockp, cbp); in ccm_mode_decrypt_contiguous_blocks() 555 xor_block(macp, mac_buf); in ccm_decrypt_final() 788 xor_block(ivp, mac_buf); in ccm_init() 813 xor_block(authp, mac_buf); in ccm_init() 837 xor_block(datap, mac_buf); in ccm_init() [all …]
|
| H A D | gcm.c | 87 void (*xor_block)(uint8_t *, uint8_t *)) in gcm_mode_encrypt_contiguous_blocks() 152 xor_block(blockp, (uint8_t *)ctx->gcm_tmp); in gcm_mode_encrypt_contiguous_blocks() 207 void (*xor_block)(uint8_t *, uint8_t *)) in gcm_encrypt_final() 267 xor_block((uint8_t *)ctx->gcm_J0, ghash); in gcm_encrypt_final() 291 void (*xor_block)(uint8_t *, uint8_t *)) in gcm_decrypt_incomplete_block() 333 void (*xor_block)(uint8_t *, uint8_t *)) in gcm_mode_decrypt_contiguous_blocks() 366 void (*xor_block)(uint8_t *, uint8_t *)) in gcm_decrypt_final() 400 processed, encrypt_block, xor_block); in gcm_decrypt_final() 420 xor_block(cbp, blockp); in gcm_decrypt_final() 431 xor_block((uint8_t *)ctx->gcm_J0, ghash); in gcm_decrypt_final() [all …]
|
| H A D | cbc.c | 39 void (*xor_block)(uint8_t *, uint8_t *)) in cbc_encrypt_contiguous_blocks() 85 xor_block(blockp, lastp); in cbc_encrypt_contiguous_blocks() 146 void (*xor_block)(uint8_t *, uint8_t *)) in cbc_decrypt_contiguous_blocks() 199 xor_block(lastp, blockp); in cbc_decrypt_contiguous_blocks()
|
| H A D | ctr.c | 39 void (*xor_block)(uint8_t *, uint8_t *)) in ctr_mode_contiguous_blocks() 111 xor_block(blockp, lastp); in ctr_mode_contiguous_blocks()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
| H A D | argon2-fill-block-ref.c | 30 xor_block(&blockR, prev_block); in fill_block() 58 xor_block(next_block, &blockR); in fill_block() 69 xor_block(&blockR, prev_block); in fill_block_with_xor() 71 xor_block(&block_tmp, in fill_block_with_xor() 100 xor_block(next_block, &blockR); in fill_block_with_xor()
|
| H A D | argon2-core.h | 81 xor_block(block *dst, const block *src) in xor_block() function
|
| H A D | argon2-core.c | 200 xor_block(&blockhash, in finalize()
|