HomeSort by relevance Sort by last modified time
    Searched refs:PORT_New (Results 1 - 2 of 2) sorted by null

  /external/chromium/crypto/third_party/nss/
sha512.cc 55 #define PORT_New(type) static_cast<type*>(malloc(sizeof(type)))
162 SHA256Context *ctx = PORT_New(SHA256Context);
688 SHA512Context *ctx = PORT_New(SHA512Context);
    [all...]
  /external/chromium_org/crypto/third_party/nss/
sha512.cc 55 #define PORT_New(type) static_cast<type*>(malloc(sizeof(type)))
162 SHA256Context *ctx = PORT_New(SHA256Context);
688 SHA512Context *ctx = PORT_New(SHA512Context);
    [all...]

Completed in 27 milliseconds