Home
last modified time | relevance | path

Searched refs:inBlob (Results 1 – 10 of 10) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-secure-stdlib/configutil/
H A Dencrypt_decrypt.go74 inBlob := new(wrapping.EncryptedBlobInfo)
75 if err := proto.Unmarshal(inMsg, inBlob); err != nil {
78 dec, err := wrapper.Decrypt(context.Background(), inBlob, nil)
H A Dencrypt_decrypt_test.go54 inBlob := new(wrapping.EncryptedBlobInfo)
55 if err := proto.Unmarshal(inMsg, inBlob); err != nil {
58 ct := string(inBlob.Ciphertext)
/dports/security/vault/vault-1.8.2/internalshared/configutil/
H A Dencrypt_decrypt.go74 inBlob := new(wrapping.EncryptedBlobInfo)
75 if err := proto.Unmarshal(inMsg, inBlob); err != nil {
78 dec, err := wrapper.Decrypt(context.Background(), inBlob, nil)
H A Dencrypt_decrypt_test.go54 inBlob := new(wrapping.EncryptedBlobInfo)
55 if err := proto.Unmarshal(inMsg, inBlob); err != nil {
58 ct := string(inBlob.Ciphertext)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Dpath_stroke_with_zero_length.cpp55 bool inBlob = false; in draw_path_cell() local
62 if (!inBlob && v) { in draw_path_cell()
65 inBlob = SkToBool(v); in draw_path_cell()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Dpath_stroke_with_zero_length.cpp57 bool inBlob = false; in draw_path_cell() local
64 if (!inBlob && v) { in draw_path_cell()
67 inBlob = SkToBool(v); in draw_path_cell()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ngs/
H A DNGS_ReferenceBlob.h94 …solveOffset ( const struct NGS_ReferenceBlob * self, ctx_t ctx, uint64_t inBlob, uint64_t* inRefer…
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/ngs/
H A DNGS_ReferenceBlob.h94 …solveOffset ( const struct NGS_ReferenceBlob * self, ctx_t ctx, uint64_t inBlob, uint64_t* inRefer…
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/src/System/Net/Windows/
H A DHttpListener.Windows.cs958 … string inBlob = index < authorizationHeader.Length ? authorizationHeader.Substring(index) : ""; in HandleAuthentication()
984 bytes = Convert.FromBase64String(inBlob); in HandleAuthentication()
1117 bytes = Convert.FromBase64String(inBlob); in HandleAuthentication()
1119 inBlob = WebHeaderEncoding.GetString(bytes, 0, bytes.Length); in HandleAuthentication()
1120 index = inBlob.IndexOf(':'); in HandleAuthentication()
1124 string userName = inBlob.Substring(0, index); in HandleAuthentication()
1125 string password = inBlob.Substring(index + 1); in HandleAuthentication()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DHttpListener.cs1532 … string inBlob = index < authorizationHeader.Length ? authorizationHeader.Substring(index) : ""; in HandleAuthentication()
1564 …outBlob = context.GetOutgoingDigestBlob(inBlob, verb, null, Realm, false, false, out statusCodeNew… in HandleAuthentication()
1642 bytes = Convert.FromBase64String(inBlob); in HandleAuthentication()
1749 bytes = Convert.FromBase64String(inBlob); in HandleAuthentication()
1751inBlob = WebHeaderCollection.HeaderEncoding.GetString(bytes, 0, bytes.Length); in HandleAuthentication()
1752 index = inBlob.IndexOf(':'); in HandleAuthentication()
1755 string userName = inBlob.Substring(0, index); in HandleAuthentication()
1756 string password = inBlob.Substring(index+1); in HandleAuthentication()