Searched refs:aes_xts_set_ctx_params (Results 1 – 2 of 2) sorted by relevance
35 static OSSL_FUNC_cipher_set_ctx_params_fn aes_xts_set_ctx_params; variable98 return aes_xts_set_ctx_params(ctx, params); in aes_xts_init()255 static int aes_xts_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in aes_xts_set_ctx_params() function311 (void (*)(void))aes_xts_set_ctx_params }, \
70 return aes_xts_set_ctx_params(xctx, params);
Completed in 12 milliseconds