Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/
H A Djwe.c1960 *akw_key_256 = "{\"k\":\"cSHyZXGEfnlgKud21cM6tAxRyXnK6xbWRTsyLUegTMk\",\"kty\":\"oct\"}" variable
2235 n |= test_akw_decrypt(context, "d-a256kw_128", akw_ct_256_128, akw_key_256); in test_jwe()
2236 n |= test_akw_decrypt(context, "d-a256kw_192", akw_ct_256_192, akw_key_256); in test_jwe()
2237 n |= test_akw_decrypt(context, "d-a256kw_256", akw_ct_256_256, akw_key_256); in test_jwe()
2274 akw_ptext, akw_key_256, compact, sizeof(compact))) in test_jwe()
2275 n |= test_akw_decrypt(context, "ed-256kw_128", compact, akw_key_256); in test_jwe()
2279 akw_ptext, akw_key_256, compact, sizeof(compact))) in test_jwe()
2280 n |= test_akw_decrypt(context, "ed-256kw_192", compact, akw_key_256); in test_jwe()
2284 akw_ptext, akw_key_256, compact, sizeof(compact))) in test_jwe()
2285 n |= test_akw_decrypt(context, "ed-256kw_256", compact, akw_key_256); in test_jwe()
[all...]

Completed in 3 milliseconds