Home | History | Annotate | Download | only in libtomcrypt

Lines Matching refs:_string

231 \index{error\_to\_string()}
321 \index{rsa\_export()} \index{error\_to\_string()} \index{variable length output}
694 \index{register\_cipher()} \index{find\_cipher()} \index{error\_to\_string()}
4234 \hline LTC\_ASN1\_BIT\_STRING & BIT STRING (one bit per char) \\
4235 \hline LTC\_ASN1\_OCTET\_STRING & OCTET STRING (one octet per char) \\
4238 \hline LTC\_ASN1\_IA5\_STRING & IA5 STRING (one octet per char) \\
4239 \hline LTC\_ASN1\_UTF8\_STRING & UTF8 STRING (one wchar\_t per char) \\
4240 \hline LTC\_ASN1\_PRINTABLE\_STRING & PRINTABLE STRING (one octet per char) \\
4270 The \textit{data} pointer in the list would be the same pointer you would pass to the respective ASN.1 encoder (e.g. der\_encode\_bit\_string()) and it is simply passed on
4465 \index{der\_encode\_bit\_string()}\index{der\_decode\_bit\_string()}\index{der\_length\_bit\_string()}
4486 \index{der\_encode\_octet\_string()}\index{der\_decode\_octet\_string()}\index{der\_length\_octet\_string()}
4528 \index{der\_encode\_ia5\_string()}\index{der\_decode\_ia5\_string()}\index{der\_length\_ia5\_string()}
4552 \index{der\_encode\_printable\_string()}\index{der\_decode\_printable\_string()}\index{der\_length\_printable\_string()}
4576 \index{der\_encode\_utf8\_string()}\index{der\_decode\_utf8\_string()}\index{der\_length\_utf8\_string()}