Home | Sort by: relevance | last modified time | path |
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/ | |
crypto_scrypt-common.c | 55 uint8_t *dnext; local in function:encode64 63 dnext = encode64_uint32(dst, dstlen, value, bits); 64 if (!dnext) { 67 dstlen -= dnext - dst; 68 dst = dnext; |
/src/sys/dev/usb/ | |
ohcivar.h | 50 struct ohci_soft_td *dnext; /* next in done list */ member in struct:ohci_soft_td 69 struct ohci_soft_itd *dnext; /* next in done list */ member in struct:ohci_soft_itd |