Home
last modified time | relevance | path

Searched refs:cmplen (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dtasn_enc.c391 int cmplen, i; in der_cmp() local
392 cmplen = (d1->length < d2->length) ? d1->length : d2->length; in der_cmp()
393 i = memcmp(d1->data, d2->data, cmplen); in der_cmp()
/third_party/openssl/crypto/asn1/
H A Dtasn_enc.c391 int cmplen, i; in der_cmp() local
392 cmplen = (d1->length < d2->length) ? d1->length : d2->length; in der_cmp()
393 i = memcmp(d1->data, d2->data, cmplen); in der_cmp()
/kernel/linux/linux-5.10/drivers/memstick/core/
H A Dms_block.c97 int retval = 0, cmplen; in msb_sg_compare_to_buffer() local
109 cmplen = min(miter.length - offset, len); in msb_sg_compare_to_buffer()
110 retval = memcmp(miter.addr + offset, buffer, cmplen) ? -1 : 0; in msb_sg_compare_to_buffer()
114 buffer += cmplen; in msb_sg_compare_to_buffer()
115 len -= cmplen; in msb_sg_compare_to_buffer()
/kernel/linux/linux-6.6/drivers/memstick/core/
H A Dms_block.c97 int retval = 0, cmplen; in msb_sg_compare_to_buffer() local
109 cmplen = min(miter.length - offset, len); in msb_sg_compare_to_buffer()
110 retval = memcmp(miter.addr + offset, buffer, cmplen) ? -1 : 0; in msb_sg_compare_to_buffer()
114 buffer += cmplen; in msb_sg_compare_to_buffer()
115 len -= cmplen; in msb_sg_compare_to_buffer()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_vfy.c2696 unsigned int cmplen = 0; in dane_match() local
2791 cmplen = i2dlen; in dane_match()
2795 if (!EVP_Digest(i2dbuf, i2dlen, cmpbuf, &cmplen, md, 0)) { in dane_match()
2807 if (cmplen == t->dlen && in dane_match()
2808 memcmp(cmpbuf, t->data, cmplen) == 0) { in dane_match()
/third_party/openssl/crypto/x509/
H A Dx509_vfy.c2698 unsigned int cmplen = 0; in dane_match() local
2793 cmplen = i2dlen; in dane_match()
2797 if (!EVP_Digest(i2dbuf, i2dlen, cmpbuf, &cmplen, md, 0)) { in dane_match()
2809 if (cmplen == t->dlen && in dane_match()
2810 memcmp(cmpbuf, t->data, cmplen) == 0) { in dane_match()
/kernel/linux/linux-5.10/mm/
H A Dslub.c1428 size_t cmplen; in kmem_cache_flags() local
1436 cmplen = glob - iter; in kmem_cache_flags()
1438 cmplen = max_t(size_t, len, (end - iter)); in kmem_cache_flags()
1440 if (!strncmp(name, iter, cmplen)) { in kmem_cache_flags()
/kernel/linux/linux-6.6/mm/
H A Dslub.c1690 size_t cmplen; in kmem_cache_flags() local
1698 cmplen = glob - iter; in kmem_cache_flags()
1700 cmplen = max_t(size_t, len, (end - iter)); in kmem_cache_flags()
1702 if (!strncmp(name, iter, cmplen)) { in kmem_cache_flags()

Completed in 38 milliseconds