OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPENSSL_MALLOC_MAX_NELEMS
(Results
1 - 7
of
7
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
crypto.h
153
# define
OPENSSL_MALLOC_MAX_NELEMS
(type) (((1U<<(sizeof(int)*8-1))-1)/sizeof(type))
/src/crypto/external/apache2/openssl/dist/crypto/ec/
ecp_sm2p256.c
461
if (num >
OPENSSL_MALLOC_MAX_NELEMS
(P256_POINT)
522
if ((num + 1) == 0 || (num + 1) >
OPENSSL_MALLOC_MAX_NELEMS
(void *)) {
ecp_nistz256.c
624
if ((num * 16 + 6) >
OPENSSL_MALLOC_MAX_NELEMS
(P256_POINT)
954
if ((num + 1) == 0 || (num + 1) >
OPENSSL_MALLOC_MAX_NELEMS
(void *)) {
/src/crypto/external/apache2/openssl/dist/include/openssl/
crypto.h.in
153
#define
OPENSSL_MALLOC_MAX_NELEMS
(type) (((1U << (sizeof(int) * 8 - 1)) - 1) / sizeof(type))
/src/crypto/external/bsd/openssl/dist/include/openssl/
crypto.h.in
139
# define
OPENSSL_MALLOC_MAX_NELEMS
(type) (((1U<<(sizeof(int)*8-1))-1)/sizeof(type))
/src/crypto/external/bsd/openssl/dist/crypto/ec/
ecp_nistz256.c
634
if ((num * 16 + 6) >
OPENSSL_MALLOC_MAX_NELEMS
(P256_POINT)
976
if ((num + 1) == 0 || (num + 1) >
OPENSSL_MALLOC_MAX_NELEMS
(void *)) {
/src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ecp_nistz256.c
628
if ((num * 16 + 6) >
OPENSSL_MALLOC_MAX_NELEMS
(P256_POINT)
971
if ((num + 1) == 0 || (num + 1) >
OPENSSL_MALLOC_MAX_NELEMS
(void *)) {
Completed in 26 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026