Home
last modified time | relevance | path

Searched defs:buf1 (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/rsa/
H A Drsa_import_pkcs8.c49 unsigned char *buf1 = NULL, *buf2 = NULL; in rsa_import_pkcs8() local
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dentropy.c554 unsigned char buf1[2 * sizeof(unsigned long long int)]; in mbedtls_entropy_source_self_test() local
/optee_os/lib/libutee/
H A Dtee_api.c237 static bool bufs_intersect(void *buf1, size_t sz1, void *buf2, size_t sz2) in bufs_intersect()