Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/misc/base64/
H A Dbase64_encode.c130 int ssh_style = flags & BASE64_PEM_SSH ? ssh : 0; in base64_encode_pem() local
131 return s_base64_encode_internal(in, inlen, out, outlen, codes_base64, ssh_style | use_crlf); in base64_encode_pem()