Searched refs:retItem (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dcert.h92 // free up the storage allocated in retItem->data.
93 SECStatus CERT_FindSubjectKeyIDExtension (SecCertificateRef cert, SECItem *retItem);
H A Dcert.c512 // free up the storage allocated in retItem->data.
513 SECStatus CERT_FindSubjectKeyIDExtension (SecCertificateRef cert, SECItem *retItem) argument
528 retItem->Data = (uint8 *)PORT_Alloc(skid->Length);
529 retItem->Length = skid->Length;
530 memmove(retItem->Data, skid->Data, retItem->Length);
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A Dcert.h92 // free up the storage allocated in retItem->data.
93 SECStatus CERT_FindSubjectKeyIDExtension (SecCertificateRef cert, SECItem *retItem);
H A Dcert.c512 // free up the storage allocated in retItem->data.
513 SECStatus CERT_FindSubjectKeyIDExtension (SecCertificateRef cert, SECItem *retItem) argument
528 retItem->Data = (uint8 *)PORT_Alloc(skid->Length);
529 retItem->Length = skid->Length;
530 memmove(retItem->Data, skid->Data, retItem->Length);

Completed in 139 milliseconds