Searched refs:PORT_ZAlloc (Results 1 - 25 of 46) sorted by relevance

12

/macosx-10.10.1/Security-57031.1.35/Security/include/security_smime/
H A Dcmsreclist.c60 rle = (SecCmsRecipient *)PORT_ZAlloc(sizeof(SecCmsRecipient));
88 rle = (SecCmsRecipient *)PORT_ZAlloc(sizeof(SecCmsRecipient));
144 PORT_ZAlloc((count + 1) * sizeof(SecCmsRecipient *));
H A Dcmscipher.c381 cc = (SecCmsCipherContextRef)PORT_ZAlloc(sizeof(SecCmsCipherContext));
450 if ((param = (CSSM_DATA_PTR)PORT_ZAlloc(sizeof(CSSM_DATA))) == NULL)
462 cc = (SecCmsCipherContextRef)PORT_ZAlloc(sizeof(SecCmsCipherContext));
547 if ((param = (CSSM_DATA_PTR)PORT_ZAlloc(sizeof(CSSM_DATA))) == NULL)
560 cc = (SecCmsCipherContextRef)PORT_ZAlloc(sizeof(SecCmsCipherContext));
H A Dsmimeutil.c604 smime_capabilities = (NSSSMIMECapability **)PORT_ZAlloc((smime_cipher_map_count + 1)
628 cap = (NSSSMIMECapability *)PORT_ZAlloc(sizeof(NSSSMIMECapability));
H A Dsecitem.c56 result = PORT_ZAlloc(sizeof(SECItem));
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dcmsreclist.c60 rle = (SecCmsRecipient *)PORT_ZAlloc(sizeof(SecCmsRecipient));
88 rle = (SecCmsRecipient *)PORT_ZAlloc(sizeof(SecCmsRecipient));
144 PORT_ZAlloc((count + 1) * sizeof(SecCmsRecipient *));
H A Dcmscipher.c381 cc = (SecCmsCipherContextRef)PORT_ZAlloc(sizeof(SecCmsCipherContext));
450 if ((param = (CSSM_DATA_PTR)PORT_ZAlloc(sizeof(CSSM_DATA))) == NULL)
462 cc = (SecCmsCipherContextRef)PORT_ZAlloc(sizeof(SecCmsCipherContext));
547 if ((param = (CSSM_DATA_PTR)PORT_ZAlloc(sizeof(CSSM_DATA))) == NULL)
560 cc = (SecCmsCipherContextRef)PORT_ZAlloc(sizeof(SecCmsCipherContext));
H A Dsmimeutil.c604 smime_capabilities = (NSSSMIMECapability **)PORT_ZAlloc((smime_cipher_map_count + 1)
628 cap = (NSSSMIMECapability *)PORT_ZAlloc(sizeof(NSSSMIMECapability));
H A Dsecitem.c56 result = PORT_ZAlloc(sizeof(SECItem));
/macosx-10.10.1/Security-57031.1.35/libsecurity_smime/Security/
H A Dcmsreclist.c62 rle = (SecCmsRecipient *)PORT_ZAlloc(sizeof(SecCmsRecipient));
90 rle = (SecCmsRecipient *)PORT_ZAlloc(sizeof(SecCmsRecipient));
146 PORT_ZAlloc((count + 1) * sizeof(SecCmsRecipient *));
H A Dcmscipher.c455 cc = (SecCmsCipherContextRef)PORT_ZAlloc(sizeof(SecCmsCipherContext));
530 if ((param = (SecAsn1Item *)PORT_ZAlloc(sizeof(SecAsn1Item))) == NULL)
542 cc = (SecCmsCipherContextRef)PORT_ZAlloc(sizeof(SecCmsCipherContext));
627 if ((param = (SecAsn1Item *)PORT_ZAlloc(sizeof(SecAsn1Item))) == NULL)
640 cc = (SecCmsCipherContextRef)PORT_ZAlloc(sizeof(SecCmsCipherContext));
H A DSecAsn1Item.c57 result = PORT_ZAlloc(sizeof(SecAsn1Item));
/macosx-10.10.1/Security-57031.1.35/libsecurity_smime/lib/
H A Dcmsreclist.c62 rle = (SecCmsRecipient *)PORT_ZAlloc(sizeof(SecCmsRecipient));
90 rle = (SecCmsRecipient *)PORT_ZAlloc(sizeof(SecCmsRecipient));
146 PORT_ZAlloc((count + 1) * sizeof(SecCmsRecipient *));
H A Dcmscipher.c455 cc = (SecCmsCipherContextRef)PORT_ZAlloc(sizeof(SecCmsCipherContext));
530 if ((param = (SecAsn1Item *)PORT_ZAlloc(sizeof(SecAsn1Item))) == NULL)
542 cc = (SecCmsCipherContextRef)PORT_ZAlloc(sizeof(SecCmsCipherContext));
627 if ((param = (SecAsn1Item *)PORT_ZAlloc(sizeof(SecAsn1Item))) == NULL)
640 cc = (SecCmsCipherContextRef)PORT_ZAlloc(sizeof(SecCmsCipherContext));
H A DSecAsn1Item.c57 result = PORT_ZAlloc(sizeof(SecAsn1Item));
/macosx-10.10.1/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dcmsreclist.c62 rle = (SecCmsRecipient *)PORT_ZAlloc(sizeof(SecCmsRecipient));
90 rle = (SecCmsRecipient *)PORT_ZAlloc(sizeof(SecCmsRecipient));
146 PORT_ZAlloc((count + 1) * sizeof(SecCmsRecipient *));
H A Dcmscipher.c455 cc = (SecCmsCipherContextRef)PORT_ZAlloc(sizeof(SecCmsCipherContext));
530 if ((param = (SecAsn1Item *)PORT_ZAlloc(sizeof(SecAsn1Item))) == NULL)
542 cc = (SecCmsCipherContextRef)PORT_ZAlloc(sizeof(SecCmsCipherContext));
627 if ((param = (SecAsn1Item *)PORT_ZAlloc(sizeof(SecAsn1Item))) == NULL)
640 cc = (SecCmsCipherContextRef)PORT_ZAlloc(sizeof(SecCmsCipherContext));
H A DSecAsn1Item.c57 result = PORT_ZAlloc(sizeof(SecAsn1Item));
/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A Dsecport.h131 extern void *PORT_ZAlloc(size_t len);
155 #define PORT_ZNew(type) (type*)PORT_ZAlloc(sizeof(type))
164 (type*) PORT_ZAlloc (sizeof(type)*(num))
H A Dsecport.c139 PORT_ZAlloc(size_t bytes) function
617 encoded = (char *)PORT_ZAlloc(strlen(envVarName) + 2 + strlen(envValue));
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dsecport.h131 extern void *PORT_ZAlloc(size_t len);
155 #define PORT_ZNew(type) (type*)PORT_ZAlloc(sizeof(type))
164 (type*) PORT_ZAlloc (sizeof(type)*(num))
H A Dsecport.c139 PORT_ZAlloc(size_t bytes) function
617 encoded = (char *)PORT_ZAlloc(strlen(envVarName) + 2 + strlen(envValue));
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dsecport.h131 extern void *PORT_ZAlloc(size_t len);
155 #define PORT_ZNew(type) (type*)PORT_ZAlloc(sizeof(type))
164 (type*) PORT_ZAlloc (sizeof(type)*(num))
H A Dsecport.c139 PORT_ZAlloc(size_t bytes) function
617 encoded = (char *)PORT_ZAlloc(strlen(envVarName) + 2 + strlen(envValue));
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dsecport.h131 extern void *PORT_ZAlloc(size_t len);
155 #define PORT_ZNew(type) (type*)PORT_ZAlloc(sizeof(type))
164 (type*) PORT_ZAlloc (sizeof(type)*(num))
H A Dsecport.c139 PORT_ZAlloc(size_t bytes) function
617 encoded = (char *)PORT_ZAlloc(strlen(envVarName) + 2 + strlen(envValue));

Completed in 211 milliseconds

12