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

  /src/crypto/external/apache2/openssl/dist/providers/implementations/kdfs/
sskdf.c 89 static OSSL_FUNC_kdf_set_ctx_params_fn x963kdf_set_ctx_params; variable
528 if (!ossl_prov_is_running() || !x963kdf_set_ctx_params(ctx, params))
689 static int x963kdf_set_ctx_params(void *vctx, const OSSL_PARAM params[]) function
781 { OSSL_FUNC_KDF_SET_CTX_PARAMS, (void (*)(void))x963kdf_set_ctx_params },
sskdf.c 89 static OSSL_FUNC_kdf_set_ctx_params_fn x963kdf_set_ctx_params; variable
528 if (!ossl_prov_is_running() || !x963kdf_set_ctx_params(ctx, params))
689 static int x963kdf_set_ctx_params(void *vctx, const OSSL_PARAM params[]) function
781 { OSSL_FUNC_KDF_SET_CTX_PARAMS, (void (*)(void))x963kdf_set_ctx_params },

Completed in 40 milliseconds