Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDESCrypt.c340 uint8_t *tmp_inbuf; in soft_des_encrypt_common() local
344 tmp_inbuf = &in_buf[i]; in soft_des_encrypt_common()
350 tmp_inbuf, tmp_outbuf, B_FALSE); in soft_des_encrypt_common()
354 tmp_inbuf, tmp_outbuf, B_FALSE); in soft_des_encrypt_common()
658 uint8_t *tmp_inbuf; in soft_des_decrypt_common() local
663 tmp_inbuf = &in_buf[i]; in soft_des_decrypt_common()
669 tmp_inbuf, tmp_outbuf, B_TRUE); in soft_des_decrypt_common()
673 tmp_inbuf, tmp_outbuf, B_TRUE); in soft_des_decrypt_common()
H A DsoftAESCrypt.c320 uint8_t *tmp_inbuf; in soft_aes_encrypt_common() local
324 tmp_inbuf = &in_buf[i]; in soft_aes_encrypt_common()
328 tmp_inbuf, tmp_outbuf); in soft_aes_encrypt_common()
660 uint8_t *tmp_inbuf; in soft_aes_decrypt_common() local
664 tmp_inbuf = &in_buf[i]; in soft_aes_decrypt_common()
668 tmp_inbuf, tmp_outbuf); in soft_aes_decrypt_common()