Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/
H A Daes_provider.c45 char *nlobp, *lobp; in krb5int_aes_encrypt() local
118 nlobp = (char *)(output->data + in krb5int_aes_encrypt()
123 bcopy(nlobp, tmp, BLOCK_SIZE); in krb5int_aes_encrypt()
124 bcopy(lobp, nlobp, BLOCK_SIZE); in krb5int_aes_encrypt()
240 bcopy(nlobp, lobp, partialamount); in krb5int_aes_encrypt()
244 bcopy(tmp_ct, nlobp, BLOCK_SIZE); in krb5int_aes_encrypt()
283 char *nlobp, *lobp; in krb5int_aes_encrypt() local
382 nlobp = (char *)(output->data + in krb5int_aes_encrypt()
387 bcopy(nlobp, tmp, BLOCK_SIZE); in krb5int_aes_encrypt()
388 bcopy(lobp, nlobp, BLOCK_SIZE); in krb5int_aes_encrypt()
[all …]