Lines Matching defs:value

87  *                              The return value from the fixup_args call
89 * the return value back to EVP_PKEY_CTX_ctrl().
113 * to return a value.
181 * used. In this case, the (string) value is always passed as |p2|.
221 * value of |p1| or |p2| (ctrls are really bi-directional, but are
257 * value must always be interpreted as hex.
347 * data between p1+p2 (SET) or return value+p2 (GET) as long as the values
404 * result back to |*p2| and the return value.
518 * as its return value, we need to ensure that we do it here as well,
581 "[action:%d, state:%d] name=%s, value=%s",
600 * the EVP_PKEY_CTX_ctrl() return value (passed as |p1|) and |p2| back
843 * that it's used both for setting a value, and for getting it, all
844 * depending on the value if |p1|; if |p1| is -2, the backend is
855 * In |translations|, the initial value for |ctx->action_type| must
861 /* The action type depends on the value of *p1 */
1184 * that it's used both for setting a value, and for getting it, all
1185 * depending on the value if |ctx->p1|; if |ctx->p1| is -2, the backend is
1193 * The initial value for |ctx->action_type| must be zero.
1199 /* The action type depends on the value of ctx->p1 */
1207 /* The initial value for |ctx->action_type| must not be zero. */
1217 /* Uses the same return value of pkey_ec_ctrl() */
1228 * The provider should return either 0 or 1, any other value is a
1264 * that return a simple, i.e. just have that as a return value,
1385 * might be a negative value, so it wouldn't work as a legitimate
1386 * return value.
1975 const char *value = NULL;
1984 if (OSSL_PARAM_get_utf8_string_ptr(ctx->params, &value) == 0 ||
1985 OPENSSL_strcasecmp(ctx->pctx->keytype, value) != 0) {
2247 * The "rsa_oaep_label" ctrl_str expects the value to always be hex.
2587 * value of the numeric argument.
2680 * In POST, we pass the return value as p1, allowing the fixup_args
2681 * function to affect it by changing its value.
2696 const char *name, const char *value)
2724 ctx.p1 = (int)strlen(value);
2725 ctx.p2 = (char *)value;
2793 * In POST, we pass the return value as p1, allowing the fixup_args