Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Ddump.c1792 krb5_octet *shortcopy2 = NULL; local
1947 shortcopy2 = (krb5_octet *) malloc(shortlen);
1948 if (shortcopy2) {
1949 shortcopy2[0] = origdata[3];
1950 shortcopy2[1] = origdata[2];
1951 memcpy(shortcopy2 + 2,
1955 akey->key_data_contents[0] = shortcopy2;
2089 if (shortcopy2)
2090 free(shortcopy2);