Lines Matching refs:tmpval
1257 char *p, *tmpval; in mac_test_ctrl_pkey() local
1259 if (!TEST_ptr(tmpval = OPENSSL_strdup(value))) in mac_test_ctrl_pkey()
1261 p = strchr(tmpval, ':'); in mac_test_ctrl_pkey()
1264 rv = EVP_PKEY_CTX_ctrl_str(pctx, tmpval, p); in mac_test_ctrl_pkey()
1272 OPENSSL_free(tmpval); in mac_test_ctrl_pkey()
1450 char *tmpkey, *tmpval; in mac_test_run_mac() local
1457 tmpval = strchr(tmpkey, ':'); in mac_test_run_mac()
1458 if (tmpval != NULL) in mac_test_run_mac()
1459 *tmpval++ = '\0'; in mac_test_run_mac()
1461 if (tmpval == NULL in mac_test_run_mac()
1464 tmpkey, tmpval, in mac_test_run_mac()
1465 strlen(tmpval), NULL)) { in mac_test_run_mac()
1660 char *p, *tmpval; in pkey_test_ctrl() local
1662 if (!TEST_ptr(tmpval = OPENSSL_strdup(value))) in pkey_test_ctrl()
1664 p = strchr(tmpval, ':'); in pkey_test_ctrl()
1667 rv = EVP_PKEY_CTX_ctrl_str(pctx, tmpval, p); in pkey_test_ctrl()
1682 OPENSSL_free(tmpval); in pkey_test_ctrl()