HomeSort by: relevance | last modified time | path
    Searched refs:PRE_PARAMS_TO_CTRL (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/evp/
ctrl_params_translate.c 120 * PRE_PARAMS_TO_CTRL The fixup_args function has been called
128 * 1. fixup_args(PRE_PARAMS_TO_CTRL, ...)
132 * With the PRE_PARAMS_TO_CTRL state, the
154 PRE_PARAMS_TO_CTRL,
334 case PRE_PARAMS_TO_CTRL:
383 * PRE_PARAMS_TO_CTRL, OSSL_ACTION_SET - the OSSL_PARAM is converted to
601 * PRE_PARAMS_TO_CTRL and POST_PARAMS_TO_CTRL handle params to ctrl
602 * translations. PRE_PARAMS_TO_CTRL is responsible for preparing
616 case PRE_PARAMS_TO_CTRL: {
618 if (state == PRE_PARAMS_TO_CTRL && ctx->action_type == OSSL_ACTION_SET)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
ctrl_params_translate.c 120 * PRE_PARAMS_TO_CTRL The fixup_args function has been called
128 * 1. fixup_args(PRE_PARAMS_TO_CTRL, ...)
132 * With the PRE_PARAMS_TO_CTRL state, the
150 PRE_PARAMS_TO_CTRL, POST_PARAMS_TO_CTRL, CLEANUP_PARAMS_TO_CTRL
326 case PRE_PARAMS_TO_CTRL:
372 * PRE_PARAMS_TO_CTRL, SET - the OSSL_PARAM is converted to
597 * PRE_PARAMS_TO_CTRL and POST_PARAMS_TO_CTRL handle params to ctrl
598 * translations. PRE_PARAMS_TO_CTRL is responsible for preparing
612 case PRE_PARAMS_TO_CTRL:
615 if (state == PRE_PARAMS_TO_CTRL && ctx->action_type == SET)
    [all...]

Completed in 24 milliseconds