Home
last modified time | relevance | path

Searched refs:buf2len (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/rsa/
H A Drsa_import_pkcs8.c50 unsigned long buf1len, buf2len; in rsa_import_pkcs8() local
70 buf2len = inlen; /* approx. */ in rsa_import_pkcs8()
71 buf2 = XMALLOC(buf2len); in rsa_import_pkcs8()