Searched refs:PORT_Alloc (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dsecitem.c99 result->data = PORT_Alloc(len, kmflag);
144 to->data = (unsigned char*) PORT_Alloc(from->len, kmflag);
H A Decc_impl.h96 #define PORT_Alloc(n, f) kmem_alloc((n), (f)) macro
102 #define PORT_Alloc(n, f) malloc((n)) macro
H A Dec.c400 if ((privKeyBytes = PORT_Alloc(2*len, kmflag)) == NULL) goto cleanup;
591 if ((pointQ.data = PORT_Alloc(2*len + 1, kmflag)) == NULL) goto cleanup;
717 kGpoint.data = PORT_Alloc(2*flen + 1, kmflag);

Completed in 891 milliseconds