Searched defs:shortcopy2 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Ddump.c1794 krb5_octet *shortcopy2 = NULL; local
1949 shortcopy2 = (krb5_octet *) malloc(shortlen);
1950 if (shortcopy2) {
1951 shortcopy2[0] = origdata[3];
1952 shortcopy2[1] = origdata[2];
1953 memcpy(shortcopy2 + 2,
1957 akey->key_data_contents[0] = shortcopy2;
2091 if (shortcopy2)
2092 free(shortcopy2);

Completed in 49 milliseconds