Searched defs:from (Results 276 - 300 of 865) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/OpenSSL098-52/src/ssl/
H A Ds2_srvr.c1112 static int ssl_rsa_private_decrypt(CERT *c, int len, unsigned char *from, argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_mont.c346 BN_MONT_CTX *BN_MONT_CTX_copy(BN_MONT_CTX *to, BN_MONT_CTX *from) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/rsa/
H A Drsa_lib.c241 int RSA_public_encrypt(int flen, unsigned char *from, unsigned char *to, argument
247 int RSA_private_encrypt(int flen, unsigned char *from, unsigned char *to, argument
253 int RSA_private_decrypt(int flen, unsigned char *from, unsigned char *to, argument
259 int RSA_public_decrypt(int flen, unsigned char *from, unsigned char *to, argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DTokenStreamRewriteEngine.hpp161 ReplaceOp(size_t from, size_t to, ANTLR_USE_NAMESPACE(std)string text) argument
180 DeleteOp(size_t from, size_t to) argument
270 void replace( size_t from, size_t to, argument
282 replace( RefTokenWithIndex from, RefTokenWithIndex to, const ANTLR_USE_NAMESPACE(std)string& text ) argument
290 size_t from, size_t to, variable
297 RefTokenWithIndex from, variable
311 remove(size_t from, size_t to) argument
319 remove(RefTokenWithIndex from, RefTokenWithIndex to) argument
324 size_t from, size_t to) variable
330 RefTokenWithIndex from, RefTokenWithIndex to ) variable
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSKVSKeys.c60 SOSKVSKeyType SOSKVSKeyGetKeyTypeAndParse(CFStringRef key, CFStringRef *circle, CFStringRef *from, CFStringRef *to) argument
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecOTRMath.c83 AES_CTR_Transform(size_t keySize, const uint8_t* key, const uint8_t iv[16], size_t howMuch, const uint8_t* from, uint8_t* to) argument
94 AES_CTR_HighHalf_Transform(size_t keySize, const uint8_t* key, uint64_t highHalf, size_t howMuch, const uint8_t* from, uint8_t* to) argument
105 AES_CTR_IV0_Transform(size_t keySize, const uint8_t* key, size_t howMuch, const uint8_t* from, uint8_t* to) argument
H A DSecOTRPackets.c56 cchmac(ccsha256_di(), keybytes, key, howMuch, from, to); local
48 AppendSHA256HMAC(CFMutableDataRef appendTo, size_t keybytes, const uint8_t* key, size_t howMuch, const uint8_t* from) argument
60 AppendSHA256HMAC_160(CFMutableDataRef appendTo, size_t keySize, const uint8_t* key, size_t howMuch, const uint8_t* from) argument
73 DeriveAndAppendSHA256HMAC(CFMutableDataRef appendTo, cc_size sN, const cc_unit* s, KeyType whichKey, size_t howMuch, const uint8_t* from) argument
90 DeriveAndAppendSHA256HMAC_160(CFMutableDataRef appendTo, cc_size sN, const cc_unit* s, KeyType whichKey, size_t howMuch, const uint8_t* from) argument
/macosx-10.10/WTF-7600.1.24/wtf/dtoa/
H A Dbignum.cc92 ReadUInt64(BufferReference<const char> buffer, int from, int digits_to_read) argument
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSCrossfadeValue.cpp43 static inline double blendFunc(double from, double to, double progress) argument
186 PassRefPtr<CSSCrossfadeValue> CSSCrossfadeValue::blend(const CSSCrossfadeValue& from, double progress) const argument
/macosx-10.10/WebCore-7600.1.25/platform/
H A DCalculationValue.h124 const Length& from() const { return m_from; } function in class:WebCore::final
221 inline CalcExpressionBlendLength::CalcExpressionBlendLength(Length from, Length to, float progress) argument
H A DLength.cpp254 Length Length::blendMixedTypes(const Length& from, double progress) const argument
H A DLength.h401 inline Length Length::blend(const Length& from, double progress) const argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontFastPath.cpp129 float Font::getGlyphsAndAdvancesForSimpleText(const TextRun& run, int from, int to, GlyphBuffer& glyphBuffer, ForTextEmphasisOrNot forTextEmphasis) const argument
159 float Font::drawSimpleText(GraphicsContext* context, const TextRun& run, const FloatPoint& point, int from, int to) const argument
175 void Font::drawEmphasisMarksForSimpleText(GraphicsContext* context, const TextRun& run, const AtomicString& mark, const FloatPoint& point, int from, int to) const argument
299 void Font::adjustSelectionRectForSimpleText(const TextRun& run, LayoutRect& selectionRect, int from, int to) const argument
H A DGlyphBuffer.h93 GlyphBufferGlyph* glyphs(int from) { return m_glyphs.data() + from; } argument
94 GlyphBufferAdvance* advances(int from) { return m_advances.data() + from; } argument
179 void reverse(int from, in argument
[all...]
H A DGlyphPageTreeNode.cpp236 int from = std::max(0, static_cast<int>(range.from()) - static_cast<int>(start)); local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DCairoUtilities.cpp72 void appendPathToCairoContext(cairo_t* to, cairo_t* from) argument
78 void setPathOnCairoContext(cairo_t* to, cairo_t* from) argument
233 void copyRectFromCairoSurfaceToContext(cairo_surface_t* from, cairo_t* to, const IntSize& offset, const IntRect& rect) argument
240 void copyRectFromOneSurfaceToAnother(cairo_surface_t* from, cairo_surface_t* to, const IntSize& sourceOffset, const IntRect& rect, const IntSize& destOffset, cairo_operator_t cairoOperator) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DComplexTextController.cpp59 float width(unsigned from, unsigned len, HashSet<const SimpleFontData*>* fallbackFonts) argument
99 float Font::width(TextLayout& layout, unsigned from, unsigned len, HashSet<const SimpleFontData*>* fallbackFonts) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DFontCGWin.cpp130 drawGlyphs(GraphicsContext* graphicsContext, const SimpleFontData* font, const GlyphBuffer& glyphBuffer, int from, int numGlyphs, const FloatPoint& point) const argument
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DSimpleLineLayout.cpp232 static float textWidth(const RenderText& renderText, const CharacterType* text, unsigned textLength, unsigned from, unsigned to, float xPosition, const Style& style) argument
H A DTextPainter.cpp54 drawTextOrEmphasisMarks(GraphicsContext& context, const Font& font, const TextRun& textRun, const AtomicString& emphasisMark, int emphasisMarkOffset, const FloatPoint& point, const int from, const int to) argument
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGAnimateMotionElement.cpp317 FloatPoint from; local
H A DSVGLength.h104 SVGLength blend(const SVGLength& from, float progress) const argument
[all...]
H A DSVGPathBlender.cpp46 float SVGPathBlender::blendAnimatedDimensonalFloat(float from, float to, FloatBlendMode blendMode) argument
290 unsigned short from = fromType; local
/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_access_compat.c58 char *from; member in union:__anon6121::__anon6122
143 static const char *allow_cmd(cmd_parms *cmd, void *dv, const char *from, argument
[all...]
/macosx-10.10/apache-793/httpd/modules/http/
H A Dhttp_request.c64 update_r_in_filters(ap_filter_t *f, request_rec *from, request_rec *to) argument

Completed in 298 milliseconds

<<11121314151617181920>>