Searched refs:tmp_ct (Results 1 – 2 of 2) sorted by relevance
137 char tmp_pt[BLOCK_SIZE], tmp_ct[BLOCK_SIZE]; in krb5int_aes_encrypt() local206 ct.cd_uio->uio_iov[1].iov_base = tmp_ct; in krb5int_aes_encrypt()244 bcopy(tmp_ct, nlobp, BLOCK_SIZE); in krb5int_aes_encrypt()401 char tmp_pt[BLOCK_SIZE], tmp_ct[BLOCK_SIZE]; in krb5int_aes_encrypt() local428 outlen = sizeof (tmp_ct); in krb5int_aes_encrypt()433 (CK_BYTE_PTR)tmp_ct, in krb5int_aes_encrypt()448 bcopy(tmp_ct, nlobp, BLOCK_SIZE); in krb5int_aes_encrypt()452 (CK_BYTE_PTR)tmp_ct, &outlen); in krb5int_aes_encrypt()
586 char *tmp_ct; in getvol() local593 tmp_ct = strdup(lctime(&lc_date)); in getvol()594 if (tmp_ct == (char *)0) { in getvol()602 tmp_ct, lctime(&dumpdate)); in getvol()604 free(tmp_ct); in getvol()