Searched refs:nlibp (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/ |
H A D | aes_provider.c | 543 char *nlibp, *libp; in krb5int_aes_decrypt() local 558 nlibp = input->data + ((nblocks - 2) * BLOCK_SIZE); in krb5int_aes_decrypt() 564 bcopy(nlibp, orig_input, sizeof (orig_input)); in krb5int_aes_decrypt() 567 bcopy(nlibp, tmp, BLOCK_SIZE); in krb5int_aes_decrypt() 568 bcopy(libp, nlibp, BLOCK_SIZE); in krb5int_aes_decrypt() 579 bcopy(orig_input, nlibp, sizeof (orig_input)); in krb5int_aes_decrypt() 789 char *nlibp, *libp; in krb5int_aes_decrypt() local 807 nlibp = input->data + ((nblocks - 2) * BLOCK_SIZE); in krb5int_aes_decrypt() 813 bcopy(nlibp, orig_input, sizeof (orig_input)); in krb5int_aes_decrypt() 815 bcopy(nlibp, tmp, BLOCK_SIZE); in krb5int_aes_decrypt() [all …]
|