Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/misc/pkcs12/
H A Dpkcs12_utf8_to_utf16.c8 int pkcs12_utf8_to_utf16(const unsigned char *in, unsigned long inlen, in pkcs12_utf8_to_utf16() function
/optee_os/core/lib/libtomcrypt/src/misc/pbes/
H A Dpbes1.c28 if ((err = pkcs12_utf8_to_utf16(password, password_len, pw, &pwlen)) != CRYPT_OK) goto LBL_ERROR; in s_pkcs_12_wrap()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_private.h485 int pkcs12_utf8_to_utf16(const unsigned char *in, unsigned long inlen,
/optee_os/core/lib/libtomcrypt/
H A Dsub.mk48 srcs-y += src/misc/pkcs12/pkcs12_utf8_to_utf16.c