/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRHashMap.h | 36 #define HASHSIZE 101
|
ANTLRHashRule.m | 55 self = [super initWithLen:HASHSIZE];
|
ANTLRHashMap.m | 63 BuffSize = HASHSIZE;
|
/external/dropbear/libtomcrypt/src/pk/dsa/ |
dsa_encrypt_key.c | 56 if (inlen > hash_descriptor[hash].hashsize) {
|
/external/dropbear/libtomcrypt/src/pk/ecc/ |
ecc_encrypt_key.c | 62 if (inlen > hash_descriptor[hash].hashsize) {
|
/external/dropbear/libtomcrypt/src/mac/hmac/ |
hmac_test.c | 280 if(XMEMCMP(digest, cases[i].digest, (size_t)hash_descriptor[hash].hashsize) != 0) { 286 for(j=0; j < hash_descriptor[hash].hashsize; j++) { 290 for(j=0; j < hash_descriptor[hash].hashsize; j++) {
|
/external/dropbear/libtomcrypt/src/prngs/ |
yarrow.c | 158 hash_descriptor[prng->yarrow.hash].hashsize)) != CRYPT_OK) { 202 ks = (int)hash_descriptor[prng->yarrow.hash].hashsize;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRHashRule.m | 61 if ((self = [super initWithLen:HASHSIZE]) != nil) {
|
ANTLRHashMap.m | 67 BuffSize = HASHSIZE;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRHashRule.m | 61 if ((self = [super initWithLen:HASHSIZE]) != nil) {
|
ANTLRHashMap.m | 67 BuffSize = HASHSIZE;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRHashRule.m | 61 if ((self = [super initWithLen:HASHSIZE]) != nil) {
|
ANTLRHashMap.m | 67 BuffSize = HASHSIZE;
|
/external/dropbear/ |
common-algo.c | 67 {&hash_desc, keysize, hashsize} */
|
/external/dropbear/libtomcrypt/demos/ |
encrypt.c | 152 ks = hash_descriptor[hash_idx].hashsize;
|
tv_gen.c | 249 for (y = 0; y < (int)hash_descriptor[x].hashsize; y++) { 264 if ((err = hmac_memory(x, key, hash_descriptor[x].hashsize, input, y, output, &len)) != CRYPT_OK) { 275 memcpy(key, output, hash_descriptor[x].hashsize);
|
/external/dropbear/libtomcrypt/src/pk/pkcs1/ |
pkcs_1_oaep_decode.c | 55 hLen = hash_descriptor[hash_idx].hashsize;
|
pkcs_1_oaep_encode.c | 58 hLen = hash_descriptor[hash_idx].hashsize;
|
pkcs_1_pss_decode.c | 53 hLen = hash_descriptor[hash_idx].hashsize;
|
pkcs_1_pss_encode.c | 56 hLen = hash_descriptor[hash_idx].hashsize;
|
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
CipherSuite.java | 78 final private int hashSize; [all...] |
/external/dropbear/libtomcrypt/src/hashes/chc/ |
chc.c | 73 hash_descriptor[idx].hashsize =
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_hash.h | 156 unsigned long hashsize; member in struct:ltc_hash_descriptor
|
/external/openssl/ssl/ |
t1_enc.c | 958 int hashsize = EVP_MD_size(md); local 959 if (hashsize < 0 || hashsize > (int)(sizeof buf - (size_t)(q-buf))) 968 if (i != (unsigned int)hashsize) /* can't really happen */ [all...] |
/external/srec/shared/src/ |
SessionTypeImpl.c | [all...] |