/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_blowfish.c | 29 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 D | cipher_camellia.c | 27 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 D | cipher_cast5.c | 30 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 D | cipher_blowfish_hw.c | 18 static int cipher_hw_blowfish_initkey(PROV_CIPHER_CTX *ctx, in cipher_hw_blowfish_initkey() argument
|
H A D | cipher_cast5_hw.c | 18 static int cipher_hw_cast5_initkey(PROV_CIPHER_CTX *ctx, in cipher_hw_cast5_initkey() argument
|
H A D | cipher_idea.c | 28 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 D | cipher_rc2_hw.c | 18 static int cipher_hw_rc2_initkey(PROV_CIPHER_CTX *ctx, in cipher_hw_rc2_initkey() argument
|
H A D | cipher_sm4.c | 21 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 D | cipher_seed.c | 27 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 D | cipher_sm4_hw.c | 12 static int cipher_hw_sm4_initkey(PROV_CIPHER_CTX *ctx, in cipher_hw_sm4_initkey() argument
|
H A D | cipher_seed_hw.c | 18 static int cipher_hw_seed_initkey(PROV_CIPHER_CTX *ctx, in cipher_hw_seed_initkey() argument
|
H A D | cipher_rc5_hw.c | 18 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 D | md5_sha1_prov.c | 33 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 D | mdc2_prov.c | 33 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 D | v3_int.c | 31 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 D | e_seed.c | 36 static int seed_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key, in seed_init_key() argument
|
H A D | legacy_md5_sha1.c | 22 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 D | ffc_key_generate.c | 22 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 D | p12_init.c | 18 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 D | async_posix.c | 22 ucontext_t ctx; in ASYNC_is_capable() local
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_kron.c | 17 int BN_kronecker(const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in BN_kronecker() argument
|
H A D | bn_sqrt.c | 13 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 D | ec_check.c | 46 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 D | LPdir_nyi.c | 46 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 D | IBufferMessage.cs | 46 void InternalMergeFrom(ref ParseContext ctx); in InternalMergeFrom() argument 52 void InternalWriteTo(ref WriteContext ctx); in InternalWriteTo() argument
|