Searched refs:slen (Results 1 - 4 of 4) sorted by relevance
/system/core/libmincrypt/test/ |
H A D | ecdsa_test.c | 225 int slen; local 269 signature = parsehex(signature_##n, &slen); \ 270 int result = dsa_sig_unpack(signature, slen, &r, &s); \
|
H A D | rsa_test.c | 805 int slen; local 810 signature = parsehex(signature_##n, &slen); \ 811 int result = RSA_verify(&key_15, signature, slen, hash, sizeof(hash)); \
|
/system/core/toolbox/ |
H A D | ls.c | 80 // append a new string made of the first 'slen' characters from 'str' 82 void strlist_append_b( strlist_t *list, const void* str, size_t slen ) { 83 char *copy = malloc(slen+1); 84 memcpy(copy, str, slen); 85 copy[slen] = '\0';
|
/system/core/adb/ |
H A D | file_sync_client.cpp | 572 int slen = strlen(spath); local 575 int ssize = slen + nlen + 2;
|
Completed in 382 milliseconds