Searched refs:rawkey (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss_crypto.c192 unsigned char rawkey[21]; local
193 size_t n, keybytes = sizeof(rawkey);
207 for (n = 0; n < sizeof(rawkey); n += sizeof(des_cblock)) {
210 memcpy(rawkey+n, outblock, (keybytes - n));
213 memcpy(rawkey+n, outblock, sizeof(des_cblock));
218 des3_make_key(rawkey, outkey);
224 bzero(rawkey, keybytes);
/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_factory.h111 unsigned long rawkey_len, const void *rawkey,
165 unsigned long rawkey_len, const void *rawkey,
220 unsigned long rawkey_len, const void *rawkey,
273 unsigned long rawkey_len, const void *rawkey,
323 unsigned long rawkey_len, const void *rawkey);
411 unsigned long rawkey_len, const void *rawkey,
455 const void *rawkey);

Completed in 69 milliseconds