/src/lib/libcrypt/ |
bcrypt.c | 79 static char encrypted[_PASSWORD_LEN]; variable in typeref:typename:char[] 306 encrypted[i++] = '$'; 307 encrypted[i++] = BCRYPT_VERSION; 309 encrypted[i++] = minor; 310 encrypted[i++] = '$'; 312 snprintf(encrypted + i, 4, "%2.2u$", logr); 314 encode_base64((u_int8_t *) encrypted + i + 3, csalt, BCRYPT_MAXSALT); 315 encode_base64((u_int8_t *) encrypted + strlen(encrypted), ciphertext, 318 return encrypted; [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
berlin2cd-google-chromecast.dts | 27 * because the (signed and encrypted) bootloader that shipped
|
/src/sys/dev/pci/ |
if_ipwreg.h | 160 u_int8_t encrypted; member in struct:ipw_hdr
|
if_ipw.c | 1384 shdr->hdr->encrypted = (wh->i_fc[1] & IEEE80211_FC1_WEP) ? 1 : 0; 1455 shdr->hdr->type, shdr->hdr->subtype, shdr->hdr->encrypted,
|
/src/common/dist/zlib/contrib/minizip/ |
unzip.c | 180 int encrypted; member in struct:__anon41b228de0208 659 us.encrypted = 0; 1485 s->encrypted = 0; 1505 s->encrypted=1; 1611 if(s->encrypted)
|
/src/sys/net/ |
if_wg.c | 1219 const uint8_t encrypted[], const size_t encryptedsize, 1229 encrypted, encryptedsize, auth, authlen, nonce, key); 1255 const uint8_t encrypted[], const size_t encryptedsize, 1263 encrypted, encryptedsize, auth, authlen, nonce, key); 2644 * a zero-length encapsulated encrypted inner-packet."
|