Home
last modified time | relevance | path

Searched defs:ctx (Results 101 - 125 of 4854) sorted by relevance

12345678910>>...195

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_blowfish.c29 PROV_BLOWFISH_CTX *ctx = (PROV_BLOWFISH_CTX *)vctx; in blowfish_freectx() local
35 static void *blowfish_dupctx(void *ctx) in blowfish_dupctx() argument
H A Dcipher_camellia.c27 PROV_CAMELLIA_CTX *ctx = (PROV_CAMELLIA_CTX *)vctx; in camellia_freectx() local
33 static void *camellia_dupctx(void *ctx) in camellia_dupctx() argument
H A Dcipher_cast5.c30 PROV_CAST_CTX *ctx = (PROV_CAST_CTX *)vctx; in cast5_freectx() local
36 static void *cast5_dupctx(void *ctx) in cast5_dupctx() argument
H A Dcipher_blowfish_hw.c18 static int cipher_hw_blowfish_initkey(PROV_CIPHER_CTX *ctx, in cipher_hw_blowfish_initkey() argument
H A Dcipher_cast5_hw.c18 static int cipher_hw_cast5_initkey(PROV_CIPHER_CTX *ctx, in cipher_hw_cast5_initkey() argument
H A Dcipher_idea.c28 PROV_IDEA_CTX *ctx = (PROV_IDEA_CTX *)vctx; in idea_freectx() local
34 static void *idea_dupctx(void *ctx) in idea_dupctx() argument
H A Dcipher_rc2_hw.c18 static int cipher_hw_rc2_initkey(PROV_CIPHER_CTX *ctx, in cipher_hw_rc2_initkey() argument
H A Dcipher_sm4.c21 PROV_SM4_CTX *ctx = (PROV_SM4_CTX *)vctx; in sm4_freectx() local
27 static void *sm4_dupctx(void *ctx) in sm4_dupctx() argument
H A Dcipher_seed.c27 PROV_SEED_CTX *ctx = (PROV_SEED_CTX *)vctx; in seed_freectx() local
33 static void *seed_dupctx(void *ctx) in seed_dupctx() argument
H A Dcipher_sm4_hw.c12 static int cipher_hw_sm4_initkey(PROV_CIPHER_CTX *ctx, in cipher_hw_sm4_initkey() argument
H A Dcipher_seed_hw.c18 static int cipher_hw_seed_initkey(PROV_CIPHER_CTX *ctx, in cipher_hw_seed_initkey() argument
H A Dcipher_rc5_hw.c18 static int cipher_hw_rc5_initkey(PROV_CIPHER_CTX *ctx, in cipher_hw_rc5_initkey() argument
/third_party/node/deps/openssl/openssl/providers/implementations/digests/
H A Dmd5_sha1_prov.c33 static const OSSL_PARAM *md5_sha1_settable_ctx_params(ossl_unused void *ctx, in md5_sha1_settable_ctx_params() argument
43 MD5_SHA1_CTX *ctx = (MD5_SHA1_CTX *)vctx; in md5_sha1_set_ctx_params() local
H A Dmdc2_prov.c33 static const OSSL_PARAM *mdc2_settable_ctx_params(ossl_unused void *ctx, in mdc2_settable_ctx_params() argument
42 MDC2_CTX *ctx = (MDC2_CTX *)vctx; in mdc2_set_ctx_params() local
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_int.c31 static void *s2i_asn1_int(X509V3_EXT_METHOD *meth, X509V3_CTX *ctx, in s2i_asn1_int() argument
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_seed.c36 static int seed_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, in seed_init_key() argument
H A Dlegacy_md5_sha1.c22 static int md5_sha1_int_ctrl(EVP_MD_CTX *ctx, int cmd, int mslen, void *ms) in md5_sha1_int_ctrl() argument
/third_party/node/deps/openssl/openssl/crypto/ffc/
H A Dffc_key_generate.c22 int ossl_ffc_generate_private_key(BN_CTX *ctx, const FFC_PARAMS *params, in ossl_ffc_generate_private_key() argument
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_init.c18 PKCS12 *PKCS12_init_ex(int mode, OSSL_LIB_CTX *ctx, const char *propq) in PKCS12_init_ex() argument
/third_party/node/deps/openssl/openssl/crypto/async/arch/
H A Dasync_posix.c22 ucontext_t ctx; in ASYNC_is_capable() local
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_kron.c17 int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in BN_kronecker() argument
H A Dbn_sqrt.c13 BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx) in BN_mod_sqrt() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_check.c46 int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx) in EC_GROUP_check() argument
19 EC_GROUP_check_named_curve(const EC_GROUP *group, int nist_only, BN_CTX *ctx) EC_GROUP_check_named_curve() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A DLPdir_nyi.c46 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) in LP_find_file() argument
52 int LP_find_file_end(LP_DIR_CTX **ctx) in LP_find_file_end() argument
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DIBufferMessage.cs46 void InternalMergeFrom(ref ParseContext ctx); in InternalMergeFrom() argument
52 void InternalWriteTo(ref WriteContext ctx); in InternalWriteTo() argument

Completed in 6 milliseconds

12345678910>>...195