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

/osnet-11/usr/src/common/crypto/ecc/
H A Dsecitem.c95 result->data = PORT_Alloc(len, kmflag);
133 to->data = (unsigned char*) PORT_Alloc(from->len, kmflag);
H A Decc_impl.h77 #define PORT_Alloc(n, f) kmem_alloc((n), (f)) macro
85 #define PORT_Alloc(n, f) malloc((n)) macro
H A Dec.c391 if ((privKeyBytes = PORT_Alloc(2*len, kmflag)) == NULL) goto cleanup;
577 if ((pointQ.data = PORT_Alloc(2*len + 1, kmflag)) == NULL) goto cleanup;
703 kGpoint.data = PORT_Alloc(2*flen + 1, kmflag);

Completed in 18 milliseconds