Home
last modified time | relevance | path

Searched refs:nss (Results 1 – 25 of 49) sorted by relevance

12

/external/libsrtp2/crypto/cipher/
Daes_icm_nss.c108 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()
Daes_gcm_nss.c84 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/
DDockerfile22 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/
Dbitrate.c7 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/
Dbuild.sh66 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 …]
DDockerfile43 RUN hg clone https://hg.mozilla.org/projects/nss
/external/grpc-grpc/etc/
DREADME.md2 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/
DPORTING.md108nss-dev/nss-sandbox/dist/Darwin15.6.0_64_DBG.OBJ/lib go test -shim-path ~/dev/nss-dev/nss-sandbox/…
/external/libsrtp2/
Dconfigure.ac214 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/
Dlibjingle_tests.gyp114 '<(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/
Dsslsniff_example.txt78 -n, --no-nss do not show NSS calls.
87 ./sslsniff --no-nss # don't show NSS calls
Dsslsniff.py155 if args.nss:
/external/libsrtp2/crypto/include/
Daes_icm_ext.h76 NSSInitContext *nss; member
Daes_gcm.h78 NSSInitContext *nss; member
/external/curl/packages/Symbian/group/
Dlibcurl.mmp34 ssh.c vtls/nss.c strcase.c curl_addrinfo.c socks_gssapi.c \
/external/python/httplib2/python3/httplib2/test/
Dother_cacerts.txt4 # http://mxr.mozilla.org/seamonkey/source/security/nss/lib/ckfw/builtins/certdata.txt
/external/curl/
Dconfigure.ac159 …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.gitignore123 /third_party/nss
/external/conscrypt/release/
DDockerfile18 RUN yum update -y nss
/external/oss-fuzz/docs/advanced-topics/
Dideal_integration.md109 [nss](https://github.com/mozilla/nss-fuzzing-corpus) (corpus in a separate repo).
/external/curl/lib/
DMakefile.inc30 LIB_VTLS_CFILES = vtls/openssl.c vtls/gtls.c vtls/vtls.c vtls/nss.c \
/external/libchrome/
DBUILD.gn329 pkg_deps = [ "nss", "openssl" ]
348 "crypto/third_party/nss/rsawrapr.c",
349 "crypto/third_party/nss/sha512.cc",
/external/tcpdump/
Dprint-802_11.c2985 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/
Dcommon.gypi116 # choosing openssl or nss directly. In practice, this can be used to
/external/curl/docs/
DSSLCERTS.md137 p11-kit-nss-trust which makes NSS use the system wide CA certificate store. NSS

12