Searched refs:akw_key_128 (Results 1 - 1 of 1) sorted by relevance
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/ |
H A D | jwe.c | 1958 *akw_key_128 = "{\"k\":\"JjVJVh8JsXvKf9qgHHWWBA\",\"kty\":\"oct\"}", variable 2229 n |= test_akw_decrypt(context, "d-a128kw_128", akw_ct_128_128, akw_key_128); in test_jwe() 2230 n |= test_akw_decrypt(context, "d-a128kw_192", akw_ct_128_192, akw_key_128); in test_jwe() 2231 n |= test_akw_decrypt(context, "d-a128kw_256", akw_ct_128_256, akw_key_128); in test_jwe() 2242 akw_ptext, akw_key_128, compact, sizeof(compact))) in test_jwe() 2243 n |= test_akw_decrypt(context, "ed-128kw_128", compact, akw_key_128); in test_jwe() 2247 akw_ptext, akw_key_128, compact, sizeof(compact))) in test_jwe() 2248 n |= test_akw_decrypt(context, "ed-128kw_192", compact, akw_key_128); in test_jwe() 2252 akw_ptext, akw_key_128, compact, sizeof(compact))) in test_jwe() 2253 n |= test_akw_decrypt(context, "ed-128kw_256", compact, akw_key_128); in test_jwe() [all...] |
Completed in 3 milliseconds