Searched refs:EM (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.10/OpenSSL098-52/src/crypto/rsa/
H A Drsa_pss.c74 const EVP_MD *Hash, const unsigned char *EM, int sLen)
101 if (EM[0] & (0xFF << MSBits))
108 EM++;
116 if (EM[emLen - 1] != 0xbc)
122 H = EM + maskedDBLen;
131 DB[i] ^= EM[i];
169 int RSA_padding_add_PKCS1_PSS(RSA *rsa, unsigned char *EM, argument
198 *EM++ = 0;
224 H = EM + maskedDBLen;
235 PKCS1_MGF1(EM, maskedDBLe
73 RSA_verify_PKCS1_PSS(RSA *rsa, const unsigned char *mHash, const EVP_MD *Hash, const unsigned char *EM, int sLen) argument
[all...]
H A Drsa.h382 const EVP_MD *Hash, const unsigned char *EM, int sLen);
383 int RSA_padding_add_PKCS1_PSS(RSA *rsa, unsigned char *EM,
/macosx-10.10/ntp-92/include/
H A Dascii.h66 #define EM 25 macro
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/apps/utils/
H A Dxo-daemon14 <@LI> <@EM>start</@EM>: the specified script is started in
20 <@LI> <@EM>startall</@EM>: all scripts that were started before
22 <@LI> <@EM>stop</@EM> terminates te specified script.
23 <@LI> <@EM>stopall</@EM> terminates all scripts started via this
25 <@LI> <@EM>restart</@EM> trie
[all...]
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_markup_attribute_manager.rb16 @em_on = @am.changed_attribute_by_name([], [:EM])
17 @em_off = @am.changed_attribute_by_name([:EM], [])
19 @bold_em_on = @am.changed_attribute_by_name([], [:BOLD] | [:EM])
20 @bold_em_off = @am.changed_attribute_by_name([:BOLD] | [:EM], [])
22 @em_then_bold = @am.changed_attribute_by_name([:EM], [:EM] | [:BOLD])
24 @em_to_bold = @am.changed_attribute_by_name([:EM], [:BOLD])
H A Dtest_attribute_manager.rb14 @formatter.add_tag :EM, '<EM>', '</EM>'
32 assert_equal 'the <CODE>IF:</CODE><EM>key</EM> directive', output('the <tt>IF:</tt>_key_ directive')
/macosx-10.10/efax-38/efax/
H A Defaxmsg.h15 SYN, ETB, CAN, EM, SUB, ESC, FS, GS, RS, US } ; enumerator in enum:cchar
/macosx-10.10/ruby-106/ruby/lib/rdoc/markup/
H A Dto_ansi.rb24 add_tag :EM, "\e[4m", "\e[m"
H A Dto_bs.rb25 add_tag :EM, '+_', '-_'
H A Dto_label.rb23 add_tag :EM, '', ''
H A Dto_markdown.rb32 add_tag :EM, '*', '*'
H A Dattribute_manager.rb73 add_word_pair "_", "_", :EM
76 add_html "em", :EM
77 add_html "i", :EM
227 # am.add_html 'em', :EM
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Di386-dis.c315 #define EM OP_EM, v_mode macro
854 { "", MX, EM, OPSUF, XX }, /* See OP_3DNowSuffix. */
946 { "punpcklbw", MX, EM, XX, XX },
947 { "punpcklwd", MX, EM, XX, XX },
948 { "punpckldq", MX, EM, XX, XX },
949 { "packsswb", MX, EM, XX, XX },
950 { "pcmpgtb", MX, EM, XX, XX },
951 { "pcmpgtw", MX, EM, XX, XX },
952 { "pcmpgtd", MX, EM, XX, XX },
953 { "packuswb", MX, EM, X
[all...]
/macosx-10.10/vim-55/runtime/keymap/
H A Dmongolian_utf-8.vim25 B �� CYRILLIC CAPITAL LETTER EM
57 b �� CYRILLIC SMALL LETTER EM
H A Drussian-dvorak.vim29 K �� CYRILLIC CAPITAL LETTER EM
61 k �� CYRILLIC SMALL LETTER EM
H A Drussian-jcuken.vim29 V �� CYRILLIC CAPITAL LETTER EM
61 v �� CYRILLIC SMALL LETTER EM
H A Drussian-jcukenwin.vim29 V �� CYRILLIC CAPITAL LETTER EM
61 v �� CYRILLIC SMALL LETTER EM
H A Drussian-yawerty.vim27 M �� CYRILLIC CAPITAL LETTER EM
60 m �� CYRILLIC SMALL LETTER EM
H A Dukrainian-jcuken.vim30 V �� CYRILLIC CAPITAL LETTER EM
63 v �� CYRILLIC SMALL LETTER EM
H A Dbulgarian-phonetic.vim54 M �� CYRILLIC CAPITAL LETTER EM
87 m �� CYRILLIC SMALL LETTER EM
110 --- ��� EM DASH
H A Dukrainian-dvorak.vim30 K �� CYRILLIC CAPITAL LETTER EM
63 k �� CYRILLIC SMALL LETTER EM
H A Dbulgarian-bds.vim60 : �� CYRILLIC CAPITAL LETTER EM
93 ; �� CYRILLIC SMALL LETTER EM
130 --- ��� EM DASH
/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DEncryptTransform.cpp377 // (3) Let maskedSeed be the first hLen octets of EM and let maskedDB be the remaining emLen���hLen
506 CFDataRef EM = NULL; local
520 (void)transforms_assume_zero(EM);
521 return EM;
532 CFMutableDataRef EM = NULL, dataBlob = NULL;
694 // (11) Let EM = maskedSeed���maskedDB (if we didn't have to pushback the NULL we could do this without physically concatanating)
701 EM = CFDataCreateMutable(NULL, CFDataGetLength(maskedDB) + hLen + paddingNeeded);
702 if (!EM) {
707 CFDataAppendBytes(EM, (UInt8*)"", 1);
710 CFDataAppendBytes(EM, raw_maskedSee
[all...]
/macosx-10.10/ruby-106/ruby/lib/cgi/
H A Dhtml.rb851 for element in %w[ A TT I B U STRIKE BIG SMALL SUB SUP EM STRONG
902 for element in %w[ TT I B BIG SMALL EM STRONG DFN CODE SAMP KBD
952 for element in %w[ TT I B U S STRIKE BIG SMALL EM STRONG DFN
1042 SUMMARY MENU DIALOG I B SMALL EM STRONG DFN CODE SAMP KBD
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Drsa.h382 const EVP_MD *Hash, const unsigned char *EM, int sLen);
383 int RSA_padding_add_PKCS1_PSS(RSA *rsa, unsigned char *EM,

Completed in 298 milliseconds

12