Home
last modified time | relevance | path

Searched defs:to_map (Results 1 – 25 of 219) sorted by relevance

123456789

/dports/security/erlang-jose/erlang-jose-1.11.1/src/jws/
H A Djose_jws_alg_eddsa.erl45 to_map('Ed25519', F) -> function
47 to_map('Ed25519ph', F) -> function
49 to_map('Ed448', F) -> function
51 to_map('Ed448ph', F) -> function
53 to_map('EdDSA', F) -> function
H A Djose_jws_alg_rsa_pkcs1_v1_5.erl43 to_map('RS256', F) -> function
45 to_map('RS384', F) -> function
47 to_map('RS512', F) -> function
H A Djose_jws_alg_hmac.erl42 to_map('HS256', F) -> function
44 to_map('HS384', F) -> function
46 to_map('HS512', F) -> function
H A Djose_jws_alg_rsa_pss.erl43 to_map('PS256', F) -> function
45 to_map('PS384', F) -> function
47 to_map('PS512', F) -> function
/dports/security/elixir-jose/erlang-jose-1.11.1/src/jws/
H A Djose_jws_alg_eddsa.erl45 to_map('Ed25519', F) -> function
47 to_map('Ed25519ph', F) -> function
49 to_map('Ed448', F) -> function
51 to_map('Ed448ph', F) -> function
53 to_map('EdDSA', F) -> function
H A Djose_jws_alg_rsa_pkcs1_v1_5.erl43 to_map('RS256', F) -> function
45 to_map('RS384', F) -> function
47 to_map('RS512', F) -> function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/jose/src/jws/
H A Djose_jws_alg_eddsa.erl45 to_map('Ed25519', F) -> function
47 to_map('Ed25519ph', F) -> function
49 to_map('Ed448', F) -> function
51 to_map('Ed448ph', F) -> function
53 to_map('EdDSA', F) -> function
/dports/security/elixir-jose/erlang-jose-1.11.1/src/jwe/
H A Djose_jwe_alg_aes_kw.erl63 to_map(?A128KW, F) -> function
65 to_map(?A192KW, F) -> function
67 to_map(?A256KW, F) -> function
69 to_map(A = ?A128GCMKW, F) -> function
71 to_map(A = ?A192GCMKW, F) -> function
73 to_map(A = ?A256GCMKW, F) -> function
H A Djose_jwe_enc_aes.erl119 to_map(?AES_128_CBC_HMAC_SHA_256, F) -> function
121 to_map(?AES_192_CBC_HMAC_SHA_384, F) -> function
123 to_map(?AES_256_CBC_HMAC_SHA_512, F) -> function
125 to_map(?AES_128_GCM, F) -> function
127 to_map(?AES_192_GCM, F) -> function
129 to_map(?AES_256_GCM, F) -> function
H A Djose_jwe_alg_ecdh_1pu.erl81 to_map(A = ?ECDH_1PU_A128GCMKW, F) -> function
83 to_map(A = ?ECDH_1PU_A192GCMKW, F) -> function
85 to_map(A = ?ECDH_1PU_A256GCMKW, F) -> function
87 to_map(A = ?ECDH_1PU_A128KW, F) -> function
89 to_map(A = ?ECDH_1PU_A192KW, F) -> function
91 to_map(A = ?ECDH_1PU_A256KW, F) -> function
93 to_map(A = ?ECDH_1PU_C20PKW, F) -> function
95 to_map(A = ?ECDH_1PU_XC20PKW, F) -> function
97 to_map(A = ?ECDH_1PU, F) -> function
H A Djose_jwe_alg_ecdh_es.erl80 to_map(A = ?ECDH_ES_A128GCMKW, F) -> function
82 to_map(A = ?ECDH_ES_A192GCMKW, F) -> function
84 to_map(A = ?ECDH_ES_A256GCMKW, F) -> function
86 to_map(A = ?ECDH_ES_A128KW, F) -> function
88 to_map(A = ?ECDH_ES_A192KW, F) -> function
90 to_map(A = ?ECDH_ES_A256KW, F) -> function
92 to_map(A = ?ECDH_ES_C20PKW, F) -> function
94 to_map(A = ?ECDH_ES_XC20PKW, F) -> function
96 to_map(A = ?ECDH_ES, F) -> function
H A Djose_jwe_alg_pbes2.erl74 to_map(A = ?PBES2_HS256_A128GCMKW, F) -> function
76 to_map(A = ?PBES2_HS384_A192GCMKW, F) -> function
78 to_map(A = ?PBES2_HS512_A256GCMKW, F) -> function
80 to_map(A = ?PBES2_HS256_A128KW, F) -> function
82 to_map(A = ?PBES2_HS384_A192KW, F) -> function
84 to_map(A = ?PBES2_HS512_A256KW, F) -> function
86 to_map(A = ?PBES2_HS512_C20PKW, F) -> function
88 to_map(A = ?PBES2_HS512_XC20PKW, F) -> function
/dports/security/erlang-jose/erlang-jose-1.11.1/src/jwe/
H A Djose_jwe_alg_aes_kw.erl63 to_map(?A128KW, F) -> function
65 to_map(?A192KW, F) -> function
67 to_map(?A256KW, F) -> function
69 to_map(A = ?A128GCMKW, F) -> function
71 to_map(A = ?A192GCMKW, F) -> function
73 to_map(A = ?A256GCMKW, F) -> function
H A Djose_jwe_enc_aes.erl119 to_map(?AES_128_CBC_HMAC_SHA_256, F) -> function
121 to_map(?AES_192_CBC_HMAC_SHA_384, F) -> function
123 to_map(?AES_256_CBC_HMAC_SHA_512, F) -> function
125 to_map(?AES_128_GCM, F) -> function
127 to_map(?AES_192_GCM, F) -> function
129 to_map(?AES_256_GCM, F) -> function
H A Djose_jwe_alg_ecdh_1pu.erl81 to_map(A = ?ECDH_1PU_A128GCMKW, F) -> function
83 to_map(A = ?ECDH_1PU_A192GCMKW, F) -> function
85 to_map(A = ?ECDH_1PU_A256GCMKW, F) -> function
87 to_map(A = ?ECDH_1PU_A128KW, F) -> function
89 to_map(A = ?ECDH_1PU_A192KW, F) -> function
91 to_map(A = ?ECDH_1PU_A256KW, F) -> function
93 to_map(A = ?ECDH_1PU_C20PKW, F) -> function
95 to_map(A = ?ECDH_1PU_XC20PKW, F) -> function
97 to_map(A = ?ECDH_1PU, F) -> function
H A Djose_jwe_alg_ecdh_es.erl80 to_map(A = ?ECDH_ES_A128GCMKW, F) -> function
82 to_map(A = ?ECDH_ES_A192GCMKW, F) -> function
84 to_map(A = ?ECDH_ES_A256GCMKW, F) -> function
86 to_map(A = ?ECDH_ES_A128KW, F) -> function
88 to_map(A = ?ECDH_ES_A192KW, F) -> function
90 to_map(A = ?ECDH_ES_A256KW, F) -> function
92 to_map(A = ?ECDH_ES_C20PKW, F) -> function
94 to_map(A = ?ECDH_ES_XC20PKW, F) -> function
96 to_map(A = ?ECDH_ES, F) -> function
H A Djose_jwe_alg_pbes2.erl74 to_map(A = ?PBES2_HS256_A128GCMKW, F) -> function
76 to_map(A = ?PBES2_HS384_A192GCMKW, F) -> function
78 to_map(A = ?PBES2_HS512_A256GCMKW, F) -> function
80 to_map(A = ?PBES2_HS256_A128KW, F) -> function
82 to_map(A = ?PBES2_HS384_A192KW, F) -> function
84 to_map(A = ?PBES2_HS512_A256KW, F) -> function
86 to_map(A = ?PBES2_HS512_C20PKW, F) -> function
88 to_map(A = ?PBES2_HS512_XC20PKW, F) -> function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/jose/src/jwe/
H A Djose_jwe_alg_aes_kw.erl63 to_map(?A128KW, F) -> function
65 to_map(?A192KW, F) -> function
67 to_map(?A256KW, F) -> function
69 to_map(A = ?A128GCMKW, F) -> function
71 to_map(A = ?A192GCMKW, F) -> function
73 to_map(A = ?A256GCMKW, F) -> function
H A Djose_jwe_enc_aes.erl119 to_map(?AES_128_CBC_HMAC_SHA_256, F) -> function
121 to_map(?AES_192_CBC_HMAC_SHA_384, F) -> function
123 to_map(?AES_256_CBC_HMAC_SHA_512, F) -> function
125 to_map(?AES_128_GCM, F) -> function
127 to_map(?AES_192_GCM, F) -> function
129 to_map(?AES_256_GCM, F) -> function
H A Djose_jwe_alg_ecdh_1pu.erl81 to_map(A = ?ECDH_1PU_A128GCMKW, F) -> function
83 to_map(A = ?ECDH_1PU_A192GCMKW, F) -> function
85 to_map(A = ?ECDH_1PU_A256GCMKW, F) -> function
87 to_map(A = ?ECDH_1PU_A128KW, F) -> function
89 to_map(A = ?ECDH_1PU_A192KW, F) -> function
91 to_map(A = ?ECDH_1PU_A256KW, F) -> function
93 to_map(A = ?ECDH_1PU_C20PKW, F) -> function
95 to_map(A = ?ECDH_1PU_XC20PKW, F) -> function
97 to_map(A = ?ECDH_1PU, F) -> function
H A Djose_jwe_alg_ecdh_es.erl80 to_map(A = ?ECDH_ES_A128GCMKW, F) -> function
82 to_map(A = ?ECDH_ES_A192GCMKW, F) -> function
84 to_map(A = ?ECDH_ES_A256GCMKW, F) -> function
86 to_map(A = ?ECDH_ES_A128KW, F) -> function
88 to_map(A = ?ECDH_ES_A192KW, F) -> function
90 to_map(A = ?ECDH_ES_A256KW, F) -> function
92 to_map(A = ?ECDH_ES_C20PKW, F) -> function
94 to_map(A = ?ECDH_ES_XC20PKW, F) -> function
96 to_map(A = ?ECDH_ES, F) -> function
H A Djose_jwe_alg_pbes2.erl74 to_map(A = ?PBES2_HS256_A128GCMKW, F) -> function
76 to_map(A = ?PBES2_HS384_A192GCMKW, F) -> function
78 to_map(A = ?PBES2_HS512_A256GCMKW, F) -> function
80 to_map(A = ?PBES2_HS256_A128KW, F) -> function
82 to_map(A = ?PBES2_HS384_A192KW, F) -> function
84 to_map(A = ?PBES2_HS512_A256KW, F) -> function
86 to_map(A = ?PBES2_HS512_C20PKW, F) -> function
88 to_map(A = ?PBES2_HS512_XC20PKW, F) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/util/
H A Dhipe_dsets.erl62 to_map(DS) -> function
65 to_map([], DS, Acc) -> {Acc, DS}; function
66 to_map([K|Ks], DS0, Acc) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/util/
H A Dhipe_dsets.erl62 to_map(DS) -> function
65 to_map([], DS, Acc) -> {Acc, DS}; function
66 to_map([K|Ks], DS0, Acc) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/util/
H A Dhipe_dsets.erl62 to_map(DS) -> function
65 to_map([], DS, Acc) -> {Acc, DS}; function
66 to_map([K|Ks], DS0, Acc) -> function

123456789