Home
last modified time | relevance | path

Searched refs:saved_length (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Daes.c542 size_t saved_length, length_needed; in aes_decrypt() local
589 saved_length = plaintext->cd_length; in aes_decrypt()
654 size_t saved_length, out_len; in aes_encrypt_update() local
729 size_t saved_length, out_len; in aes_decrypt_update() local
870 size_t saved_length; in aes_decrypt_final() local
908 saved_length = data->cd_length; in aes_decrypt_final()
915 data->cd_length = saved_length; in aes_decrypt_final()
936 saved_length = data->cd_length; in aes_decrypt_final()
942 data->cd_length = saved_length; in aes_decrypt_final()
970 size_t saved_length; in aes_encrypt_atomic() local
[all …]
H A Dblowfish.c424 size_t saved_length, out_len; in blowfish_encrypt_update() local
444 saved_length = ciphertext->cd_length; in blowfish_encrypt_update()
474 ciphertext->cd_length = saved_length; in blowfish_encrypt_update()
487 size_t saved_length, out_len; in blowfish_decrypt_update() local
507 saved_length = plaintext->cd_length; in blowfish_decrypt_update()
537 plaintext->cd_length = saved_length; in blowfish_decrypt_update()
601 size_t saved_length; in blowfish_encrypt_atomic() local
635 saved_length = ciphertext->cd_length; in blowfish_encrypt_atomic()
688 size_t saved_length; in blowfish_decrypt_atomic() local
722 saved_length = plaintext->cd_length; in blowfish_decrypt_atomic()
[all …]
/illumos-gate/usr/src/uts/common/des/
H A Ddes_crypt.c617 size_t saved_length, out_len; in des_encrypt_update() local
636 saved_length = ciphertext->cd_length; in des_encrypt_update()
666 ciphertext->cd_length = saved_length; in des_encrypt_update()
679 size_t saved_length, out_len; in des_decrypt_update() local
698 saved_length = plaintext->cd_length; in des_decrypt_update()
728 plaintext->cd_length = saved_length; in des_decrypt_update()
795 size_t saved_length; in des_encrypt_atomic() local
845 saved_length = ciphertext->cd_length; in des_encrypt_atomic()
898 size_t saved_length; in des_decrypt_atomic() local
948 saved_length = plaintext->cd_length; in des_decrypt_atomic()
[all …]