/third_party/openssl/crypto/evp/ |
H A D | bio_ok.c | 321 static long ok_ctrl(BIO *b, int cmd, long num, void *ptr) in ok_ctrl() argument
|
H A D | bio_b64.c | 110 int ret = 0, i, ii, j, k, x, n, num, ret_code = 0; in b64_read() local 446 static long b64_ctrl(BIO *b, int cmd, long num, void *ptr) in b64_ctrl() argument [all...] |
H A D | bio_enc.c | 294 static long enc_ctrl(BIO *b, int cmd, long num, void *ptr) in enc_ctrl() argument
|
H A D | evp_pbe.c | 289 int EVP_PBE_get(int *ptype, int *ppbe_nid, size_t num) in EVP_PBE_get() argument
|
H A D | e_aria.c | 179 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 D | e_des3.c | 84 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...] |
/third_party/openssl/crypto/ |
H A D | mem.c | 171 void *CRYPTO_malloc(size_t num, const char *file, int line) in CRYPTO_malloc() argument 193 void *CRYPTO_zalloc(size_t num, const char *file, int line) in CRYPTO_zalloc() argument 205 void *CRYPTO_realloc(void *str, size_t num, const char *file, int line) in CRYPTO_realloc() argument 223 CRYPTO_clear_realloc(void *str, size_t old_len, size_t num, const char *file, int line) CRYPTO_clear_realloc() argument 261 CRYPTO_clear_free(void *str, size_t num, const char *file, int line) CRYPTO_clear_free() argument 296 CRYPTO_mem_debug_malloc(void *addr, size_t num, int flag, const char *file, int line) CRYPTO_mem_debug_malloc() argument 302 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 D | param_build.c | 40 } 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/openssl/crypto/poly1305/ |
H A D | poly1305.c | 479 size_t rem, num; in Poly1305_Update() local 516 size_t num; Poly1305_Final() local [all...] |
/third_party/openssl/crypto/ec/ |
H A D | ec2_smpl.c | 681 int ossl_ec_GF2m_simple_points_make_affine(const EC_GROUP *group, size_t num, in ossl_ec_GF2m_simple_points_make_affine() argument 868 ec_GF2m_simple_points_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) ec_GF2m_simple_points_mul() argument [all...] |
H A D | ec_mult.c | 46 size_t num; /* numblocks * 2^(w-1) */ member 410 ossl_ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) ossl_ec_wNAF_mul() argument 835 size_t i, bits, w, pre_points_per_block, blocksize, numblocks, num; ossl_ec_wNAF_precompute_mult() local [all...] |
/third_party/openssl/crypto/objects/ |
H A D | o_names.c | 155 int num = 0, alias; in OBJ_NAME_get() local
|
/third_party/openssl/crypto/bn/ |
H A D | bn_asm.c | 17 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, in bn_mul_add_words() argument 47 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) in bn_mul_words() argument 103 bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) bn_mul_add_words() argument 136 bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) bn_mul_words() argument 857 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np, const BN_ULONG *n0p, int num) bn_mul_mont() argument 952 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np, const BN_ULONG *n0, int num) bn_mul_mont() argument 1000 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np, const BN_ULONG *n0p, int num) bn_mul_mont() argument 1041 bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np, const BN_ULONG *n0, int num) bn_mul_mont() argument [all...] |
H A D | bn_ctx.c | 357 static void BN_POOL_release(BN_POOL *p, unsigned int num) in BN_POOL_release() argument
|
/third_party/openssl/apps/ |
H A D | asn1parse.c | 74 long num, tmplen; in asn1parse_main() local [all...] |
H A D | dhparam.c | 87 int text = 0, ret = 1, num = 0, g = 0; in dhparam_main() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | BinaryStream.h | 165 void read(T *v, size_t num) in read() argument 270 void write(const T *v, size_t num) in write() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | PassTimingInfo.cpp | 120 unsigned &num = PassIDCountMap[PassID]; in newPassTimer() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
H A D | AsmLexer.cpp | 561 size_t num = peekTokens(Buf, true); in LexToken() local
|
/third_party/openssl/crypto/sha/ |
H A D | sha_local.h | 137 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/openssl/crypto/stack/ |
H A D | stack.c | 25 int num; member [all...] |
/third_party/openssl/crypto/x509/ |
H A D | v3_crld.c | 243 const int num = sk_CONF_VALUE_num(nval); in v2i_crld() local
|
/third_party/openssl/ssl/ |
H A D | bio_ssl.c | 223 static long ssl_ctrl(BIO *b, int cmd, long num, void *ptr) in ssl_ctrl() argument [all...] |
/third_party/openssl/crypto/rsa/ |
H A D | rsa_ossl.c | 78 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 D | rsa_oaep.c | 150 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...] |