Lines Matching refs:akw_key_128
1958 *akw_key_128 = "{\"k\":\"JjVJVh8JsXvKf9qgHHWWBA\",\"kty\":\"oct\"}",
2229 n |= test_akw_decrypt(context, "d-a128kw_128", akw_ct_128_128, akw_key_128);
2230 n |= test_akw_decrypt(context, "d-a128kw_192", akw_ct_128_192, akw_key_128);
2231 n |= test_akw_decrypt(context, "d-a128kw_256", akw_ct_128_256, akw_key_128);
2242 akw_ptext, akw_key_128, compact, sizeof(compact)))
2243 n |= test_akw_decrypt(context, "ed-128kw_128", compact, akw_key_128);
2247 akw_ptext, akw_key_128, compact, sizeof(compact)))
2248 n |= test_akw_decrypt(context, "ed-128kw_192", compact, akw_key_128);
2252 akw_ptext, akw_key_128, compact, sizeof(compact)))
2253 n |= test_akw_decrypt(context, "ed-128kw_256", compact, akw_key_128);