Searched refs:akw_key_192 (Results 1 - 1 of 1) sorted by relevance
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/ |
H A D | jwe.c | 1959 *akw_key_192 = "{\"k\":\"BYF6urCMDRMKFXXRxXrDSVtW71AUZghj\",\"kty\":\"oct\"}", variable 2232 n |= test_akw_decrypt(context, "d-a192kw_128", akw_ct_192_128, akw_key_192); in test_jwe() 2233 n |= test_akw_decrypt(context, "d-a192kw_192", akw_ct_192_192, akw_key_192); in test_jwe() 2234 n |= test_akw_decrypt(context, "d-a192kw_256", akw_ct_192_256, akw_key_192); in test_jwe() 2258 akw_ptext, akw_key_192, compact, sizeof(compact))) in test_jwe() 2259 n |= test_akw_decrypt(context, "ed-192kw_128", compact, akw_key_192); in test_jwe() 2263 akw_ptext, akw_key_192, compact, sizeof(compact))) in test_jwe() 2264 n |= test_akw_decrypt(context, "ed-192kw_192", compact, akw_key_192); in test_jwe() 2268 akw_ptext, akw_key_192, compact, sizeof(compact))) in test_jwe() 2269 n |= test_akw_decrypt(context, "ed-192kw_256", compact, akw_key_192); in test_jwe() [all...] |
Completed in 3 milliseconds