Searched refs:PORT_ArenaZAlloc (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dsecitem.c82 result = PORT_ArenaZAlloc(arena, sizeof(SECItem), kmflag);
H A Decc_impl.h93 #define PORT_ArenaZAlloc(a, n, f) kmem_zalloc((n), (f)) macro
99 #define PORT_ArenaZAlloc(a, n, f) calloc(1, (n)) macro
H A Decdecode.c590 params = (ECParams *)PORT_ArenaZAlloc(NULL, sizeof(ECParams), kmflag);
H A Dec.c270 key = (ECPrivateKey *)PORT_ArenaZAlloc(arena, sizeof(ECPrivateKey),

Completed in 54 milliseconds