Home
last modified time | relevance | path

Searched refs:lobp (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
120 lobp = (char *)(output->data + in krb5int_aes_encrypt()
124 bcopy(lobp, nlobp, BLOCK_SIZE); in krb5int_aes_encrypt()
125 bcopy(tmp, lobp, BLOCK_SIZE); in krb5int_aes_encrypt()
238 lobp = (char *)(output->data + ((nblocks - 1) * BLOCK_SIZE)); in krb5int_aes_encrypt()
240 bcopy(nlobp, lobp, partialamount); in krb5int_aes_encrypt()
283 char *nlobp, *lobp; in krb5int_aes_encrypt() local
384 lobp = (char *)(output->data + in krb5int_aes_encrypt()
388 bcopy(lobp, nlobp, BLOCK_SIZE); in krb5int_aes_encrypt()
389 bcopy(tmp, lobp, BLOCK_SIZE); in krb5int_aes_encrypt()
[all …]