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

/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DCipherFileFEED.c150 feePubKey parsedSendPubKey = NULL; local
172 parsedSendPubKey = feePubKeyAlloc();
173 frtn = feePubKeyInitFromKeyString(parsedSendPubKey,
180 //printf("parsedSendPubKey:\n"); printPubKey(parsedSendPubKey);
185 feed = feeFEEDNewWithPubKey(recvPrivKey, parsedSendPubKey, FF_DECRYPT, NULL, NULL);
207 sendPubKey = parsedSendPubKey;
236 if(parsedSendPubKey) {
237 feePubKeyFree(parsedSendPubKey);
368 feePubKey parsedSendPubKey local
[all...]
H A DCipherFileDES.c204 feePubKey parsedSendPubKey = NULL; local
281 parsedSendPubKey = feePubKeyAlloc();
282 frtn = feePubKeyInitFromKeyString(parsedSendPubKey,
289 sendPubKey = parsedSendPubKey;
328 if(parsedSendPubKey) {
329 feePubKeyFree(parsedSendPubKey);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A DCipherFileFEED.c150 feePubKey parsedSendPubKey = NULL; local
172 parsedSendPubKey = feePubKeyAlloc();
173 frtn = feePubKeyInitFromKeyString(parsedSendPubKey,
180 //printf("parsedSendPubKey:\n"); printPubKey(parsedSendPubKey);
185 feed = feeFEEDNewWithPubKey(recvPrivKey, parsedSendPubKey, FF_DECRYPT, NULL, NULL);
207 sendPubKey = parsedSendPubKey;
236 if(parsedSendPubKey) {
237 feePubKeyFree(parsedSendPubKey);
368 feePubKey parsedSendPubKey local
[all...]
H A DCipherFileDES.c204 feePubKey parsedSendPubKey = NULL; local
281 parsedSendPubKey = feePubKeyAlloc();
282 frtn = feePubKeyInitFromKeyString(parsedSendPubKey,
289 sendPubKey = parsedSendPubKey;
328 if(parsedSendPubKey) {
329 feePubKeyFree(parsedSendPubKey);

Completed in 148 milliseconds