H A D | des_impl.c | 503 des3_crunch_block(const void *cookie, const uint8_t block[DES_BLOCK_LEN], in des3_crunch_block() argument 504 uint8_t out_block[DES_BLOCK_LEN], boolean_t decrypt) in des3_crunch_block() argument 562 des_crunch_block(const void *cookie, const uint8_t block[DES_BLOCK_LEN], in des_crunch_block() argument 563 uint8_t out_block[DES_BLOCK_LEN], boolean_t decrypt) in des_crunch_block() argument 1058 length, out, DES_BLOCK_LEN, des3_encrypt_block, in des_encrypt_contiguous_blocks() 1062 out, DES_BLOCK_LEN, des3_encrypt_block); in des_encrypt_contiguous_blocks() 1067 length, out, DES_BLOCK_LEN, des_encrypt_block, in des_encrypt_contiguous_blocks() 1071 out, DES_BLOCK_LEN, des_encrypt_block); in des_encrypt_contiguous_blocks() 1090 length, out, DES_BLOCK_LEN, des3_decrypt_block, in des_decrypt_contiguous_blocks() 1094 out, DES_BLOCK_LEN, des3_decrypt_block); in des_decrypt_contiguous_blocks() [all …]
|