Home
last modified time | relevance | path

Searched defs:from_binary (Results 1 – 25 of 85) sorted by relevance

1234

/dports/security/erlang-jose/erlang-jose-1.11.1/src/jwk/
H A Djose_jwk_der.erl24 from_binary(DERBinary) when is_binary(DERBinary) -> function
30 from_binary(Password, DERBinary) when is_binary(DERBinary) -> function
H A Djose_jwk_pem.erl26 from_binary(PEMBinary) when is_binary(PEMBinary) -> function
36 from_binary(Password, EncryptedPEMBinary) when is_binary(EncryptedPEMBinary) -> function
H A Djose_jwk_oct.erl30 from_binary(OCTBinary) when is_binary(OCTBinary) -> function
/dports/security/elixir-jose/erlang-jose-1.11.1/src/jwk/
H A Djose_jwk_der.erl24 from_binary(DERBinary) when is_binary(DERBinary) -> function
30 from_binary(Password, DERBinary) when is_binary(DERBinary) -> function
H A Djose_jwk_pem.erl26 from_binary(PEMBinary) when is_binary(PEMBinary) -> function
36 from_binary(Password, EncryptedPEMBinary) when is_binary(EncryptedPEMBinary) -> function
H A Djose_jwk_oct.erl30 from_binary(OCTBinary) when is_binary(OCTBinary) -> function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/jose/src/jwk/
H A Djose_jwk_der.erl24 from_binary(DERBinary) when is_binary(DERBinary) -> function
30 from_binary(Password, DERBinary) when is_binary(DERBinary) -> function
H A Djose_jwk_pem.erl26 from_binary(PEMBinary) when is_binary(PEMBinary) -> function
36 from_binary(Password, EncryptedPEMBinary) when is_binary(EncryptedPEMBinary) -> function
H A Djose_jwk_oct.erl30 from_binary(OCTBinary) when is_binary(OCTBinary) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/mochiweb/src/
H A Dmochiweb_headers.erl69 from_binary(RawHttpHeader) when is_binary(RawHttpHeader) -> function
71 from_binary(RawHttpHeaderList) -> function
74 from_binary(RawHttpHeader, Acc) -> function
/dports/www/erlang-mochiweb/mochiweb-2.18.0/src/
H A Dmochiweb_headers.erl69 from_binary(RawHttpHeader) when is_binary(RawHttpHeader) -> function
71 from_binary(RawHttpHeaderList) -> function
74 from_binary(RawHttpHeader, Acc) -> function
/dports/benchmarks/tsung/tsung-1.7.0/src/lib/
H A Dmochiweb_headers.erl69 from_binary(RawHttpHeader) when is_binary(RawHttpHeader) -> function
71 from_binary(RawHttpHeaderList) -> function
74 from_binary(RawHttpHeader, Acc) -> function
/dports/www/erlang-mochiweb-basho/mochiweb-4d38821/src/
H A Dmochiweb_headers.erl51 from_binary(RawHttpHeader) when is_binary(RawHttpHeader) -> function
53 from_binary(RawHttpHeaderList) -> function
56 from_binary(RawHttpHeader, Acc) -> function
/dports/security/erlang-jose/erlang-jose-1.11.1/src/jwt/
H A Djose_jwt.erl55 from_binary(List) when is_list(List) -> function
57 from_binary({Modules, Binary}) when is_map(Modules) andalso is_binary(Binary) -> function
59 from_binary(Binary) when is_binary(Binary) -> function
/dports/security/elixir-jose/erlang-jose-1.11.1/src/jwt/
H A Djose_jwt.erl55 from_binary(List) when is_list(List) -> function
57 from_binary({Modules, Binary}) when is_map(Modules) andalso is_binary(Binary) -> function
59 from_binary(Binary) when is_binary(Binary) -> function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/jose/src/jwt/
H A Djose_jwt.erl55 from_binary(List) when is_list(List) -> function
57 from_binary({Modules, Binary}) when is_map(Modules) andalso is_binary(Binary) -> function
59 from_binary(Binary) when is_binary(Binary) -> function
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/lua/share/core/
H A Dbase64.lua32 function from_binary(bin_bits) function
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/mtproto/
H A DProxySecret.cpp26 Result<ProxySecret> ProxySecret::from_binary(Slice raw_unchecked_secret, bool truncate_if_needed) { in from_binary() function in td::mtproto::ProxySecret
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Dpid_recomposition.erl35 from_binary(Bin) -> function
/dports/databases/py-cassandra-driver/cassandra-driver-3.18.0/cassandra/
H A Ddeserializers.pxd33 cdef inline object from_binary(Deserializer deserializer, function
/dports/security/erlang-jose/erlang-jose-1.11.1/lib/jose/
H A Djwt.ex87 …def from_binary(list) when is_list(list), do: for(element <- list, into: [], do: from_binary(eleme… function
88 def from_binary(binary), do: :jose_jwt.from_binary(binary) |> from_record() function
H A Djws.ex270 …def from_binary(list) when is_list(list), do: for(element <- list, into: [], do: from_binary(eleme… function
271 def from_binary(binary), do: :jose_jws.from_binary(binary) |> from_record() function
/dports/security/elixir-jose/erlang-jose-1.11.1/lib/jose/
H A Djws.ex270 …def from_binary(list) when is_list(list), do: for(element <- list, into: [], do: from_binary(eleme… function
271 def from_binary(binary), do: :jose_jws.from_binary(binary) |> from_record() function
H A Djwt.ex87 …def from_binary(list) when is_list(list), do: for(element <- list, into: [], do: from_binary(eleme… function
88 def from_binary(binary), do: :jose_jwt.from_binary(binary) |> from_record() function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/jose/lib/jose/
H A Djws.ex270 …def from_binary(list) when is_list(list), do: for(element <- list, into: [], do: from_binary(eleme… function
271 def from_binary(binary), do: :jose_jws.from_binary(binary) |> from_record() function

1234