Searched refs:PORT_Memcpy (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/crypto/third_party/nss/ |
D | rsawrapr.c | 54 PORT_Memcpy(tempHash, temp, maskLen - counter * hash->length); in MGF1()
|
D | sha512.cc | 58 #define PORT_Memcpy memcpy macro 509 PORT_Memcpy(space, ctx, sizeof *ctx); 518 PORT_Memcpy(ctx, space, sizeof *ctx); 1167 PORT_Memcpy(space, ctx, sizeof *ctx); 1176 PORT_Memcpy(ctx, space, sizeof *ctx);
|