Lines Matching refs:akw_key_192
1959 *akw_key_192 = "{\"k\":\"BYF6urCMDRMKFXXRxXrDSVtW71AUZghj\",\"kty\":\"oct\"}",
2232 n |= test_akw_decrypt(context, "d-a192kw_128", akw_ct_192_128, akw_key_192);
2233 n |= test_akw_decrypt(context, "d-a192kw_192", akw_ct_192_192, akw_key_192);
2234 n |= test_akw_decrypt(context, "d-a192kw_256", akw_ct_192_256, akw_key_192);
2258 akw_ptext, akw_key_192, compact, sizeof(compact)))
2259 n |= test_akw_decrypt(context, "ed-192kw_128", compact, akw_key_192);
2263 akw_ptext, akw_key_192, compact, sizeof(compact)))
2264 n |= test_akw_decrypt(context, "ed-192kw_192", compact, akw_key_192);
2268 akw_ptext, akw_key_192, compact, sizeof(compact)))
2269 n |= test_akw_decrypt(context, "ed-192kw_256", compact, akw_key_192);