Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDESCrypt.c342 uint8_t *tmp_outbuf; in soft_des_encrypt_common() local
346 tmp_outbuf = &out_buf[i]; in soft_des_encrypt_common()
351 tmp_inbuf, tmp_outbuf, B_FALSE); in soft_des_encrypt_common()
355 tmp_inbuf, tmp_outbuf, B_FALSE); in soft_des_encrypt_common()
655 uint8_t *tmp_outbuf; in soft_des_decrypt_common() local
660 tmp_outbuf = &out_buf[i]; in soft_des_decrypt_common()
665 tmp_inbuf, tmp_outbuf, B_TRUE); in soft_des_decrypt_common()
669 tmp_inbuf, tmp_outbuf, B_TRUE); in soft_des_decrypt_common()