Home
last modified time | relevance | path

Searched refs:id_size (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/
H A Dmail-duplicate.c49 unsigned int id_size; member
65 uint32_t id_size; member
101 return (d1->id_size == d2->id_size && in mail_duplicate_cmp()
273 sizeof(hdr.id_size)); in mail_duplicate_read_records()
298 dup_q.id_size = hdr.id_size; in mail_duplicate_read_records()
311 memcpy(new_id, data, hdr.id_size); in mail_duplicate_read_records()
316 dup->id_size = hdr.id_size; in mail_duplicate_read_records()
512 dup_q.id_size = id_size; in mail_duplicate_get()
519 dup->id_size = id_size; in mail_duplicate_get()
575 const void *id, size_t id_size, in mail_duplicate_mark() argument
[all …]
/dports/audio/libxmp/libxmp-4.5.0/src/loaders/
H A Diff.c31 unsigned id_size; member
47 if (id && !memcmp(id, i->id, data->id_size)) { in iff_process()
72 D_(D_INFO "chunk id size: %d", data->id_size); in iff_chunk()
73 if (hio_read(id, 1, data->id_size, f) != data->id_size) { in iff_chunk()
85 if (hio_read(id, 1, data->id_size, f) != data->id_size){ in iff_chunk()
119 if (size < data->id_size + 4) in iff_chunk()
121 size -= data->id_size + 4; in iff_chunk()
137 data->id_size = 4; in libxmp_iff_new()
207 data->id_size = n; in libxmp_iff_id_size()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/sra-sort/
H A Dmap-file.c62 size_t id_size; member
280 for ( ++ num_ids, self -> id_size = 1; self -> id_size < 8; ++ self -> id_size ) in MapFileSetIdRange()
349 if ( num_writ != self -> id_size ) in MapFileSetOldToNew()
406 if ( num_writ != self -> id_size ) in MapFileSetNewToOld()
659 switch ( self -> id_size ) in MapFileAllocMissingNewIds()
720 … for ( num_read *= self -> id_size, j = 0; j < num_read; j += self -> id_size ) in MapFileAllocMissingNewIds()
813 num_read -= self -> id_size; in MapFileReadNewToOld()
855 eof = self -> num_ids * self -> id_size; in MapFileSelectOldToNewPairs()
864 uint64_t pos = total * self -> id_size; in MapFileSelectOldToNewPairs()
937 eof = self -> num_ids * self -> id_size; in MapFileSelectOldToNewSingle()
[all …]
/dports/security/nettle/nettle-3.7.3/
H A Dpkcs1.c54 unsigned id_size, in _pkcs1_signature_prefix() argument
60 if (key_size < 11 + id_size + digest_size) in _pkcs1_signature_prefix()
63 j = key_size - digest_size - id_size; in _pkcs1_signature_prefix()
65 memcpy (buffer + j, id, id_size); in _pkcs1_signature_prefix()
73 return buffer + j + id_size; in _pkcs1_signature_prefix()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/nettle/
H A Dpkcs1.c54 unsigned id_size, in _pkcs1_signature_prefix() argument
60 if (key_size < 11 + id_size + digest_size) in _pkcs1_signature_prefix()
63 j = key_size - digest_size - id_size; in _pkcs1_signature_prefix()
65 memcpy (buffer + j, id, id_size); in _pkcs1_signature_prefix()
73 return buffer + j + id_size; in _pkcs1_signature_prefix()
/dports/devel/liteide/liteide-x37.4/liteidex/src/liteapp/
H A Dgoproxy.cpp47 static void cdrv_callback(char *id, int id_size, char *reply, int len, int err, void *ctx) in cdrv_callback() argument
49 ((GoProxy*)(ctx))->callback(id,id_size,reply,len,err); in cdrv_callback()
90 void GoProxy::callback(char *id, int id_size, char *reply, int reply_size, int flag) in callback() argument
92 if (m_id != QByteArray(id,id_size)) { in callback()
116 void cdrv_cb(DRV_CALLBACK cb, char *id, int id_size, char *reply, int size, int err, void* ctx) in cdrv_cb() argument
118 cb(id,id_size,reply,size,err,ctx); in cdrv_cb()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/artwork/
H A Dmusicbrainz.c70 const size_t id_size = artwork_http_request(id_url, buffer, sizeof(buffer)); in fetch_from_musicbrainz() local
71 if (!id_size) { in fetch_from_musicbrainz()
72 trace("fetch_from_musicbrainz: failed to read (%d)\n", id_size); in fetch_from_musicbrainz()
77 if (!mbid || mbid+sizeof(MB_ID_STRING)+MB_ID_LENGTH > buffer+id_size) { in fetch_from_musicbrainz()
78 … trace("fetch_from_musicbrainz: release-group ID not found in response (%d bytes)\n", id_size); in fetch_from_musicbrainz()
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/src/port/iotsafe/
H A Diotsafe.c1030 uint16_t id_size = IOTSAFE_ID_SIZE; in wolfIoT_ecc_verify() local
1101 ret = iotsafe_verify_hash(pubkey_slot, id_size, in wolfIoT_ecc_verify()
1164 uint16_t id_size = IOTSAFE_ID_SIZE; in wolfIoT_ecc_shared_secret() local
1313 return iotsafe_get_public_key(key_id, id_size, key); in wc_iotsafe_ecc_import_public_ex()
1318 return iotsafe_put_public_key(key_id, id_size, key); in wc_iotsafe_ecc_export_public_ex()
1322 word32 *outlen, byte *key_id, uint16_t id_size) in wc_iotsafe_ecc_sign_hash_ex() argument
1349 int wc_iotsafe_ecc_gen_k_ex(byte *key_id, uint16_t id_size) in wc_iotsafe_ecc_gen_k_ex() argument
1351 return iotsafe_gen_keypair(key_id, id_size, NULL); in wc_iotsafe_ecc_gen_k_ex()
1452 XMEMCPY(&iotsafe.privkey_id, privkey_id, id_size); in wolfSSL_iotsafe_on_ex()
1455 XMEMCPY(&iotsafe.peer_cert_slot, peer_cert_slot, id_size); in wolfSSL_iotsafe_on_ex()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/port/iotsafe/
H A Diotsafe.c1030 uint16_t id_size = IOTSAFE_ID_SIZE; in wolfIoT_ecc_verify() local
1101 ret = iotsafe_verify_hash(pubkey_slot, id_size, in wolfIoT_ecc_verify()
1164 uint16_t id_size = IOTSAFE_ID_SIZE; in wolfIoT_ecc_shared_secret() local
1313 return iotsafe_get_public_key(key_id, id_size, key); in wc_iotsafe_ecc_import_public_ex()
1318 return iotsafe_put_public_key(key_id, id_size, key); in wc_iotsafe_ecc_export_public_ex()
1322 word32 *outlen, byte *key_id, uint16_t id_size) in wc_iotsafe_ecc_sign_hash_ex() argument
1349 int wc_iotsafe_ecc_gen_k_ex(byte *key_id, uint16_t id_size) in wc_iotsafe_ecc_gen_k_ex() argument
1351 return iotsafe_gen_keypair(key_id, id_size, NULL); in wc_iotsafe_ecc_gen_k_ex()
1452 XMEMCPY(&iotsafe.privkey_id, privkey_id, id_size); in wolfSSL_iotsafe_on_ex()
1455 XMEMCPY(&iotsafe.peer_cert_slot, peer_cert_slot, id_size); in wolfSSL_iotsafe_on_ex()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/port/iotsafe/
H A Diotsafe.c1030 uint16_t id_size = IOTSAFE_ID_SIZE; in wolfIoT_ecc_verify() local
1101 ret = iotsafe_verify_hash(pubkey_slot, id_size, in wolfIoT_ecc_verify()
1164 uint16_t id_size = IOTSAFE_ID_SIZE; in wolfIoT_ecc_shared_secret() local
1313 return iotsafe_get_public_key(key_id, id_size, key); in wc_iotsafe_ecc_import_public_ex()
1318 return iotsafe_put_public_key(key_id, id_size, key); in wc_iotsafe_ecc_export_public_ex()
1322 word32 *outlen, byte *key_id, uint16_t id_size) in wc_iotsafe_ecc_sign_hash_ex() argument
1349 int wc_iotsafe_ecc_gen_k_ex(byte *key_id, uint16_t id_size) in wc_iotsafe_ecc_gen_k_ex() argument
1351 return iotsafe_gen_keypair(key_id, id_size, NULL); in wc_iotsafe_ecc_gen_k_ex()
1452 XMEMCPY(&iotsafe.privkey_id, privkey_id, id_size); in wolfSSL_iotsafe_on_ex()
1455 XMEMCPY(&iotsafe.peer_cert_slot, peer_cert_slot, id_size); in wolfSSL_iotsafe_on_ex()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/port/iotsafe/
H A Diotsafe.c1030 uint16_t id_size = IOTSAFE_ID_SIZE; in wolfIoT_ecc_verify() local
1101 ret = iotsafe_verify_hash(pubkey_slot, id_size, in wolfIoT_ecc_verify()
1164 uint16_t id_size = IOTSAFE_ID_SIZE; in wolfIoT_ecc_shared_secret() local
1313 return iotsafe_get_public_key(key_id, id_size, key); in wc_iotsafe_ecc_import_public_ex()
1318 return iotsafe_put_public_key(key_id, id_size, key); in wc_iotsafe_ecc_export_public_ex()
1322 word32 *outlen, byte *key_id, uint16_t id_size) in wc_iotsafe_ecc_sign_hash_ex() argument
1349 int wc_iotsafe_ecc_gen_k_ex(byte *key_id, uint16_t id_size) in wc_iotsafe_ecc_gen_k_ex() argument
1351 return iotsafe_gen_keypair(key_id, id_size, NULL); in wc_iotsafe_ecc_gen_k_ex()
1452 XMEMCPY(&iotsafe.privkey_id, privkey_id, id_size); in wolfSSL_iotsafe_on_ex()
1455 XMEMCPY(&iotsafe.peer_cert_slot, peer_cert_slot, id_size); in wolfSSL_iotsafe_on_ex()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/port/iotsafe/
H A Diotsafe.c1030 uint16_t id_size = IOTSAFE_ID_SIZE; in wolfIoT_ecc_verify() local
1101 ret = iotsafe_verify_hash(pubkey_slot, id_size, in wolfIoT_ecc_verify()
1164 uint16_t id_size = IOTSAFE_ID_SIZE; in wolfIoT_ecc_shared_secret() local
1313 return iotsafe_get_public_key(key_id, id_size, key); in wc_iotsafe_ecc_import_public_ex()
1318 return iotsafe_put_public_key(key_id, id_size, key); in wc_iotsafe_ecc_export_public_ex()
1322 word32 *outlen, byte *key_id, uint16_t id_size) in wc_iotsafe_ecc_sign_hash_ex() argument
1349 int wc_iotsafe_ecc_gen_k_ex(byte *key_id, uint16_t id_size) in wc_iotsafe_ecc_gen_k_ex() argument
1351 return iotsafe_gen_keypair(key_id, id_size, NULL); in wc_iotsafe_ecc_gen_k_ex()
1452 XMEMCPY(&iotsafe.privkey_id, privkey_id, id_size); in wolfSSL_iotsafe_on_ex()
1455 XMEMCPY(&iotsafe.peer_cert_slot, peer_cert_slot, id_size); in wolfSSL_iotsafe_on_ex()
[all …]
/dports/security/wolfssl/wolfssl-5.1.0/wolfssl/wolfcrypt/port/iotsafe/
H A Diotsafe.h38 byte *ecdh_keypair_slot, byte *peer_pubkey_slot, byte *peer_cert_slot, word16 id_size);
62 WOLFSSL_API int wc_iotsafe_ecc_import_public_ex(ecc_key *key, byte *key_id, word16 id_size);
63 WOLFSSL_API int wc_iotsafe_ecc_export_public_ex(ecc_key *key, byte *key_id, word16 id_size);
64 WOLFSSL_API int wc_iotsafe_ecc_export_private_ex(ecc_key *key, byte *key_id, word16 id_size);
65 …_ecc_sign_hash_ex(byte *in, word32 inlen, byte *out, word32 *outlen, byte *key_id, word16 id_size);
66 …h_ex(byte *sig, word32 siglen, byte *hash, word32 hashlen, int *res, byte *key_id, word16 id_size);
67 WOLFSSL_API int wc_iotsafe_ecc_gen_k_ex(byte *key_id, word16 id_size);
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/port/iotsafe/
H A Diotsafe.h38 byte *ecdh_keypair_slot, byte *peer_pubkey_slot, byte *peer_cert_slot, word16 id_size);
62 WOLFSSL_API int wc_iotsafe_ecc_import_public_ex(ecc_key *key, byte *key_id, word16 id_size);
63 WOLFSSL_API int wc_iotsafe_ecc_export_public_ex(ecc_key *key, byte *key_id, word16 id_size);
64 WOLFSSL_API int wc_iotsafe_ecc_export_private_ex(ecc_key *key, byte *key_id, word16 id_size);
65 …_ecc_sign_hash_ex(byte *in, word32 inlen, byte *out, word32 *outlen, byte *key_id, word16 id_size);
66 …h_ex(byte *sig, word32 siglen, byte *hash, word32 hashlen, int *res, byte *key_id, word16 id_size);
67 WOLFSSL_API int wc_iotsafe_ecc_gen_k_ex(byte *key_id, word16 id_size);
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/port/iotsafe/
H A Diotsafe.h38 byte *ecdh_keypair_slot, byte *peer_pubkey_slot, byte *peer_cert_slot, word16 id_size);
62 WOLFSSL_API int wc_iotsafe_ecc_import_public_ex(ecc_key *key, byte *key_id, word16 id_size);
63 WOLFSSL_API int wc_iotsafe_ecc_export_public_ex(ecc_key *key, byte *key_id, word16 id_size);
64 WOLFSSL_API int wc_iotsafe_ecc_export_private_ex(ecc_key *key, byte *key_id, word16 id_size);
65 …_ecc_sign_hash_ex(byte *in, word32 inlen, byte *out, word32 *outlen, byte *key_id, word16 id_size);
66 …h_ex(byte *sig, word32 siglen, byte *hash, word32 hashlen, int *res, byte *key_id, word16 id_size);
67 WOLFSSL_API int wc_iotsafe_ecc_gen_k_ex(byte *key_id, word16 id_size);
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/port/iotsafe/
H A Diotsafe.h38 byte *ecdh_keypair_slot, byte *peer_pubkey_slot, byte *peer_cert_slot, word16 id_size);
62 WOLFSSL_API int wc_iotsafe_ecc_import_public_ex(ecc_key *key, byte *key_id, word16 id_size);
63 WOLFSSL_API int wc_iotsafe_ecc_export_public_ex(ecc_key *key, byte *key_id, word16 id_size);
64 WOLFSSL_API int wc_iotsafe_ecc_export_private_ex(ecc_key *key, byte *key_id, word16 id_size);
65 …_ecc_sign_hash_ex(byte *in, word32 inlen, byte *out, word32 *outlen, byte *key_id, word16 id_size);
66 …h_ex(byte *sig, word32 siglen, byte *hash, word32 hashlen, int *res, byte *key_id, word16 id_size);
67 WOLFSSL_API int wc_iotsafe_ecc_gen_k_ex(byte *key_id, word16 id_size);
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/port/iotsafe/
H A Diotsafe.h38 byte *ecdh_keypair_slot, byte *peer_pubkey_slot, byte *peer_cert_slot, word16 id_size);
62 WOLFSSL_API int wc_iotsafe_ecc_import_public_ex(ecc_key *key, byte *key_id, word16 id_size);
63 WOLFSSL_API int wc_iotsafe_ecc_export_public_ex(ecc_key *key, byte *key_id, word16 id_size);
64 WOLFSSL_API int wc_iotsafe_ecc_export_private_ex(ecc_key *key, byte *key_id, word16 id_size);
65 …_ecc_sign_hash_ex(byte *in, word32 inlen, byte *out, word32 *outlen, byte *key_id, word16 id_size);
66 …h_ex(byte *sig, word32 siglen, byte *hash, word32 hashlen, int *res, byte *key_id, word16 id_size);
67 WOLFSSL_API int wc_iotsafe_ecc_gen_k_ex(byte *key_id, word16 id_size);
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Diotsafe.h118 byte *ecdh_keypair_slot, byte *peer_pubkey_slot, byte *peer_cert_slot, word16 id_size);
309 WOLFSSL_API int wc_iotsafe_ecc_import_public_ex(ecc_key *key, byte *key_id, word16 id_size);
345 WOLFSSL_API int wc_iotsafe_ecc_export_private_ex(ecc_key *key, byte *key_id, word16 id_size);
389 …_ecc_sign_hash_ex(byte *in, word32 inlen, byte *out, word32 *outlen, byte *key_id, word16 id_size);
436 …h_ex(byte *sig, word32 siglen, byte *hash, word32 hashlen, int *res, byte *key_id, word16 id_size);
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Diotsafe.h118 byte *ecdh_keypair_slot, byte *peer_pubkey_slot, byte *peer_cert_slot, word16 id_size);
309 WOLFSSL_API int wc_iotsafe_ecc_import_public_ex(ecc_key *key, byte *key_id, word16 id_size);
345 WOLFSSL_API int wc_iotsafe_ecc_export_private_ex(ecc_key *key, byte *key_id, word16 id_size);
389 …_ecc_sign_hash_ex(byte *in, word32 inlen, byte *out, word32 *outlen, byte *key_id, word16 id_size);
436 …h_ex(byte *sig, word32 siglen, byte *hash, word32 hashlen, int *res, byte *key_id, word16 id_size);
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Diotsafe.h118 byte *ecdh_keypair_slot, byte *peer_pubkey_slot, byte *peer_cert_slot, word16 id_size);
309 WOLFSSL_API int wc_iotsafe_ecc_import_public_ex(ecc_key *key, byte *key_id, word16 id_size);
345 WOLFSSL_API int wc_iotsafe_ecc_export_private_ex(ecc_key *key, byte *key_id, word16 id_size);
389 …_ecc_sign_hash_ex(byte *in, word32 inlen, byte *out, word32 *outlen, byte *key_id, word16 id_size);
436 …h_ex(byte *sig, word32 siglen, byte *hash, word32 hashlen, int *res, byte *key_id, word16 id_size);
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Diotsafe.h118 byte *ecdh_keypair_slot, byte *peer_pubkey_slot, byte *peer_cert_slot, word16 id_size);
309 WOLFSSL_API int wc_iotsafe_ecc_import_public_ex(ecc_key *key, byte *key_id, word16 id_size);
345 WOLFSSL_API int wc_iotsafe_ecc_export_private_ex(ecc_key *key, byte *key_id, word16 id_size);
389 …_ecc_sign_hash_ex(byte *in, word32 inlen, byte *out, word32 *outlen, byte *key_id, word16 id_size);
436 …h_ex(byte *sig, word32 siglen, byte *hash, word32 hashlen, int *res, byte *key_id, word16 id_size);
/dports/security/shishi/shishi-1.0.2/src/
H A Dresume.c31 size_t id_size; member
48 cache_db[cache_db_ptr].id_size = key.size; in resume_db_store()
68 if (key.size == cache_db[i].id_size && in resume_db_fetch()
91 if (key.size == cache_db[i].id_size && in resume_db_delete()
94 cache_db[i].id_size = 0; in resume_db_delete()
/dports/multimedia/libv4l/linux-5.13-rc2/scripts/mod/
H A Dfile2alias.c58 unsigned long id_size; member
131 if (size % id_size || size < id_size) { in device_id_check()
140 for (i = 0; i < id_size; i++ ) { in device_id_check()
144 modname, device_id, id_size, size / id_size); in device_id_check()
145 for (i = 0; i < id_size; i++ ) in device_id_check()
338 size -= id_size; in do_usb_table()
340 for (i = 0; i < size; i += id_size) in do_usb_table()
381 size -= id_size; in do_of_table()
383 for (i = 0; i < size; i += id_size) in do_of_table()
1422 unsigned long id_size, in do_table() argument
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/scripts/mod/
H A Dfile2alias.c58 unsigned long id_size; member
131 if (size % id_size || size < id_size) { in device_id_check()
140 for (i = 0; i < id_size; i++ ) { in device_id_check()
144 modname, device_id, id_size, size / id_size); in device_id_check()
145 for (i = 0; i < id_size; i++ ) in device_id_check()
338 size -= id_size; in do_usb_table()
340 for (i = 0; i < size; i += id_size) in do_usb_table()
381 size -= id_size; in do_of_table()
383 for (i = 0; i < size; i += id_size) in do_of_table()
1422 unsigned long id_size, in do_table() argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/scripts/mod/
H A Dfile2alias.c58 unsigned long id_size; member
131 if (size % id_size || size < id_size) { in device_id_check()
140 for (i = 0; i < id_size; i++ ) { in device_id_check()
144 modname, device_id, id_size, size / id_size); in device_id_check()
145 for (i = 0; i < id_size; i++ ) in device_id_check()
338 size -= id_size; in do_usb_table()
340 for (i = 0; i < size; i += id_size) in do_usb_table()
381 size -= id_size; in do_of_table()
383 for (i = 0; i < size; i += id_size) in do_of_table()
1422 unsigned long id_size, in do_table() argument
[all …]

12345678910>>...13