Home
last modified time | relevance | path

Searched defs:num (Results 901 - 925 of 1909) sorted by relevance

1...<<31323334353637383940>>...77

/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_bio.c203 ossl_ssize_t num; in bio_nread0() local
240 ossl_ssize_t num, available; in bio_nread() local
270 size_t num = num_; bio_write() local
348 size_t num; bio_nwrite0() local
396 ossl_ssize_t num, space; bio_nwrite() local
416 bio_ctrl(BIO *bio, int cmd, long num, void *ptr) bio_ctrl() argument
762 BIO_nread(BIO *bio, char **buf, int num) BIO_nread() argument
793 BIO_nwrite(BIO *bio, char **buf, int num) BIO_nwrite() argument
[all...]
H A Dbss_conn.c385 conn_ctrl(BIO *b, int cmd, long num, void *ptr) conn_ctrl() argument
[all...]
H A Dbss_acpt.c403 static long acpt_ctrl(BIO *b, int cmd, long num, void *ptr) in acpt_ctrl() argument
[all...]
H A Dbss_core.c66 static long bio_core_ctrl(BIO *bio, int cmd, long num, void *ptr) in bio_core_ctrl() argument
/third_party/node/deps/openssl/openssl/providers/common/
H A Dbio_prov.c120 int ossl_prov_bio_ctrl(OSSL_CORE_BIO *bio, int cmd, long num, void *ptr) in ossl_prov_bio_ctrl() argument
176 static long bio_core_ctrl(BIO *bio, int cmd, long num, void *ptr) in bio_core_ctrl() argument
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dciphercommon.c666 unsigned int num; in ossl_cipher_generic_set_ctx_params() local
/third_party/node/deps/openssl/openssl/providers/implementations/digests/
H A Dsha3_prov.c72 size_t num, rem; in keccak_update() local
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
H A Dciphercommon_gcm.h60 size_t num; member
/third_party/node/deps/openssl/openssl/ssl/
H A Dbio_ssl.c223 static long ssl_ctrl(BIO *b, int cmd, long num, void *ptr) in ssl_ctrl() argument
[all...]
H A Ds3_enc.c18 static int ssl3_generate_key_block(SSL *s, unsigned char *km, int num) in ssl3_generate_key_block() argument
249 int num; in ssl3_setup_key_block() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/sha/
H A Dsha_local.h137 static void HASH_BLOCK_DATA_ORDER(SHA_CTX *c, const void *p, size_t num) in HASH_BLOCK_DATA_ORDER() argument
366 static void HASH_BLOCK_DATA_ORDER(SHA_CTX *c, const void *p, size_t num) in HASH_BLOCK_DATA_ORDER() argument
/third_party/node/deps/openssl/openssl/crypto/stack/
H A Dstack.c25 int num; member
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dtrace.c117 const int num; member
143 const char *OSSL_trace_get_category_name(int num) in OSSL_trace_get_category_name() argument
64 trace_write(BIO *channel, const char *buf, size_t num, size_t *written) trace_write() argument
[all...]
H A Dmem.c177 void *CRYPTO_malloc(size_t num, const char *file, int line) in CRYPTO_malloc() argument
199 void *CRYPTO_zalloc(size_t num, const char *file, int line) in CRYPTO_zalloc() argument
210 void *CRYPTO_realloc(void *str, size_t num, const char *file, int line) in CRYPTO_realloc() argument
228 CRYPTO_clear_realloc(void *str, size_t old_len, size_t num, const char *file, int line) CRYPTO_clear_realloc() argument
266 CRYPTO_clear_free(void *str, size_t num, const char *file, int line) CRYPTO_clear_free() argument
301 CRYPTO_mem_debug_malloc(void *addr, size_t num, int flag, const char *file, int line) CRYPTO_mem_debug_malloc() argument
307 CRYPTO_mem_debug_realloc(void *addr1, void *addr2, size_t num, int flag, const char *file, int line) CRYPTO_mem_debug_realloc() argument
[all...]
H A Dparam_build.c40 } num; member
122 int OSSL_PARAM_BLD_push_int(OSSL_PARAM_BLD *bld, const char *key, int num) in OSSL_PARAM_BLD_push_int() argument
76 param_push_num(OSSL_PARAM_BLD *bld, const char *key, void *num, size_t size, int type) param_push_num() argument
127 OSSL_PARAM_BLD_push_uint(OSSL_PARAM_BLD *bld, const char *key, unsigned int num) OSSL_PARAM_BLD_push_uint() argument
134 OSSL_PARAM_BLD_push_long(OSSL_PARAM_BLD *bld, const char *key, long int num) OSSL_PARAM_BLD_push_long() argument
140 OSSL_PARAM_BLD_push_ulong(OSSL_PARAM_BLD *bld, const char *key, unsigned long int num) OSSL_PARAM_BLD_push_ulong() argument
147 OSSL_PARAM_BLD_push_int32(OSSL_PARAM_BLD *bld, const char *key, int32_t num) OSSL_PARAM_BLD_push_int32() argument
153 OSSL_PARAM_BLD_push_uint32(OSSL_PARAM_BLD *bld, const char *key, uint32_t num) OSSL_PARAM_BLD_push_uint32() argument
160 OSSL_PARAM_BLD_push_int64(OSSL_PARAM_BLD *bld, const char *key, int64_t num) OSSL_PARAM_BLD_push_int64() argument
166 OSSL_PARAM_BLD_push_uint64(OSSL_PARAM_BLD *bld, const char *key, uint64_t num) OSSL_PARAM_BLD_push_uint64() argument
173 OSSL_PARAM_BLD_push_size_t(OSSL_PARAM_BLD *bld, const char *key, size_t num) OSSL_PARAM_BLD_push_size_t() argument
180 OSSL_PARAM_BLD_push_time_t(OSSL_PARAM_BLD *bld, const char *key, time_t num) OSSL_PARAM_BLD_push_time_t() argument
187 OSSL_PARAM_BLD_push_double(OSSL_PARAM_BLD *bld, const char *key, double num) OSSL_PARAM_BLD_push_double() argument
312 int i, num = sk_OSSL_PARAM_BLD_DEF_num(bld->params); param_bld_convert() local
362 const int num = sk_OSSL_PARAM_BLD_DEF_num(bld->params); OSSL_PARAM_BLD_to_param() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_crld.c248 const int num = sk_CONF_VALUE_num(nval); in v2i_crld() local
H A Dv3_san.c305 const int num = sk_CONF_VALUE_num(nval); in v2i_issuer_alt() local
342 int i, num; in copy_issuer() local
384 const int num = sk_CONF_VALUE_num(nval); in v2i_subject_alt() local
480 const int num = sk_CONF_VALUE_num(nval); v2i_GENERAL_NAMES() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aria.c179 unsigned int num; in aria_ctr_cipher() local
95 aria_cfb128_encrypt(const unsigned char *in, unsigned char *out, size_t length, const ARIA_KEY *key, unsigned char *ivec, int *num, const int enc) aria_cfb128_encrypt() argument
104 aria_cfb1_encrypt(const unsigned char *in, unsigned char *out, size_t length, const ARIA_KEY *key, unsigned char *ivec, int *num, const int enc) aria_cfb1_encrypt() argument
112 aria_cfb8_encrypt(const unsigned char *in, unsigned char *out, size_t length, const ARIA_KEY *key, unsigned char *ivec, int *num, const int enc) aria_cfb8_encrypt() argument
126 aria_ofb128_encrypt(const unsigned char *in, unsigned char *out, size_t length, const ARIA_KEY *key, unsigned char *ivec, int *num) aria_ofb128_encrypt() argument
[all...]
H A De_des3.c84 int num = EVP_CIPHER_CTX_get_num(ctx); in des_ede_ofb_cipher() local
96 int num = EVP_CIPHER_CTX_get_num(ctx); in des_ede_ofb_cipher() local
139 int num = EVP_CIPHER_CTX_get_num(ctx); in des_ede_cfb64_cipher() local
150 int num in des_ede_cfb64_cipher() local
[all...]
H A Devp_pbe.c289 int EVP_PBE_get(int *ptype, int *ppbe_nid, size_t num) in EVP_PBE_get() argument
/third_party/node/deps/openssl/openssl/crypto/objects/
H A Do_names.c155 int num = 0, alias; in OBJ_NAME_get() local
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_pkey.c369 static int no_password_cb(char *buf, int num, int rwflag, void *userdata) in no_password_cb() argument
/third_party/node/deps/openssl/openssl/crypto/poly1305/
H A Dpoly1305.c479 size_t rem, num; in Poly1305_Update() local
516 size_t num; Poly1305_Final() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_ossl.c78 int i, num = 0, r = -1; in rsa_ossl_public_encrypt() local
246 int i, num in rsa_ossl_private_encrypt() local
378 int j, num = 0, r = -1; rsa_ossl_private_decrypt() local
515 int i, num = 0, r = -1; rsa_ossl_public_decrypt() local
[all...]
H A Drsa_oaep.c150 RSA_padding_check_PKCS1_OAEP(unsigned char *to, int tlen, const unsigned char *from, int flen, int num, const unsigned char *param, int plen) RSA_padding_check_PKCS1_OAEP() argument
158 RSA_padding_check_PKCS1_OAEP_mgf1(unsigned char *to, int tlen, const unsigned char *from, int flen, int num, const unsigned char *param, int plen, const EVP_MD *md, const EVP_MD *mgf1md) RSA_padding_check_PKCS1_OAEP_mgf1() argument
[all...]

Completed in 17 milliseconds

1...<<31323334353637383940>>...77