Searched refs:input (Results 1 – 7 of 7) sorted by relevance
| /hypervisor/lib/crypto/mbedtls/ |
| A D | md_wrap.c | 34 static int32_t sha256_update_wrap( void *ctx, const uint8_t *input, in sha256_update_wrap() argument 38 input, ilen ) ); in sha256_update_wrap() 64 static int32_t sha256_wrap( const uint8_t *input, size_t ilen, in sha256_wrap() argument 67 return( mbedtls_sha256_ret( input, ilen, output, 0 ) ); in sha256_wrap()
|
| A D | md_internal.h | 56 int32_t (*update_func)( void *ctx, const uint8_t *input, size_t ilen ); 62 int32_t (*digest_func)( const uint8_t *input, size_t ilen, 69 int32_t (*process_func)( void *ctx, const uint8_t *input );
|
| A D | sha256.h | 96 const uint8_t *input, 140 int32_t mbedtls_sha256_ret( const uint8_t *input,
|
| A D | md.h | 176 int32_t mbedtls_md_hmac_update(mbedtls_md_context_t *ctx, const uint8_t *input, size_t ilen); 221 const uint8_t *input, size_t ilen, uint8_t *output);
|
| A D | md.c | 130 int32_t mbedtls_md_hmac_update(mbedtls_md_context_t *ctx, const uint8_t *input, size_t ilen) in mbedtls_md_hmac_update() argument 137 ret = ctx->md_info->update_func((void *) ctx->md_ctx, input, ilen); in mbedtls_md_hmac_update() 181 const uint8_t *input, size_t ilen, in mbedtls_md_hmac() argument 200 ret = mbedtls_md_hmac_update(&ctx, input, ilen); in mbedtls_md_hmac()
|
| A D | sha256.c | 254 int32_t mbedtls_sha256_update_ret(mbedtls_sha256_context *ctx, const uint8_t *input, size_t ilen) in mbedtls_sha256_update_ret() argument 259 const uint8_t *data = input; in mbedtls_sha256_update_ret() 372 int32_t mbedtls_sha256_ret(const uint8_t *input, size_t ilen, uint8_t output[32], int32_t is224) in mbedtls_sha256_ret() argument 381 ret = mbedtls_sha256_update_ret(&ctx, input, ilen); in mbedtls_sha256_ret()
|
| A D | ChangeLog | 39 previous entry) by using a cache attack targeting the SSL input record 308 a crash on invalid input. 310 crash on invalid input. 977 on untrusted input or write keys of untrusted origin. Found by Guido 1033 on crafted PEM input data. Found and fix provided by Guido Vranken, 2622 * Changed ARC4 to use separate input/output buffer 2678 * Fixed incorrect handling of one single negative input 2680 * Fixed incorrect handling of negative first input 2682 * Fixed incorrect handling of negative first input 2696 input numbers are even and added testcases to check [all …]
|
Completed in 15 milliseconds