Searched refs:openBlob (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/
H A DCryptKitDER.h138 unsigned char **openBlob, /* fmallocd and RETURNED */
H A DCryptKitDER.cpp941 unsigned char **openBlob, /* fmallocd and RETURNED */
990 *openBlob = (unsigned char *)fmalloc((unsigned)encPriv.Length);
992 memmove(*openBlob, encPriv.Data, encPriv.Length);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DCryptKitDER.h138 unsigned char **openBlob, /* fmallocd and RETURNED */
H A DCryptKitDER.cpp941 unsigned char **openBlob, /* fmallocd and RETURNED */
990 *openBlob = (unsigned char *)fmalloc((unsigned)encPriv.Length);
992 memmove(*openBlob, encPriv.Data, encPriv.Length);
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c69942 static const VdbeOpList openBlob[] = { local
[all...]

Completed in 528 milliseconds