Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/misc/base64/
H A Dbase64_encode.c129 int use_crlf = flags & BASE64_PEM_CRLF ? pad | crlf : pad | lf; in base64_encode_pem()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_private.h264 BASE64_PEM_CRLF = 1, enumerator