Searched refs:ln (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-dcrypt/
H A Ddcrypt-openssl.c1468 int ln = OBJ_obj2txt(objtxt, sizeof(objtxt), obj, 1); local
1469 if (ln < 1)
1471 if (ln > (int)sizeof(objtxt)) {
1483 int ln = i2d_RSAPrivateKey(rsa, &ptr); local
1484 if (ln < 1)
1486 buffer_append(buf, ptr, ln);

Completed in 11 milliseconds