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

  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_wrp.c 37 static OSSL_FUNC_cipher_set_ctx_params_fn aes_wrap_set_ctx_params; variable
147 return aes_wrap_set_ctx_params(ctx, params);
262 static int aes_wrap_set_ctx_params(void *vctx, const OSSL_PARAM params[]) function
314 (void (*)(void))aes_wrap_set_ctx_params }, \
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_aes_wrp.c 37 static OSSL_FUNC_cipher_set_ctx_params_fn aes_wrap_set_ctx_params; variable
145 return aes_wrap_set_ctx_params(ctx, params);
260 static int aes_wrap_set_ctx_params(void *vctx, const OSSL_PARAM params[]) function
312 (void (*)(void))aes_wrap_set_ctx_params }, \

Completed in 23 milliseconds