/external/oss-fuzz/projects/libcacard/ |
D | build.sh | 23 mkdir $SRC/nss-nspr 24 mv $SRC/nss $SRC/nss-nspr/ 25 mv $SRC/nspr $SRC/nss-nspr/ 26 cd $SRC/nss-nspr/ 28 CFLAGS="" CXXFLAGS="" nss/build.sh --static 31 cp dist/Debug/lib/pkgconfig/{nspr,nss}.pc 32 sed -i "s/Debug//g" dist/Debug/lib/pkgconfig/nss.pc 33 sed -i "s/\/lib/\/lib\/Debug/g" dist/Debug/lib/pkgconfig/nss.pc 34 sed -i "s/include\/nspr/public\/nss/g" dist/Debug/lib/pkgconfig/nss.pc 35 sed -i "s/NSPR/NSS/g" dist/Debug/lib/pkgconfig/nss.pc [all …]
|
D | Dockerfile | 23 RUN git clone --depth 1 https://github.com/nss-dev/nss.git nss
|
/external/perfetto/test/trace_processor/chrome/ |
D | memory_snapshot_smaps.out | 13 1,"Browser",111027205123000,"[NULL]",428,0,0,"/usr/lib/x86_64-linux-gnu/nss/libnssckbi.so",14063256… 14 1,"Browser",111027205123000,"[NULL]",2044,0,0,"/usr/lib/x86_64-linux-gnu/nss/libnssckbi.so",1406325… 15 1,"Browser",111027205123000,"[NULL]",68,68,0,"/usr/lib/x86_64-linux-gnu/nss/libnssckbi.so",14063256… 16 1,"Browser",111027205123000,"[NULL]",40,40,0,"/usr/lib/x86_64-linux-gnu/nss/libnssckbi.so",14063256… 17 1,"Browser",111027205123000,"[NULL]",668,0,0,"/usr/lib/x86_64-linux-gnu/nss/libfreeblpriv3.so",1406… 18 1,"Browser",111027205123000,"[NULL]",2048,0,0,"/usr/lib/x86_64-linux-gnu/nss/libfreeblpriv3.so",140… 19 1,"Browser",111027205123000,"[NULL]",8,8,0,"/usr/lib/x86_64-linux-gnu/nss/libfreeblpriv3.so",140632… 20 1,"Browser",111027205123000,"[NULL]",4,4,0,"/usr/lib/x86_64-linux-gnu/nss/libfreeblpriv3.so",140632…
|
/external/libsrtp2/crypto/cipher/ |
D | aes_icm_nss.c | 108 NSSInitContext *nss; in srtp_aes_icm_nss_alloc() local 123 nss = NSS_InitContext("", "", "", "", NULL, in srtp_aes_icm_nss_alloc() 127 if (!nss) { in srtp_aes_icm_nss_alloc() 134 NSS_ShutdownContext(nss); in srtp_aes_icm_nss_alloc() 140 NSS_ShutdownContext(nss); in srtp_aes_icm_nss_alloc() 148 icm->nss = nss; in srtp_aes_icm_nss_alloc() 198 if (ctx->nss) { in srtp_aes_icm_nss_dealloc() 199 NSS_ShutdownContext(ctx->nss); in srtp_aes_icm_nss_dealloc() 200 ctx->nss = NULL; in srtp_aes_icm_nss_dealloc()
|
D | aes_gcm_nss.c | 84 NSSInitContext *nss; in srtp_aes_gcm_nss_alloc() local 103 nss = NSS_InitContext("", "", "", "", NULL, in srtp_aes_gcm_nss_alloc() 107 if (!nss) { in srtp_aes_gcm_nss_alloc() 114 NSS_ShutdownContext(nss); in srtp_aes_gcm_nss_alloc() 120 NSS_ShutdownContext(nss); in srtp_aes_gcm_nss_alloc() 126 gcm->nss = nss; in srtp_aes_gcm_nss_alloc() 172 if (ctx->nss) { in srtp_aes_gcm_nss_dealloc() 173 NSS_ShutdownContext(ctx->nss); in srtp_aes_gcm_nss_dealloc() 174 ctx->nss = NULL; in srtp_aes_gcm_nss_dealloc()
|
/external/oss-fuzz/projects/nss/ |
D | Dockerfile | 21 RUN hg clone https://hg.mozilla.org/projects/nss nss 22 RUN git clone --depth 1 https://github.com/mozilla/nss-fuzzing-corpus.git nss-corpus 24 WORKDIR nss
|
/external/iw/ |
D | bitrate.c | 7 static int parse_vht_chunk(const char *arg, __u8 *nss, __u16 *mcs) in parse_vht_chunk() argument 12 *nss = 0; *mcs = 0; in parse_vht_chunk() 30 *nss = inss; in parse_vht_chunk() 46 *nss = inss; in parse_vht_chunk() 60 __u8 nss; in setup_vht() local 67 if(!parse_vht_chunk(argv[i], &nss, &mcs)) in setup_vht() 70 nss--; in setup_vht() 71 txrate_vht->mcs[nss] |= mcs; in setup_vht()
|
/external/grpc-grpc/etc/ |
D | README.md | 2 https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt 4 https://github.com/agl/extract-nss-root-certs
|
/external/boringssl/src/ssl/test/ |
D | PORTING.md | 108 …nss-dev/nss-sandbox/dist/Darwin15.6.0_64_DBG.OBJ/lib go test -shim-path ~/dev/nss-dev/nss-sandbox/…
|
/external/oss-fuzz/projects/cryptofuzz/ |
D | build.sh | 92 mkdir $SRC/nss-nspr 93 mv $SRC/nss $SRC/nss-nspr/ 94 mv $SRC/nspr $SRC/nss-nspr/ 95 cd $SRC/nss-nspr/ 97 …CXX="$CXX -stdlib=libc++" LDFLAGS="$CFLAGS" nss/build.sh --enable-fips --static --disable-tests --… 99 export NSS_NSPR_PATH=$(realpath $SRC/nss-nspr/) 104 cd $SRC/cryptofuzz/modules/nss 416 cp $SRC/cryptofuzz/cryptofuzz $OUT/cryptofuzz-nss 418 cp $SRC/cryptofuzz/cryptofuzz-dict.txt $OUT/cryptofuzz-nss.dict 422 rm $SRC/cryptofuzz/modules/nss/module.a
|
/external/libsrtp2/ |
D | configure.ac | 214 AC_ARG_ENABLE([nss], optenable 215 [AS_HELP_STRING([--enable-nss], [compile in NSS crypto engine])], 303 AC_ARG_WITH([nss-dir], 304 [AS_HELP_STRING([--with-nss-dir], [Location of NSS installation])], 305 [if test "x$PKG_CONFIG" != "x" && test -f $with_nss_dir/lib/pkgconfig/nss.pc; then 314 CFLAGS="$CFLAGS -I$with_nss_dir/../public/nss" 330 PKG_CHECK_MODULES([nss], [nss], 335 [nss.h],
|
/external/libabigail/tests/data/test-fedabipkgdiff/ |
D | test6-nss-util-3.12.6-1.fc14.x86_64--nss-util-3.24.0-2.0.fc25.x86_64-report-0.txt | 1 Comparing the ABI of binaries between nss-util-3.12.6-1.fc14.x86_64.rpm and nss-util-3.24.0-2.0.fc2…
|
/external/bcc/tools/ |
D | sslsniff_example.txt | 78 -n, --no-nss do not show NSS calls. 87 ./sslsniff --no-nss # don't show NSS calls
|
D | sslsniff.py | 155 if args.nss:
|
/external/libsrtp2/crypto/include/ |
D | aes_icm_ext.h | 76 NSSInitContext *nss; member
|
D | aes_gcm.h | 78 NSSInitContext *nss; member
|
/external/llvm-project/clang/test/SemaObjC/ |
D | format-strings-oslog.m | 49 void test_objc(const char *pc, int i, void *p, void *buf, NSString *nss) { 60 __builtin_os_log_format(buf, @"%@", nss);
|
/external/curl/CMake/ |
D | FindNSS.cmake | 24 pkg_search_module(PC_NSS nss)
|
/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/include/cctz/ |
D | civil_time_detail.h | 205 const second_t nss = static_cast<second_t>(ss); in n_sec() local 213 return fields(y, nm, nd, nhh, nmm, nss); in n_sec() 215 return n_mon(y, m, d, 0, nhh, nmm, nss); in n_sec() 217 return n_hour(y, m, d, hh / 24, hh % 24, nmm, nss); in n_sec() 219 return n_min(y, m, d, hh, mm / 60, mm % 60, nss); in n_sec()
|
/external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
D | civil_time_detail.h | 205 const second_t nss = static_cast<second_t>(ss); in n_sec() local 213 return fields(y, nm, nd, nhh, nmm, nss); in n_sec() 215 return n_mon(y, m, d, 0, nhh, nmm, nss); in n_sec() 217 return n_hour(y, m, d, hh / 24, hh % 24, nmm, nss); in n_sec() 219 return n_min(y, m, d, hh, mm / 60, mm % 60, nss); in n_sec()
|
/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
D | civil_time_detail.h | 195 const second_t nss = static_cast<second_t>(ss); in n_sec() local 203 return fields(y, nm, nd, nhh, nmm, nss); in n_sec() 205 return n_mon(y, m, d, 0, nhh, nmm, nss); in n_sec() 207 return n_hour(y, m, d, hh / 24, hh % 24, nmm, nss); in n_sec() 209 return n_min(y, m, d, hh, mm / 60, mm % 60, nss); in n_sec()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
D | civil_time_detail.h | 205 const second_t nss = static_cast<second_t>(ss); in n_sec() local 213 return fields(y, nm, nd, nhh, nmm, nss); in n_sec() 215 return n_mon(y, m, d, 0, nhh, nmm, nss); in n_sec() 217 return n_hour(y, m, d, hh / 24, hh % 24, nmm, nss); in n_sec() 219 return n_min(y, m, d, hh, mm / 60, mm % 60, nss); in n_sec()
|
/external/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
D | civil_time_detail.h | 195 const second_t nss = static_cast<second_t>(ss); in n_sec() local 203 return fields(y, nm, nd, nhh, nmm, nss); in n_sec() 205 return n_mon(y, m, d, 0, nhh, nmm, nss); in n_sec() 207 return n_hour(y, m, d, hh / 24, hh % 24, nmm, nss); in n_sec() 209 return n_min(y, m, d, hh, mm / 60, mm % 60, nss); in n_sec()
|
/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
D | civil_time_detail.h | 205 const second_t nss = static_cast<second_t>(ss); in n_sec() local 213 return fields(y, nm, nd, nhh, nmm, nss); in n_sec() 215 return n_mon(y, m, d, 0, nhh, nmm, nss); in n_sec() 217 return n_hour(y, m, d, hh / 24, hh % 24, nmm, nss); in n_sec() 219 return n_min(y, m, d, hh, mm / 60, mm % 60, nss); in n_sec()
|
/external/libabigail/tests/data/ |
D | Makefile.am | 1781 test-diff-pkg/nss-3.23.0-1.0.fc23.x86_64.rpm \ 1782 test-diff-pkg/nss-3.24.0-1.0.fc23.x86_64.rpm \ 1783 test-diff-pkg/nss-debuginfo-3.23.0-1.0.fc23.x86_64.rpm \ 1784 test-diff-pkg/nss-debuginfo-3.24.0-1.0.fc23.x86_64.rpm \ 1785 test-diff-pkg/nss-devel-3.23.0-1.0.fc23.x86_64.rpm \ 1786 test-diff-pkg/nss-devel-3.24.0-1.0.fc23.x86_64.rpm \ 1787 test-diff-pkg/nss-3.23.0-1.0.fc23.x86_64-report-0.txt \ 1857 test-fedabipkgdiff/test6-nss-util-3.12.6-1.fc14.x86_64--nss-util-3.24.0-2.0.fc25.x86_64-report-0.tx… 1871 test-fedabipkgdiff/packages/nss-util/3.12.6/1.fc14/x86_64/nss-util-3.12.6-1.fc14.x86_64.rpm \ 1872 test-fedabipkgdiff/packages/nss-util/3.12.6/1.fc14/x86_64/nss-util-devel-3.12.6-1.fc14.x86_64.rpm \ [all …]
|