HomeSort by relevance Sort by last modified time
    Searched full:opad (Results 1 - 25 of 25) sorted by null

  /external/dhcpcd-6.8.2/crypt/
hmac_md5.c 44 #define OPAD 0x5C
72 /* XOR key with ipad and opad values */
75 k_opad[i] ^= OPAD;
  /external/tcpdump/
signature.c 54 unsigned char k_opad[65]; /* outer padding - key XORd with opad */
74 * MD5(K XOR opad, MD5(K XOR ipad, text))
78 * opad is the byte 0x5c repeated 64 times
88 /* XOR key with ipad and opad values */
  /external/wpa_supplicant_8/src/crypto/
md5.c 29 u8 k_pad[64]; /* padding - key XORd with ipad/opad */
53 * MD5(K XOR opad, MD5(K XOR ipad, text))
57 * opad is the byte 0x5c repeated 64 times
80 /* XOR key with opad values */
sha1.c 29 unsigned char k_pad[64]; /* padding - key XORd with ipad/opad */
53 * SHA1(K XOR opad, SHA1(K XOR ipad, text))
57 * opad is the byte 0x5c repeated 64 times
79 /* XOR key with opad values */
sha256.c 29 unsigned char k_pad[64]; /* padding - key XORd with ipad/opad */
52 * SHA256(K XOR opad, SHA256(K XOR ipad, text))
56 * opad is the byte 0x5c repeated 64 times
78 /* XOR key with opad values */
  /external/srtp/crypto/hash/
hmac.c 124 * set values of ipad and opad by exoring the key into the
129 state->opad[i] = key[i] ^ 0x5c;
131 /* set the rest of ipad, opad to constant values */
134 ((uint8_t *)state->opad)[i] = 0x5c;
194 /* hash opad ^ key */
195 sha1_update(&state->ctx, (uint8_t *)state->opad, 64);
  /external/tpm2/
CpriHash_fp.h 69 TPM2B *oPadKey // OUT: the key prepared for the oPad round
85 TPM2B *oPadKey, // IN: the HMAC key in oPad format
stubs_hash.c 15 TPM2B * oPadKey // OUT: the key prepared for the oPad round
63 TPM2B * oPadKey, // IN: the HMAC key in oPad format
73 // Using the local hash state, do a hash with the oPad
CpriHash.c 556 // the hash with the HMAC key XOR iPad and updates the HMAC key XOR oPad.
571 TPM2B *oPadKey // OUT: the key prepared for the oPad round
631 TPM2B *oPadKey, // IN: the HMAC key in oPad format
641 // Using the local hash state, do a hash with the oPad
    [all...]
CpriRSA.c     [all...]
RSAKeySieve.c 188 // Restart the oPad hash
Global.h 71 // or HMAC_STATE_SEQUENCE then state is followed by the HMAC key in oPad format.
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/hmac/
hmac.go 34 // opad = 0x5c byte repeated for key length
35 // hmac = H([key ^ opad] H([key ^ ipad] text))
  /prebuilts/go/linux-x86/src/crypto/hmac/
hmac.go 34 // opad = 0x5c byte repeated for key length
35 // hmac = H([key ^ opad] H([key ^ ipad] text))
  /external/srtp/crypto/include/
hmac.h 53 uint8_t opad[64]; member in struct:__anon23408
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/
HMac.java 16 * H(K XOR opad, H(K XOR ipad, text))
22 private final static byte OPAD = (byte)0x5C;
143 xorPad(outputBuf, blockLength, OPAD);
  /external/libchrome/crypto/
hmac_win.cc 77 // XOR key0 with opad.
  /external/webrtc/webrtc/base/
messagedigest.cc 107 // Compute a RFC 2104 HMAC: H(K XOR opad, H(K XOR ipad, text))
  /packages/inputmethods/LatinIME/java/res/values-da/
strings-emoji-descriptions.xml 50 <string name="spoken_emoji_23EB" msgid="3746885195641491865">"Sort dobbelttrekant, der peger opad"</string>
93 <string name="spoken_emoji_261D" msgid="4690554173549768467">"Hvid hånd, der peger opad"</string>
226 <string name="spoken_emoji_2934" msgid="9062130477982973457">"Pil, der peger mod højre og derefter buer opad"</string>
229 <string name="spoken_emoji_2B06" msgid="1223172079106250748">"Sort pil opad"</string>
    [all...]
  /frameworks/base/packages/SystemUI/res/values-da/
strings.xml     [all...]
  /external/mdnsresponder/mDNSCore/
DNSDigest.c     [all...]
  /packages/inputmethods/LatinIME/java/res/values-sk/
strings-emoji-descriptions.xml 333 <string name="spoken_emoji_1F333" msgid="5898847427062482675">"Strom s ka?doro?ným opadávaním lístia"</string>
    [all...]
  /packages/apps/Settings/res/values-da/
strings.xml     [all...]
  /packages/inputmethods/LatinIME/dictionaries/
da_wordlist.combined.gz 
pl_wordlist.combined.gz 

Completed in 6035 milliseconds