Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dpk_internal.h77 unsigned char *output, size_t *olen, size_t osize,
83 unsigned char *output, size_t *olen, size_t osize,
A Dpk.h566 unsigned char *output, size_t *olen, size_t osize,
587 unsigned char *output, size_t *olen, size_t osize,
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dpk.c463 unsigned char *output, size_t *olen, size_t osize, in mbedtls_pk_decrypt() argument
468 PK_VALIDATE_RET( output != NULL || osize == 0 ); in mbedtls_pk_decrypt()
478 output, olen, osize, f_rng, p_rng ) ); in mbedtls_pk_decrypt()
486 unsigned char *output, size_t *olen, size_t osize, in mbedtls_pk_encrypt() argument
491 PK_VALIDATE_RET( output != NULL || osize == 0 ); in mbedtls_pk_encrypt()
501 output, olen, osize, f_rng, p_rng ) ); in mbedtls_pk_encrypt()
A Dpk_wrap.c129 unsigned char *output, size_t *olen, size_t osize, in rsa_decrypt_wrap() argument
138 MBEDTLS_RSA_PRIVATE, olen, input, output, osize ) ); in rsa_decrypt_wrap()
143 unsigned char *output, size_t *olen, size_t osize, in rsa_encrypt_wrap() argument
149 if( *olen > osize ) in rsa_encrypt_wrap()
779 unsigned char *output, size_t *olen, size_t osize, in rsa_alt_decrypt_wrap() argument
791 MBEDTLS_RSA_PRIVATE, olen, input, output, osize ) ); in rsa_alt_decrypt_wrap()
/optee_os-3.20.0/lib/libutils/isoc/
A Dbget.c884 bufsize osize; /* Old size of buffer */ local
894 osize = -b->bsize;
896 if (osize == 0) {
901 osize = bd->tsize - sizeof(struct bdhead) - bd->offs;
904 osize -= sizeof(struct bhead);
905 assert(osize > 0);
907 (MemSize) ((size < osize) ? size : osize));
910 if (size > osize)
911 V memset_unchecked((char *) nbuf + osize, 0, size - osize);
A Dbget_malloc.c193 bufsize osize; /* Old size of buffer */ in bget_buf_size() local
197 osize = -b->bsize; in bget_buf_size()
199 if (osize == 0) { in bget_buf_size()
204 osize = bd->tsize - sizeof(struct bdhead) - bd->offs; in bget_buf_size()
207 osize -= sizeof(struct bhead); in bget_buf_size()
208 assert(osize > 0); in bget_buf_size()
209 return osize; in bget_buf_size()

Completed in 14 milliseconds