Searched defs:cmp (Results 1 – 9 of 9) sorted by relevance
/openssl/test/ |
H A D | params_api_test.c | 116 static int test_param_type_extra(OSSL_PARAM *param, const unsigned char *cmp, in test_param_type_extra() 198 unsigned char buf[MAX_LEN], cmp[sizeof(int)]; in test_param_int() local 228 unsigned char buf[MAX_LEN], cmp[sizeof(long int)]; in test_param_long() local 258 unsigned char buf[MAX_LEN], cmp[sizeof(unsigned int)]; in test_param_uint() local 287 unsigned char buf[MAX_LEN], cmp[sizeof(unsigned long int)]; in test_param_ulong() local 317 unsigned char buf[MAX_LEN], cmp[sizeof(int32_t)]; in test_param_int32() local 347 unsigned char buf[MAX_LEN], cmp[sizeof(uint32_t)]; in test_param_uint32() local 377 unsigned char buf[MAX_LEN], cmp[sizeof(int64_t)]; in test_param_int64() local 407 unsigned char buf[MAX_LEN], cmp[sizeof(uint64_t)]; in test_param_uint64() local 437 unsigned char buf[MAX_LEN], cmp[sizeof(size_t)]; in test_param_size_t() local [all …]
|
H A D | priority_queue_test.c | 167 static int cmp(const INFO *a, const INFO *b) in cmp() function
|
/openssl/include/openssl/ |
H A D | objects.h | 89 # define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \ argument 149 # define OBJ_bsearch(type1,key,type2,base,num,cmp) \ argument 156 # define OBJ_bsearch_ex(type1,key,type2,base,num,cmp,flags) \ argument
|
/openssl/ssl/ |
H A D | pqueue.c | 62 int cmp = memcmp(next->priority, item->priority, 8); in pqueue_insert() local
|
/openssl/ssl/record/methods/ |
H A D | dtls_meth.c | 42 int cmp; in dtls_record_replay_check() local 64 int cmp; in dtls_record_bitmap_update() local
|
/openssl/crypto/txt_db/ |
H A D | txt_db.c | 148 OPENSSL_LH_HASHFUNC hash, OPENSSL_LH_COMPFUNC cmp) in TXT_DB_create_index()
|
/openssl/crypto/encode_decode/ |
H A D | decoder_pkey.c | 660 int cmp; in decoder_cache_entry_cmp() local
|
/openssl/crypto/x509/ |
H A D | v3_addr.c | 700 int cmp = memcmp(a->data, b->data, len); in IPAddressFamily_cmp() local
|
H A D | v3_utl.c | 432 int ossl_v3_name_cmp(const char *name, const char *cmp) in ossl_v3_name_cmp()
|
Completed in 24 milliseconds