Home
last modified time | relevance | path

Searched refs:test_akw_encrypt (Results 1 - 1 of 1) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/
H A Djwe.c2018 test_akw_encrypt(struct lws_context *context, const char *test_name, in test_akw_encrypt() function
2241 if (!test_akw_encrypt(context, "ed-128kw_128", "A128KW", "A128CBC-HS256", in test_jwe()
2246 if (!test_akw_encrypt(context, "ed-128kw_192", "A128KW", "A192CBC-HS384", in test_jwe()
2251 if (!test_akw_encrypt(context, "ed-128kw_256", "A128KW", "A256CBC-HS512", in test_jwe()
2257 if (!test_akw_encrypt(context, "ed-192kw_128", "A192KW", "A128CBC-HS256", in test_jwe()
2262 if (!test_akw_encrypt(context, "ed-192kw_192", "A192KW", "A192CBC-HS384", in test_jwe()
2267 if (!test_akw_encrypt(context, "ed-192kw_256", "A192KW", "A256CBC-HS512", in test_jwe()
2273 if (!test_akw_encrypt(context, "ed-256kw_128", "A256KW", "A128CBC-HS256", in test_jwe()
2278 if (!test_akw_encrypt(context, "ed-256kw_192", "A256KW", "A192CBC-HS384", in test_jwe()
2283 if (!test_akw_encrypt(contex in test_jwe()
[all...]

Completed in 4 milliseconds