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

/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonDH.c77 retval->ctx._full = CC_XMALLOC(retSize);
79 if(retval->ctx._full == NULL) goto error;
97 if(keyref->ctx._full)
98 CC_XFREE(keyref->ctx._full, ccdh_full_ctx_size(ccdh_ccn_size(keyref->parms->gp)));
99 keyref->ctx._full = NULL;
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecOTRDHKey.c61 size_t size = ccec_compact_export_size(false, public_key._full);
63 ccec_compact_export(false, CFDataIncreaseLengthAndGetMutableBytes(data, (CFIndex)size), public_key._full);
H A DSecECKey.c152 fullKey._full = (ccec_full_ctx *) keyData;
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtransrt.cpp169 LegalGreek(UBool _full) { full = _full; } argument

Completed in 76 milliseconds