Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/
H A Daes_provider.c137 char tmp_pt[BLOCK_SIZE], tmp_ct[BLOCK_SIZE]; in krb5int_aes_encrypt() local
206 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() local
428 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()
/titanic_50/usr/src/cmd/backup/restore/
H A Dtape.c586 char *tmp_ct; in getvol() local
593 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()