Searched refs:slen (Results 1 - 4 of 4) sorted by relevance

/system/core/libmincrypt/test/
H A Decdsa_test.c225 int slen; local
269 signature = parsehex(signature_##n, &slen); \
270 int result = dsa_sig_unpack(signature, slen, &r, &s); \
H A Drsa_test.c805 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 Dls.c80 // 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 Dfile_sync_client.cpp572 int slen = strlen(spath); local
575 int ssize = slen + nlen + 2;

Completed in 382 milliseconds