/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/ |
key.py | 205 '''Loads a PKCS#1.5 PEM-encoded public key file from OpenSSL. 214 key, from OpenSSL. 223 '''Loads a PKCS#1 DER-encoded public key file from OpenSSL. 226 key, from OpenSSL. 237 raise TypeError("This is not a DER-encoded OpenSSL-compatible public key")
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
certutils.py | 41 from OpenSSL import crypto, SSL
|
platformsettings.py | 96 import OpenSSL 97 return (distutils.version.StrictVersion(OpenSSL.__version__) >=
|
/external/curl/packages/vms/ |
setup_gnv_curl_build.com | 90 $! OpenSSL headers 91 $ if f$trnlnm("openssl") .eqs. "" 95 $ define/job openssl ssl$include: 134 $! HP OpenSSL
|
generate_config_vms_h_curl.com | 82 $! HP defines OPENSSL as SSL$INCLUDE as a convenience for linking. 85 $! it indicates which OpenSSL to use. 87 $ openssl_lnm = f$trnlnm("OPENSSL") 395 $! Check to see if OpenSSL is present. 397 $ssl_include = f$trnlnm("OPENSSL")
|
/prebuilts/go/darwin-x86/src/crypto/ecdsa/ |
ecdsa.go | 104 // first. We follow [SECG] because that's what OpenSSL does. Additionally, 105 // OpenSSL right shifts excess bits from the number if the hash is too large
|
/prebuilts/go/darwin-x86/src/crypto/rsa/ |
pss_test.go | 168 // TestPSSOpenSSL ensures that we can verify a PSS signature from OpenSSL with 169 // the default options. OpenSSL sets the salt length to be maximal. 176 // Generated with `echo -n testing | openssl dgst -sign key.pem -sigopt rsa_padding_mode:pss -sha256 > sig`
|
/prebuilts/go/linux-x86/src/crypto/ecdsa/ |
ecdsa.go | 104 // first. We follow [SECG] because that's what OpenSSL does. Additionally, 105 // OpenSSL right shifts excess bits from the number if the hash is too large
|
/prebuilts/go/linux-x86/src/crypto/rsa/ |
pss_test.go | 168 // TestPSSOpenSSL ensures that we can verify a PSS signature from OpenSSL with 169 // the default options. OpenSSL sets the salt length to be maximal. 176 // Generated with `echo -n testing | openssl dgst -sign key.pem -sigopt rsa_padding_mode:pss -sha256 > sig`
|
/external/chromium-trace/catapult/third_party/Paste/paste/ |
httpserver.py | 334 from OpenSSL import SSL, tsafe 411 import OpenSSL, random 412 pkey = OpenSSL.crypto.PKey() 413 pkey.generate_key(OpenSSL.crypto.TYPE_RSA, 768) 415 cert = OpenSSL.crypto.X509() [all...] |
/external/boringssl/src/crypto/chacha/ |
chacha_vec_arm_generate.go | 127 # needed to support switching on NEON code at runtime. If the whole of OpenSSL
|
chacha_vec_arm.S | 16 # needed to support switching on NEON code at runtime. If the whole of OpenSSL
|
/prebuilts/go/darwin-x86/src/crypto/tls/ |
handshake_test.go | 22 // (OpenSSL) of TLS and record the bytes of the resulting connection. The Go
|
handshake_server_test.go | 425 var defaultClientCommand = []string{"openssl", "s_client", "-no_ticket"} 628 command: []string{"openssl", "s_client", "-no_ticket", "-cipher", "RC4-SHA"}, 639 command: []string{"openssl", "s_client", "-no_ticket", "-cipher", "DES-CBC3-SHA"}, 649 command: []string{"openssl", "s_client", "-no_ticket", "-cipher", "AES128-SHA"}, 659 command: []string{"openssl", "s_client", "-no_ticket", "-cipher", "ECDHE-RSA-AES128-GCM-SHA256"}, 667 command: []string{"openssl", "s_client", "-no_ticket", "-cipher", "ECDHE-RSA-AES256-GCM-SHA384"}, 681 command: []string{"openssl", "s_client", "-no_ticket", "-cipher", "ECDHE-ECDSA-AES256-SHA"}, 694 // Note that this needs OpenSSL 1.0.2 because that is the first 696 command: []string{"openssl", "s_client", "-alpn", "proto2,proto1"}, 715 // Note that this needs OpenSSL 1.0.2 because that is the firs [all...] |
conn.go | 307 // However, our behavior matches OpenSSL, so we leak 862 // http://www.openssl.org/~bodo/tls-cbc.txt 896 // Some OpenSSL servers send empty records in order to randomize the
|
/prebuilts/go/linux-x86/src/crypto/tls/ |
handshake_test.go | 22 // (OpenSSL) of TLS and record the bytes of the resulting connection. The Go
|
handshake_server_test.go | 425 var defaultClientCommand = []string{"openssl", "s_client", "-no_ticket"} 628 command: []string{"openssl", "s_client", "-no_ticket", "-cipher", "RC4-SHA"}, 639 command: []string{"openssl", "s_client", "-no_ticket", "-cipher", "DES-CBC3-SHA"}, 649 command: []string{"openssl", "s_client", "-no_ticket", "-cipher", "AES128-SHA"}, 659 command: []string{"openssl", "s_client", "-no_ticket", "-cipher", "ECDHE-RSA-AES128-GCM-SHA256"}, 667 command: []string{"openssl", "s_client", "-no_ticket", "-cipher", "ECDHE-RSA-AES256-GCM-SHA384"}, 681 command: []string{"openssl", "s_client", "-no_ticket", "-cipher", "ECDHE-ECDSA-AES256-SHA"}, 694 // Note that this needs OpenSSL 1.0.2 because that is the first 696 command: []string{"openssl", "s_client", "-alpn", "proto2,proto1"}, 715 // Note that this needs OpenSSL 1.0.2 because that is the firs [all...] |
conn.go | 307 // However, our behavior matches OpenSSL, so we leak 862 // http://www.openssl.org/~bodo/tls-cbc.txt 896 // Some OpenSSL servers send empty records in order to randomize the
|
/external/curl/projects/ |
build-openssl.bat | 90 if not defined START_DIR set START_DIR=..\..\openssl 271 echo Usage: build-openssl ^<compiler^> ^<platform^> [configuration] [directory] 296 echo directory - Specifies the OpenSSL source directory 331 echo Error: Cannot locate OpenSSL source directory
|
/external/boringssl/linux-arm/crypto/aes/ |
bsaes-armv7.S | 4 @ Written by Andy Polyakov <appro@openssl.org> for the OpenSSL 5 @ project. The module is, however, dual licensed under OpenSSL and 7 @ details see http://www.openssl.org/~appro/cryptogams/. 21 @ neutrality. Initial version doesn't implement interface to OpenSSL, 31 @ http://www.openssl.org/~appro/Snapdragon-S4.html). 42 @ <appro@openssl.org> 51 # include <openssl/arm_arch.h> [all...] |
aes-armv4.S | 4 @ Written by Andy Polyakov <appro@openssl.org> for the OpenSSL 5 @ project. The module is, however, dual licensed under OpenSSL and 7 @ details see http://www.openssl.org/~appro/cryptogams/. 37 # include <openssl/arm_arch.h>
|
/external/boringssl/src/ssl/test/runner/ |
dtls.go | 142 // because OpenSSL's DTLS implementation will probably accept
|
conn.go | 422 // However, our behavior matches OpenSSL, so we leak 1164 // http://www.openssl.org/~bodo/tls-cbc.txt [all...] |
/prebuilts/go/darwin-x86/src/crypto/x509/ |
x509_test.go | [all...] |
/prebuilts/go/linux-x86/src/crypto/x509/ |
x509_test.go | [all...] |