Lines Matching defs:enc
1777 int *enc = arg;
1780 *enc = -1;
1789 *enc = ec_encodings[i].encoding;
1794 return (*enc != -1);
1801 int enc;
1804 enc = ec_encodings[idx].encoding;
1810 || !TEST_int_gt(EVP_PKEY_CTX_set_ec_param_enc(pctx, enc), 0)
1824 ec_export_get_encoding_cb, &enc))
1825 || !TEST_int_eq(enc, ec_encodings[idx].encoding))
3648 * arguments are given one at a time and a final adjustment to the enc
3740 int enc;
3776 if (!TEST_true(EVP_CipherInit_ex(ctx, type, NULL, kCFBDefaultKey, iCFBIV, t->enc))) {
3823 int enc;
3890 if (!TEST_true(EVP_CipherInit_ex(ctx, type, NULL, kCFBDefaultKey, iCFBIV, t->enc))) {
4418 const unsigned char *iv, int enc)