Home
last modified time | relevance | path

Searched refs:PORT_New (Results 1 – 1 of 1) sorted by relevance

/external/chromium/base/third_party/nss/
Dsha512.cc55 #define PORT_New(type) static_cast<type*>(malloc(sizeof(type))) macro
162 SHA256Context *ctx = PORT_New(SHA256Context); in SHA256_NewContext()
688 SHA512Context *ctx = PORT_New(SHA512Context);