Searched defs:buf1 (Results 1 – 3 of 3) sorted by relevance
49 unsigned char *buf1 = NULL, *buf2 = NULL; in rsa_import_pkcs8() local
554 unsigned char buf1[2 * sizeof(unsigned long long int)]; in mbedtls_entropy_source_self_test() local
237 static bool bufs_intersect(void *buf1, size_t sz1, void *buf2, size_t sz2) in bufs_intersect()