Searched defs:ipad (Results 1 - 4 of 4) sorted by relevance

/external/smack/src/org/xbill/DNS/utils/
H A DHMAC.java19 private byte [] ipad, opad; field in class:HMAC
32 ipad = new byte[blockLength];
35 ipad[i] = (byte) (key[i] ^ IPAD);
39 ipad[i] = IPAD;
42 digest.update(ipad);
171 digest.update(ipad);
/external/srtp/crypto/hash/
H A Dhmac.c114 uint8_t ipad[64]; local
124 * set values of ipad and opad by exoring the key into the
128 ipad[i] = key[i] ^ 0x36;
131 /* set the rest of ipad, opad to constant values */
133 ipad[i] = 0x36;
137 debug_print(mod_hmac, "ipad: %s", octet_string_hex_string(ipad, 64));
142 /* hash ipad ^ key */
143 sha1_update(&state->init_ctx, ipad, 64);
/external/qemu/target-i386/
H A Dhax-interface.h107 uint32 ipad; member in struct:segment_desc_t
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...

Completed in 271 milliseconds