Home
last modified time | relevance | path

Searched refs:num (Results 1 – 7 of 7) sorted by relevance

/babblesim_ext_libCryptov1-latest/include/openssl/
Dcrypto.h381 # define OPENSSL_malloc(num) CRYPTO_malloc((int)num,__FILE__,__LINE__) argument
383 # define OPENSSL_realloc(addr,num) \ argument
384 CRYPTO_realloc((char *)addr,(int)num,__FILE__,__LINE__)
385 # define OPENSSL_realloc_clean(addr,old_num,num) \ argument
386 CRYPTO_realloc_clean(addr,old_num,num,__FILE__,__LINE__)
387 # define OPENSSL_remalloc(addr,num) \ argument
388 CRYPTO_remalloc((char **)addr,(int)num,__FILE__,__LINE__)
392 # define OPENSSL_malloc_locked(num) \ argument
393 CRYPTO_malloc_locked((int)num,__FILE__,__LINE__)
442 (int *num, int mount, int type,
[all …]
Dobjects.h1018 const void *OBJ_bsearch_(const void *key, const void *base, int num, int size,
1020 const void *OBJ_bsearch_ex_(const void *key, const void *base, int num,
1028 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
1033 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
1069 static type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) \
1071 return (type2 *)OBJ_bsearch_(key, base, num, sizeof(type2), \
1083 type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) \
1085 return (type2 *)OBJ_bsearch_(key, base, num, sizeof(type2), \
1090 # define OBJ_bsearch(type1,key,type2,base,num,cmp) \ argument
1092 num,sizeof(type2), \
[all …]
Dbio.h334 int num; member
561 # define BIO_set_ssl_renegotiate_bytes(b,num) \ argument
562 BIO_ctrl(b,BIO_C_SET_SSL_RENEGOTIATE_BYTES,num,NULL);
582 # define BIO_set_buffer_read_data(b,buf,num) BIO_ctrl(b,BIO_C_SET_BUFF_READ_DATA,num,buf) argument
684 int BIO_nread(BIO *bio, char **buf, int num);
686 int BIO_nwrite(BIO *bio, char **buf, int num);
Dstack.h67 int num; member
74 # define M_sk_num(sk) ((sk) ? (sk)->num:-1)
Dbn.h779 int RAND_pseudo_bytes(unsigned char *buf, int num);
848 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num,
850 BN_ULONG bn_mul_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w);
851 void bn_sqr_words(BN_ULONG *rp, const BN_ULONG *ap, int num);
854 int num);
856 int num);
Dasn1.h923 int a2d_ASN1_OBJECT(unsigned char *out, int olen, const char *buf, int num);
1040 int ASN1_bn_print(BIO *bp, const char *number, const BIGNUM *num,
1056 int ASN1_TYPE_set_int_octetstring(ASN1_TYPE *a, long num,
1058 int ASN1_TYPE_get_int_octetstring(ASN1_TYPE *a, long *num,
Devp.h459 int num; /* used by cfb/ofb/ctr mode */ member
471 int num; member