Lines Matching defs:len
145 size_t len = RSA_size(prsactx->rsa);
147 if (len == 0) {
151 *outlen = len;
202 size_t len = RSA_size(prsactx->rsa);
218 if (len == 0) {
222 *outlen = len;
226 if (outsize < len) {
236 if ((tbuf = OPENSSL_malloc(len)) == NULL) {
243 * With no padding then, on success ret should be len, otherwise an
246 if (ret != (int)len) {
261 len, len,
274 prsactx->libctx, out, outsize, tbuf, len,