Lines Matching defs:osize
281 unsigned char *output, size_t *olen, size_t osize,
327 output, osize, olen);
347 unsigned char *output, size_t *olen, size_t osize,
357 olen, input, output, osize);
364 unsigned char *output, size_t *olen, size_t osize,
380 if (mbedtls_rsa_get_len(rsa) > osize) {
410 output, osize, olen);
429 unsigned char *output, size_t *olen, size_t osize,
435 if (*olen > osize) {
1318 unsigned char *output, size_t *olen, size_t osize,
1331 olen, input, output, osize);
1469 unsigned char *output, size_t *olen, size_t osize,
1494 status = psa_asymmetric_decrypt(pk->priv_id, alg, input, ilen, NULL, 0, output, osize, olen);