Home
last modified time | relevance | path

Searched refs:encode_octet_string (Results 1 – 25 of 81) sorted by relevance

1234

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/crypto/acme/
H A Dacme_challenge_cert_helper.py176 def encode_octet_string(octet_string): function
181 def encode_octet_string(octet_string): function
277 encode_octet_string(value),
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/crypto/plugins/modules/
H A Dacme_challenge_cert_helper.py177 def encode_octet_string(octet_string): function
182 def encode_octet_string(octet_string): function
286 encode_octet_string(value),
/dports/www/firefox/firefox-99.0/third_party/python/ecdsa/ecdsa/
H A Dtest_malformed_sigs.py21 from .der import encode_integer, encode_bitstring, encode_octet_string, \
210 return st.builds(encode_octet_string, st.binary(*args, **kwargs))
248 st.builds(lambda x: encode_octet_string(x), st.one_of(children)) |
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/ecdsa/ecdsa/
H A Dtest_malformed_sigs.py21 from .der import encode_integer, encode_bitstring, encode_octet_string, \
210 return st.builds(encode_octet_string, st.binary(*args, **kwargs))
248 st.builds(lambda x: encode_octet_string(x), st.one_of(children)) |
/dports/security/py-ecdsa/ecdsa-0.16.0/src/ecdsa/
H A Dtest_malformed_sigs.py31 encode_octet_string,
242 return st.builds(encode_octet_string, st.binary(*args, **kwargs))
284 lambda x: encode_octet_string(x), st.one_of(children)
H A Dtest_pyecdsa.py484 privkey_der = der.encode_octet_string(b("\x00\xff"))
496 privkey_der = der.encode_octet_string(b("\x00\xff"))
508 privkey_der = der.encode_octet_string(b("\x00\xff"))
524 privkey_der = der.encode_octet_string(
526 der.encode_integer(1), der.encode_octet_string(b"\x00\xff")
539 privkey_der = der.encode_octet_string(
541 der.encode_integer(1), der.encode_octet_string(b"\x00\xff")
554 der.encode_octet_string(b"junk"),
556 privkey_der = der.encode_octet_string(
572 privkey_der = der.encode_octet_string(
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/ecdsa/ecdsa/
H A Dtest_malformed_sigs.py21 from .der import encode_integer, encode_bitstring, encode_octet_string, \
210 return st.builds(encode_octet_string, st.binary(*args, **kwargs))
248 st.builds(lambda x: encode_octet_string(x), st.one_of(children)) |
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/ecdsa/src/ecdsa/
H A Dtest_malformed_sigs.py21 from .der import encode_integer, encode_bitstring, encode_octet_string, \
210 return st.builds(encode_octet_string, st.binary(*args, **kwargs))
248 st.builds(lambda x: encode_octet_string(x), st.one_of(children)) |
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/r9c_SUITE_data/src/asn1/
H A Dasn1rt_per_bin_rt2ct.erl35 -export([encode_octet_string/2, decode_octet_string/2,
62 encode_octet_string/3,
1456 encode_octet_string(C,Val) -> function
1457 encode_octet_string(C,false,Val).
1459 encode_octet_string(C,Bool,{_Name,Val}) -> function
1460 encode_octet_string(C,Bool,Val);
1461 encode_octet_string(_C,true,_Val) -> function
1463 encode_octet_string(SZ={_,_},false,Val) -> function
1469 encode_octet_string(SZ,false,Val) when list(SZ) -> function
1473 encode_octet_string(no,false,Val) -> function
[all …]
H A Dasn1rt_per_v1.erl38 -export([encode_octet_string/2, decode_octet_string/2,
1202 encode_octet_string(C,{Name,Val}) when atom(Name) -> function
1203 encode_octet_string(C,false,Val);
1204 encode_octet_string(C,Val) -> function
1205 encode_octet_string(C,false,Val).
1207 encode_octet_string(C,Bool,{_Name,Val}) -> function
1208 encode_octet_string(C,Bool,Val);
1209 encode_octet_string(_,true,_) -> function
1211 encode_octet_string(C,false,Val) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/r9c_SUITE_data/src/asn1/
H A Dasn1rt_per_bin_rt2ct.erl35 -export([encode_octet_string/2, decode_octet_string/2,
62 encode_octet_string/3,
1456 encode_octet_string(C,Val) -> function
1457 encode_octet_string(C,false,Val).
1459 encode_octet_string(C,Bool,{_Name,Val}) -> function
1460 encode_octet_string(C,Bool,Val);
1461 encode_octet_string(_C,true,_Val) -> function
1463 encode_octet_string(SZ={_,_},false,Val) -> function
1469 encode_octet_string(SZ,false,Val) when list(SZ) -> function
1473 encode_octet_string(no,false,Val) -> function
[all …]
H A Dasn1rt_per_v1.erl38 -export([encode_octet_string/2, decode_octet_string/2,
1202 encode_octet_string(C,{Name,Val}) when atom(Name) -> function
1203 encode_octet_string(C,false,Val);
1204 encode_octet_string(C,Val) -> function
1205 encode_octet_string(C,false,Val).
1207 encode_octet_string(C,Bool,{_Name,Val}) -> function
1208 encode_octet_string(C,Bool,Val);
1209 encode_octet_string(_,true,_) -> function
1211 encode_octet_string(C,false,Val) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/r9c_SUITE_data/src/asn1/
H A Dasn1rt_per_bin_rt2ct.erl35 -export([encode_octet_string/2, decode_octet_string/2,
62 encode_octet_string/3,
1456 encode_octet_string(C,Val) -> function
1457 encode_octet_string(C,false,Val).
1459 encode_octet_string(C,Bool,{_Name,Val}) -> function
1460 encode_octet_string(C,Bool,Val);
1461 encode_octet_string(_C,true,_Val) -> function
1463 encode_octet_string(SZ={_,_},false,Val) -> function
1469 encode_octet_string(SZ,false,Val) when list(SZ) -> function
1473 encode_octet_string(no,false,Val) -> function
[all …]
H A Dasn1rt_per_v1.erl38 -export([encode_octet_string/2, decode_octet_string/2,
1202 encode_octet_string(C,{Name,Val}) when atom(Name) -> function
1203 encode_octet_string(C,false,Val);
1204 encode_octet_string(C,Val) -> function
1205 encode_octet_string(C,false,Val).
1207 encode_octet_string(C,Bool,{_Name,Val}) -> function
1208 encode_octet_string(C,Bool,Val);
1209 encode_octet_string(_,true,_) -> function
1211 encode_octet_string(C,false,Val) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/r9c_SUITE_data/src/asn1/
H A Dasn1rt_per_bin_rt2ct.erl35 -export([encode_octet_string/2, decode_octet_string/2,
62 encode_octet_string/3,
1456 encode_octet_string(C,Val) -> function
1457 encode_octet_string(C,false,Val).
1459 encode_octet_string(C,Bool,{_Name,Val}) -> function
1460 encode_octet_string(C,Bool,Val);
1461 encode_octet_string(_C,true,_Val) -> function
1463 encode_octet_string(SZ={_,_},false,Val) -> function
1469 encode_octet_string(SZ,false,Val) when list(SZ) -> function
1473 encode_octet_string(no,false,Val) -> function
[all …]
H A Dasn1rt_per_v1.erl38 -export([encode_octet_string/2, decode_octet_string/2,
1202 encode_octet_string(C,{Name,Val}) when atom(Name) -> function
1203 encode_octet_string(C,false,Val);
1204 encode_octet_string(C,Val) -> function
1205 encode_octet_string(C,false,Val).
1207 encode_octet_string(C,Bool,{_Name,Val}) -> function
1208 encode_octet_string(C,Bool,Val);
1209 encode_octet_string(_,true,_) -> function
1211 encode_octet_string(C,false,Val) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/r9c_SUITE_data/src/asn1/
H A Dasn1rt_per_bin_rt2ct.erl35 -export([encode_octet_string/2, decode_octet_string/2,
62 encode_octet_string/3,
1456 encode_octet_string(C,Val) -> function
1457 encode_octet_string(C,false,Val).
1459 encode_octet_string(C,Bool,{_Name,Val}) -> function
1460 encode_octet_string(C,Bool,Val);
1461 encode_octet_string(_C,true,_Val) -> function
1463 encode_octet_string(SZ={_,_},false,Val) -> function
1469 encode_octet_string(SZ,false,Val) when list(SZ) -> function
1473 encode_octet_string(no,false,Val) -> function
[all …]
H A Dasn1rt_per_v1.erl38 -export([encode_octet_string/2, decode_octet_string/2,
1202 encode_octet_string(C,{Name,Val}) when atom(Name) -> function
1203 encode_octet_string(C,false,Val);
1204 encode_octet_string(C,Val) -> function
1205 encode_octet_string(C,false,Val).
1207 encode_octet_string(C,Bool,{_Name,Val}) -> function
1208 encode_octet_string(C,Bool,Val);
1209 encode_octet_string(_,true,_) -> function
1211 encode_octet_string(C,false,Val) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/r9c_SUITE_data/src/asn1/
H A Dasn1rt_per_bin_rt2ct.erl35 -export([encode_octet_string/2, decode_octet_string/2,
62 encode_octet_string/3,
1456 encode_octet_string(C,Val) -> function
1457 encode_octet_string(C,false,Val).
1459 encode_octet_string(C,Bool,{_Name,Val}) -> function
1460 encode_octet_string(C,Bool,Val);
1461 encode_octet_string(_C,true,_Val) -> function
1463 encode_octet_string(SZ={_,_},false,Val) -> function
1469 encode_octet_string(SZ,false,Val) when list(SZ) -> function
1473 encode_octet_string(no,false,Val) -> function
[all …]
H A Dasn1rt_per_v1.erl38 -export([encode_octet_string/2, decode_octet_string/2,
1202 encode_octet_string(C,{Name,Val}) when atom(Name) -> function
1203 encode_octet_string(C,false,Val);
1204 encode_octet_string(C,Val) -> function
1205 encode_octet_string(C,false,Val).
1207 encode_octet_string(C,Bool,{_Name,Val}) -> function
1208 encode_octet_string(C,Bool,Val);
1209 encode_octet_string(_,true,_) -> function
1211 encode_octet_string(C,false,Val) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/r9c_SUITE_data/src/asn1/
H A Dasn1rt_per_bin_rt2ct.erl35 -export([encode_octet_string/2, decode_octet_string/2,
62 encode_octet_string/3,
1456 encode_octet_string(C,Val) -> function
1457 encode_octet_string(C,false,Val).
1459 encode_octet_string(C,Bool,{_Name,Val}) -> function
1460 encode_octet_string(C,Bool,Val);
1461 encode_octet_string(_C,true,_Val) -> function
1463 encode_octet_string(SZ={_,_},false,Val) -> function
1469 encode_octet_string(SZ,false,Val) when list(SZ) -> function
1473 encode_octet_string(no,false,Val) -> function
[all …]
H A Dasn1rt_per_v1.erl38 -export([encode_octet_string/2, decode_octet_string/2,
1202 encode_octet_string(C,{Name,Val}) when atom(Name) -> function
1203 encode_octet_string(C,false,Val);
1204 encode_octet_string(C,Val) -> function
1205 encode_octet_string(C,false,Val).
1207 encode_octet_string(C,Bool,{_Name,Val}) -> function
1208 encode_octet_string(C,Bool,Val);
1209 encode_octet_string(_,true,_) -> function
1211 encode_octet_string(C,false,Val) -> function
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/
H A Dspnego_asn1.c445 e = encode_octet_string(p, len, (data)->mechListMIC, &l); in encode_NegTokenInit()
455 e = encode_octet_string(p, len, (data)->mechToken, &l); in encode_NegTokenInit()
715 e = encode_octet_string(p, len, (data)->mechListMIC, &l); in encode_NegTokenResp()
725 e = encode_octet_string(p, len, (data)->responseToken, &l); in encode_NegTokenResp()
/dports/www/mod_auth_kerb2/mod_auth_kerb-5.4/spnegokrb5/
H A Dasn1_NegTokenInit.c28 e = encode_octet_string(p, len, (data)->mechListMIC, &l); in encode_NegTokenInit()
38 e = encode_octet_string(p, len, (data)->mechToken, &l); in encode_NegTokenInit()
H A Dasn1_NegTokenTarg.c28 e = encode_octet_string(p, len, (data)->mechListMIC, &l); in encode_NegTokenTarg()
38 e = encode_octet_string(p, len, (data)->responseToken, &l); in encode_NegTokenTarg()

1234