Searched defs:ctx (Results 226 - 250 of 1053) sorted by relevance

1234567891011>>

/openbsd-current/regress/lib/libcrypto/ecdh/
H A Decc_cdh.c2396 BN_CTX *ctx = NULL; local
[all...]
/openbsd-current/usr.bin/ssh/
H A Dcipher-chachapoly.c35 struct chachapoly_ctx *ctx; local
62 chachapoly_crypt(struct chachapoly_ctx *ctx, u_int seqnr, u_char *dest, argument
117 chachapoly_get_length(struct chachapoly_ctx *ctx, u_int *plenp, u_int seqnr, const u_char *cp, u_int len) argument
[all...]
H A Dcipher-chachapoly-libcrypto.c37 struct chachapoly_ctx *ctx; local
78 chachapoly_crypt(struct chachapoly_ctx *ctx, u_int seqnr, u_char *dest, const u_char *src, u_int len, u_int aadlen, u_int authlen, int do_encrypt) argument
142 chachapoly_get_length(struct chachapoly_ctx *ctx, u_int *plenp, u_int seqnr, const u_char *cp, u_int len) argument
[all...]
/openbsd-current/lib/libcrypto/bn/
H A Dbn_mod_sqrt.c87 bn_mod_sqrt_trivial_cases(int *done, BIGNUM *out_sqrt, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) argument
113 bn_mod_sqrt_p_is_3_mod_4(BIGNUM *out_sqrt, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) argument
147 bn_mod_sqrt_p_is_5_mod_8(BIGNUM *out_sqrt, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) argument
209 bn_mod_sqrt_n_is_non_residue(int *is_non_residue, const BIGNUM *n, const BIGNUM *p, BN_CTX *ctx) argument
237 bn_mod_sqrt_find_sylow_generator(BIGNUM *out_generator, const BIGNUM *p, const BIGNUM *q, BN_CTX *ctx) argument
312 bn_mod_sqrt_tonelli_shanks_initialize(BIGNUM *b, BIGNUM *x, const BIGNUM *a, const BIGNUM *p, const BIGNUM *q, BN_CTX *ctx) argument
355 bn_mod_sqrt_tonelli_shanks_find_exponent(int *out_exponent, const BIGNUM *b, const BIGNUM *p, int r, BN_CTX *ctx) argument
420 bn_mod_sqrt_tonelli_shanks_update(BIGNUM *b, BIGNUM *x, BIGNUM *y, const BIGNUM *p, int m, int r, BN_CTX *ctx) argument
458 bn_mod_sqrt_p_is_1_mod_8(BIGNUM *out_sqrt, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) argument
569 bn_mod_sqrt_normalize(BIGNUM *sqrt, const BIGNUM *p, BN_CTX *ctx) argument
600 bn_mod_sqrt_verify(const BIGNUM *a, const BIGNUM *sqrt_a, const BIGNUM *p, BN_CTX *ctx) argument
628 bn_mod_sqrt_internal(BIGNUM *out_sqrt, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) argument
703 BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) argument
[all...]
H A Dbn_bpsw.c30 bn_div_by_two_mod_odd_n(BIGNUM *a, const BIGNUM *n, BN_CTX *ctx) argument
63 bn_lucas_step(BIGNUM *U, BIGNUM *V, int digit, const BIGNUM *D, const BIGNUM *n, BN_CTX *ctx) argument
123 bn_lucas(BIGNUM *U, BIGNUM *V, const BIGNUM *k, const BIGNUM *D, const BIGNUM *n, BN_CTX *ctx) argument
159 bn_strong_lucas_test(int *is_pseudoprime, const BIGNUM *n, const BIGNUM *D, BN_CTX *ctx) argument
238 bn_strong_lucas_selfridge(int *is_pseudoprime, const BIGNUM *n, BN_CTX *ctx) argument
321 bn_fermat(int *is_pseudoprime, const BIGNUM *n, const BIGNUM *n_minus_one, const BIGNUM *k, int s, const BIGNUM *base, BN_CTX *ctx, BN_MONT_CTX *mctx) argument
384 bn_miller_rabin(int *is_pseudoprime, const BIGNUM *n, BN_CTX *ctx, size_t rounds) argument
488 BN_CTX *ctx = NULL; local
[all...]
/openbsd-current/lib/libcrypto/rsa/
H A Drsa_blinding.c138 BN_BLINDING_new(const BIGNUM *e, const BIGNUM *mod, BN_CTX *ctx, argument
190 BN_BLINDING_setup(BN_BLINDING *b, BN_CTX *ctx) argument
209 BN_BLINDING_update(BN_BLINDING *b, BN_CTX *ctx) argument
231 BN_BLINDING_convert(BIGNUM *n, BIGNUM *inv, BN_BLINDING *b, BN_CTX *ctx) argument
250 BN_BLINDING_invert(BIGNUM *n, const BIGNUM *inv, BN_BLINDING *b, BN_CTX *ctx) argument
265 rsa_get_public_exp(const BIGNUM *d, const BIGNUM *p, const BIGNUM *q, BN_CTX *ctx) argument
299 BN_CTX *ctx = NULL; local
345 RSA_blinding_on(RSA *rsa, BN_CTX *ctx) argument
[all...]
/openbsd-current/usr.sbin/unbound/daemon/
H A Dremote.h104 SSL_CTX* ctx; member in struct:daemon_remote
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp34 AArch64MCInstLower::AArch64MCInstLower(MCContext &ctx, AsmPrinter &printer) argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp89 RegisterPersistentDecl( ConstString name, clang::NamedDecl *decl, std::shared_ptr<TypeSystemClang> ctx) argument
/openbsd-current/gnu/llvm/lld/COFF/
H A DMinGW.cpp206 lld::coff::addWrappedSymbols(COFFLinkerContext &ctx, opt::InputArgList &args) { argument
26 AutoExporter( COFFLinkerContext &ctx, const llvm::DenseSet<StringRef> &manualExcludeSymbols) argument
249 wrapSymbols(COFFLinkerContext &ctx, ArrayRef<WrappedSymbol> wrapped) argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/VE/MCTargetDesc/
H A DVEMCCodeEmitter.cpp45 VEMCCodeEmitter(const MCInstrInfo &, MCContext &ctx) argument
/openbsd-current/gnu/llvm/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCCodeEmitter.cpp37 LoongArchMCCodeEmitter(MCContext &ctx, MCInstrInfo const &MCII) argument
/openbsd-current/lib/libcrypto/ec/
H A Deck_prn.c205 BN_CTX *ctx = NULL; local
[all...]
/openbsd-current/lib/libcrypto/cmac/
H A Dcm_pmeth.c67 pkey_cmac_init(EVP_PKEY_CTX *ctx) argument
87 pkey_cmac_cleanup(EVP_PKEY_CTX *ctx) argument
93 pkey_cmac_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) argument
115 int_update(EVP_MD_CTX *ctx, const void *data, size_t count) argument
123 cmac_signctx_init(EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx) argument
131 cmac_signctx(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, EVP_MD_CTX *mctx) argument
138 pkey_cmac_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) argument
169 pkey_cmac_ctrl_str(EVP_PKEY_CTX *ctx, const char *type, const char *value) argument
[all...]
/openbsd-current/regress/usr.bin/ssh/unittests/hostkeys/
H A Dtest_iterate.c50 struct cbctx *ctx = (struct cbctx *)_ctx; local
876 struct cbctx ctx; local
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_afmt.c200 afmt3_construct(struct dcn30_afmt *afmt3, struct dc_context *ctx, uint32_t inst, const struct dcn30_afmt_registers *afmt_regs, const struct dcn30_afmt_shift *afmt_shift, const struct dcn30_afmt_mask *afmt_mask) argument
/openbsd-current/sys/dev/pci/drm/amd/display/dc/clk_mgr/
H A Dclk_mgr.c151 struct clk_mgr *dc_clk_mgr_create(struct dc_context *ctx, struct pp_smu_funcs *pp_smu, struct dccg *dccg) argument
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/clk_mgr/dce112/
H A Ddce112_clk_mgr.c223 dce112_clk_mgr_construct( struct dc_context *ctx, struct clk_mgr_internal *clk_mgr) argument
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn201/
H A Ddcn201_mpc.c103 dcn201_mpc_construct(struct dcn201_mpc *mpc201, struct dc_context *ctx, const struct dcn201_mpc_registers *mpc_regs, const struct dcn201_mpc_shift *mpc_shift, const struct dcn201_mpc_mask *mpc_mask, int num_mpcc) argument
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn31/
H A Ddcn31_apg.h73 struct dc_context *ctx; member in struct:apg
/openbsd-current/sys/dev/pci/drm/amd/display/dc/
H A Ddc_dsc.h44 struct dc_context *ctx; member in struct:display_stream_compressor
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_load_detect.c48 intel_load_detect_get_pipe(struct drm_connector *connector, struct drm_modeset_acquire_ctx *ctx) argument
203 intel_load_detect_release_pipe(struct drm_connector *connector, struct drm_atomic_state *state, struct drm_modeset_acquire_ctx *ctx) argument
/openbsd-current/sys/dev/pci/drm/i915/gem/
H A Di915_gem_ttm_pm.c52 struct ttm_operation_ctx ctx = {}; local
175 struct ttm_operation_ctx ctx = {}; local
/openbsd-current/sys/dev/pci/drm/amd/display/dc/inc/hw/
H A Dpanel_cntl.h57 struct dc_context *ctx; member in struct:panel_cntl_init_data
64 struct dc_context *ctx; member in struct:panel_cntl
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_symbolize.cpp62 static void AddFrame(void *ctx, const char *function_name, const char *file, argument
51 __tsan_symbolize_external_ex(uptr pc, void (*add_frame)(void *, const char *, const char *, int, int), void *ctx) argument

Completed in 323 milliseconds

1234567891011>>