/openssl/crypto/ |
H A D | param_build.c | 40 } num; member 128 unsigned int num) in OSSL_PARAM_BLD_push_uint() 135 long int num) in OSSL_PARAM_BLD_push_long() 141 unsigned long int num) in OSSL_PARAM_BLD_push_ulong() 148 int32_t num) in OSSL_PARAM_BLD_push_int32() 154 uint32_t num) in OSSL_PARAM_BLD_push_uint32() 161 int64_t num) in OSSL_PARAM_BLD_push_int64() 167 uint64_t num) in OSSL_PARAM_BLD_push_uint64() 174 size_t num) in OSSL_PARAM_BLD_push_size_t() 181 time_t num) in OSSL_PARAM_BLD_push_time_t() [all …]
|
H A D | mem.c | 177 void *CRYPTO_malloc(size_t num, const char *file, int line) in CRYPTO_malloc() 218 void *CRYPTO_zalloc(size_t num, const char *file, int line) in CRYPTO_zalloc() 229 void *CRYPTO_aligned_alloc(size_t num, size_t alignment, void **freeptr, in CRYPTO_aligned_alloc() 291 void *CRYPTO_realloc(void *str, size_t num, const char *file, int line) in CRYPTO_realloc() 309 void *CRYPTO_clear_realloc(void *str, size_t old_len, size_t num, in CRYPTO_clear_realloc() 347 void CRYPTO_clear_free(void *str, size_t num, const char *file, int line) in CRYPTO_clear_free() 382 void CRYPTO_mem_debug_malloc(void *addr, size_t num, int flag, in CRYPTO_mem_debug_malloc() 388 void CRYPTO_mem_debug_realloc(void *addr1, void *addr2, size_t num, int flag, in CRYPTO_mem_debug_realloc()
|
/openssl/crypto/asn1/ |
H A D | evp_asn1.c | 36 int ret, num; in ASN1_TYPE_get_octetstring() local 64 long *num, unsigned char *data, int max_len) in asn1_type_get_int_oct() 83 int32_t num; member 109 int ASN1_TYPE_get_int_octetstring(const ASN1_TYPE *a, long *num, in ASN1_TYPE_get_int_octetstring() 136 int32_t num; member 165 int ossl_asn1_type_get_octetstring_int(const ASN1_TYPE *a, long *num, in ossl_asn1_type_get_octetstring_int()
|
/openssl/crypto/sha/ |
H A D | sha_riscv.c | 22 void sha256_block_data_order(SHA256_CTX *ctx, const void *in, size_t num) in sha256_block_data_order() 36 void sha512_block_data_order(SHA512_CTX *ctx, const void *in, size_t num) in sha512_block_data_order()
|
H A D | sha3.c | 56 size_t num, rem; in ossl_sha3_update() local 106 size_t num = ctx->bufsz; in ossl_sha3_final() local 143 size_t num = ctx->bufsz; in ossl_sha3_squeeze() local
|
/openssl/crypto/aes/ |
H A D | aes_cfb.c | 27 unsigned char *ivec, int *num, const int enc) in AES_cfb128_encrypt() 37 unsigned char *ivec, int *num, const int enc) in AES_cfb1_encrypt() 45 unsigned char *ivec, int *num, const int enc) in AES_cfb8_encrypt()
|
H A D | aes_ofb.c | 21 unsigned char *ivec, int *num) in AES_ofb128_encrypt()
|
/openssl/crypto/camellia/ |
H A D | cmll_cfb.c | 27 unsigned char *ivec, int *num, const int enc) in Camellia_cfb128_encrypt() 37 unsigned char *ivec, int *num, const int enc) in Camellia_cfb1_encrypt() 45 unsigned char *ivec, int *num, const int enc) in Camellia_cfb8_encrypt()
|
/openssl/crypto/bn/ |
H A D | rsaz_exp.h | 59 const BN_ULONG *b, size_t num) in bn_select_words() 71 BN_ULONG *tmp, size_t num) in bn_reduce_once_in_place()
|
H A D | bn_conv.c | 49 int i = 0, num, ok = 0, n, tbytes; in BN_bn2dec() local 124 int num; in BN_hex2bn() local 201 int num; in BN_dec2bn() local
|
/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_hw.c | 51 int num = dat->num; in ossl_cipher_hw_generic_ofb128() local 62 int num = dat->num; in ossl_cipher_hw_generic_cfb128() local 74 int num = dat->num; in ossl_cipher_hw_generic_cfb8() local 86 int num = dat->num; in ossl_cipher_hw_generic_cfb1() local 114 unsigned int num = dat->num; in ossl_cipher_hw_generic_ctr() local
|
/openssl/crypto/modes/ |
H A D | cfb128.c | 27 unsigned char ivec[16], int *num, in CRYPTO_cfb128_encrypt() 155 int n, rem, num; in cfbr_encrypt_block() local 188 unsigned char ivec[16], int *num, in CRYPTO_cfb128_1_encrypt() 204 unsigned char ivec[16], int *num, in CRYPTO_cfb128_8_encrypt()
|
/openssl/crypto/rand/ |
H A D | rand_meth.c | 15 static int drbg_add(const void *buf, int num, double randomness) in drbg_add() 26 static int drbg_seed(const void *buf, int num) in drbg_seed()
|
/openssl/crypto/bio/ |
H A D | bss_bio.c | 203 ossl_ssize_t num; in bio_nread0() local 240 ossl_ssize_t num, available; in bio_nread() local 270 size_t num = num_; in bio_write() local 348 size_t num; in bio_nwrite0() local 396 ossl_ssize_t num, space; in bio_nwrite() local 416 static long bio_ctrl(BIO *bio, int cmd, long num, void *ptr) in bio_ctrl() 758 int BIO_nread(BIO *bio, char **buf, int num) in BIO_nread() 789 int BIO_nwrite(BIO *bio, char **buf, int num) in BIO_nwrite()
|
H A D | bf_buff.c | 89 int i, num = 0; in buffer_read() local 160 int i, num = 0; in buffer_write() local 235 static long buffer_ctrl(BIO *b, int cmd, long num, void *ptr) in buffer_ctrl() 422 int num = 0, i, flag; in buffer_gets() local
|
H A D | bf_nbio.c | 81 int num; in nbiof_read() local 112 int num; in nbiof_write() local 148 static long nbiof_ctrl(BIO *b, int cmd, long num, void *ptr) in nbiof_ctrl()
|
H A D | bf_readbuff.c | 108 int i, num = 0; in readbuffer_read() local 162 static long readbuffer_ctrl(BIO *b, int cmd, long num, void *ptr) in readbuffer_ctrl() 221 int num = 0, num_chars, found_newline; in readbuffer_gets() local
|
/openssl/crypto/evp/ |
H A D | e_camellia.c | 257 int num = EVP_CIPHER_CTX_get_num(ctx); in camellia_ofb_cipher() local 268 int num = EVP_CIPHER_CTX_get_num(ctx); in camellia_cfb_cipher() local 280 int num = EVP_CIPHER_CTX_get_num(ctx); in camellia_cfb8_cipher() local 293 int num = EVP_CIPHER_CTX_get_num(ctx); in camellia_cfb1_cipher() local 302 int num = EVP_CIPHER_CTX_get_num(ctx); in camellia_cfb1_cipher() local 313 int num = EVP_CIPHER_CTX_get_num(ctx); in camellia_cfb1_cipher() local 328 unsigned int num; in camellia_ctr_cipher() local
|
H A D | e_des.c | 74 int num = EVP_CIPHER_CTX_get_num(ctx); in des_ofb_cipher() local 84 int num = EVP_CIPHER_CTX_get_num(ctx); in des_ofb_cipher() local 123 int num = EVP_CIPHER_CTX_get_num(ctx); in des_cfb64_cipher() local 134 int num = EVP_CIPHER_CTX_get_num(ctx); in des_cfb64_cipher() local
|
/openssl/crypto/sm3/ |
H A D | sm3_riscv.c | 22 void ossl_hwsm3_block_data_order(SM3_CTX *c, const void *p, size_t num) in ossl_hwsm3_block_data_order()
|
/openssl/crypto/engine/ |
H A D | eng_ctrl.c | 47 static int int_ctrl_cmd_by_num(const ENGINE_CMD_DEFN *defn, unsigned int num) in int_ctrl_cmd_by_num() 194 int num; in ENGINE_ctrl_cmd() local 230 int num, flags; in ENGINE_ctrl_cmd_string() local
|
/openssl/crypto/async/arch/ |
H A D | async_posix.c | 82 static void *async_stack_alloc(size_t *num) in async_stack_alloc() 102 size_t num = STACKSIZE; in async_fibre_makecontext() local
|
/openssl/crypto/lhash/ |
H A D | lh_stats.c | 94 unsigned int i, num; in OPENSSL_LH_node_stats_bio() local 106 unsigned long num; in OPENSSL_LH_node_usage_stats_bio() local
|
/openssl/include/openssl/ |
H A D | crypto.h.in | 102 # define OPENSSL_malloc(num) \ argument 104 # define OPENSSL_zalloc(num) \ argument 106 # define OPENSSL_aligned_alloc(num, alignment, freeptr) \ argument 109 # define OPENSSL_realloc(addr, num) \ argument 111 # define OPENSSL_clear_realloc(addr, old_num, num) \ argument 113 # define OPENSSL_clear_free(addr, num) \ argument 123 # define OPENSSL_secure_malloc(num) \ argument 125 # define OPENSSL_secure_zalloc(num) \ argument 129 # define OPENSSL_secure_clear_free(addr, num) \ argument
|
/openssl/crypto/seed/ |
H A D | seed_ofb.c | 21 unsigned char ivec[SEED_BLOCK_SIZE], int *num) in SEED_ofb128_encrypt()
|