/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 | 22 RUN hg clone https://hg.mozilla.org/projects/nss nss 23 RUN git clone --depth 1 https://github.com/mozilla/nss-fuzzing-corpus.git nss-corpus 25 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/oss-fuzz/projects/cryptofuzz/ |
D | build.sh | 66 mkdir $SRC/nss-nspr 67 mv $SRC/nss $SRC/nss-nspr/ 68 mv $SRC/nspr $SRC/nss-nspr/ 69 cd $SRC/nss-nspr/ 72 CFLAGS="" CXXFLAGS="" nss/build.sh --asan --static 75 CFLAGS="" CXXFLAGS="" nss/build.sh --msan --static 77 CFLAGS="" CXXFLAGS="" nss/build.sh --ubsan --static 79 export NSS_NSPR_PATH=$(realpath $SRC/nss-nspr/) 84 cd $SRC/cryptofuzz/modules/nss 273 cp $SRC/cryptofuzz/cryptofuzz $OUT/cryptofuzz-nss [all …]
|
D | Dockerfile | 43 RUN hg clone https://hg.mozilla.org/projects/nss
|
/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/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/webrtc/talk/ |
D | libjingle_tests.gyp | 114 '<(DEPTH)/net/third_party/nss/ssl.gyp:libssl', 115 '<(DEPTH)/third_party/nss/nss.gyp:nspr', 116 '<(DEPTH)/third_party/nss/nss.gyp:nss',
|
/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/curl/packages/Symbian/group/ |
D | libcurl.mmp | 34 ssh.c vtls/nss.c strcase.c curl_addrinfo.c socks_gssapi.c \
|
/external/python/httplib2/python3/httplib2/test/ |
D | other_cacerts.txt | 4 # http://mxr.mozilla.org/seamonkey/source/security/nss/lib/ckfw/builtins/certdata.txt
|
/external/curl/ |
D | configure.ac | 159 …curl_ssl_msg="no (--with-{ssl,gnutls,nss,mbedtls,wolfssl,schannel,secure-transport,mesalink,a… 2409 AC_ARG_WITH(nss,dnl optwith 2410 AC_HELP_STRING([--with-nss=PATH],[where to look for NSS, PATH points to the installation root]) 2411 AC_HELP_STRING([--without-nss], [disable NSS detection]), 2427 CURL_CHECK_PKGCONFIG(nss) 2430 addlib=`$PKGCONFIG --libs nss` 2431 addcflags=`$PKGCONFIG --cflags nss` 2432 version=`$PKGCONFIG --modversion nss` 2433 nssprefix=`$PKGCONFIG --variable=prefix nss` 2435 dnl Without pkg-config, we check for nss-config [all …]
|
/external/webrtc/ |
D | .gitignore | 123 /third_party/nss
|
/external/conscrypt/release/ |
D | Dockerfile | 18 RUN yum update -y nss
|
/external/oss-fuzz/docs/advanced-topics/ |
D | ideal_integration.md | 109 [nss](https://github.com/mozilla/nss-fuzzing-corpus) (corpus in a separate repo).
|
/external/curl/lib/ |
D | Makefile.inc | 30 LIB_VTLS_CFILES = vtls/openssl.c vtls/gtls.c vtls/vtls.c vtls/nss.c \
|
/external/libchrome/ |
D | BUILD.gn | 329 pkg_deps = [ "nss", "openssl" ] 348 "crypto/third_party/nss/rsawrapr.c", 349 "crypto/third_party/nss/sha512.cc",
|
/external/tcpdump/ |
D | print-802_11.c | 2985 u_int nss, mcs; in print_radiotap_field() local 2986 nss = mcs_nss[i] & IEEE80211_RADIOTAP_VHT_NSS_MASK; in print_radiotap_field() 2989 if (nss == 0) in print_radiotap_field()
|
/external/webrtc/webrtc/build/ |
D | common.gypi | 116 # choosing openssl or nss directly. In practice, this can be used to
|
/external/curl/docs/ |
D | SSLCERTS.md | 137 p11-kit-nss-trust which makes NSS use the system wide CA certificate store. NSS
|