Home
last modified time | relevance | path

Searched refs:buf1len (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
67 buf1len = inlen; /* approx. */ in rsa_import_pkcs8()
68 buf1 = XMALLOC(buf1len); in rsa_import_pkcs8()
89 LTC_SET_ASN1(top_seq, 2, LTC_ASN1_OCTET_STRING, buf1, buf1len); in rsa_import_pkcs8()