/mbedtls-development/library/ |
A D | aes.c | 110 V(A5,63,63,C6), V(84,7C,7C,F8), V(99,77,77,EE), V(8D,7B,7B,F6), \ 111 V(0D,F2,F2,FF), V(BD,6B,6B,D6), V(B1,6F,6F,DE), V(54,C5,C5,91), \ 112 V(50,30,30,60), V(03,01,01,02), V(A9,67,67,CE), V(7D,2B,2B,56), \ 113 V(19,FE,FE,E7), V(62,D7,D7,B5), V(E6,AB,AB,4D), V(9A,76,76,EC), \ 114 V(45,CA,CA,8F), V(9D,82,82,1F), V(40,C9,C9,89), V(87,7D,7D,FA), \ 115 V(15,FA,FA,EF), V(EB,59,59,B2), V(C9,47,47,8E), V(0B,F0,F0,FB), \ 116 V(EC,AD,AD,41), V(67,D4,D4,B3), V(FD,A2,A2,5F), V(EA,AF,AF,45), \ 117 V(BF,9C,9C,23), V(F7,A4,A4,53), V(96,72,72,E4), V(5B,C0,C0,9B), \ 118 V(C2,B7,B7,75), V(1C,FD,FD,E1), V(AE,93,93,3D), V(6A,26,26,4C), \ 119 V(5A,36,36,6C), V(41,3F,3F,7E), V(02,F7,F7,F5), V(4F,CC,CC,83), \ [all …]
|
A D | hmac_drbg.c | 78 ctx->V, md_len ) ) != 0 ) in mbedtls_hmac_drbg_update() 96 ctx->V, md_len ) ) != 0 ) in mbedtls_hmac_drbg_update() 98 if( ( ret = mbedtls_md_hmac_finish( &ctx->md_ctx, ctx->V ) ) != 0 ) in mbedtls_hmac_drbg_update() 128 if( ( ret = mbedtls_md_hmac_starts( &ctx->md_ctx, ctx->V, in mbedtls_hmac_drbg_seed_buf() 131 memset( ctx->V, 0x01, mbedtls_md_get_size( md_info ) ); in mbedtls_hmac_drbg_seed_buf() 260 if( ( ret = mbedtls_md_hmac_starts( &ctx->md_ctx, ctx->V, md_size ) ) != 0 ) in mbedtls_hmac_drbg_seed() 262 memset( ctx->V, 0x01, md_size ); in mbedtls_hmac_drbg_seed() 364 ctx->V, md_len ) ) != 0 ) in mbedtls_hmac_drbg_random_with_add() 366 if( ( ret = mbedtls_md_hmac_finish( &ctx->md_ctx, ctx->V ) ) != 0 ) in mbedtls_hmac_drbg_random_with_add() 369 memcpy( out, ctx->V, use_len ); in mbedtls_hmac_drbg_random_with_add()
|
A D | ecjpake.c | 203 const mbedtls_ecp_point *V, in ecjpake_hash() argument 217 MBEDTLS_MPI_CHK( ecjpake_write_len_point( &p, end, grp, pf, V ) ); in ecjpake_hash() 257 mbedtls_ecp_point V, VV; in ecjpake_zkp_read() local 261 mbedtls_ecp_point_init( &V ); in ecjpake_zkp_read() 275 MBEDTLS_MPI_CHK( mbedtls_ecp_tls_read_point( grp, &V, p, end - *p ) ); in ecjpake_zkp_read() 301 if( mbedtls_ecp_point_cmp( &VV, &V ) != 0 ) in ecjpake_zkp_read() 308 mbedtls_ecp_point_free( &V ); in ecjpake_zkp_read() 332 mbedtls_ecp_point V; in ecjpake_zkp_write() local 340 mbedtls_ecp_point_init( &V ); in ecjpake_zkp_write() 353 MBEDTLS_MPI_CHK( mbedtls_ecp_tls_write_point( grp, &V, in ecjpake_zkp_write() [all …]
|
A D | bignum.c | 3207 mbedtls_mpi A, E, N, X, Y, U, V; in mbedtls_mpi_self_test() local 3210 mbedtls_mpi_init( &Y ); mbedtls_mpi_init( &U ); mbedtls_mpi_init( &V ); in mbedtls_mpi_self_test() 3260 MBEDTLS_MPI_CHK( mbedtls_mpi_read_string( &V, 16, in mbedtls_mpi_self_test() 3269 mbedtls_mpi_cmp_mpi( &Y, &V ) != 0 ) in mbedtls_mpi_self_test() 3354 mbedtls_mpi_free( &Y ); mbedtls_mpi_free( &U ); mbedtls_mpi_free( &V ); in mbedtls_mpi_self_test()
|
/mbedtls-development/docs/architecture/testing/ |
A D | psa-storage-format-testing.md | 15 …ser of Mbed TLS, I want to store a key under version V and read it back under version W, with W ≥ … 17 Doing the testing this way would be difficult because we'd need to have version V of Mbed TLS avail… 19 An alternative, semi-direct approach consists of generating test data under version V, and reading … 23 … the stability of the storage format by creating test cases under a version V of Mbed TLS, where t… 27 …V, this means that the test data is consistent with what the implementation does. When the test la… 29 …assing on version V and load-and-check passing on version W with the same data that proves that ve…
|
/mbedtls-development/tests/data_files/ |
A D | server9.key | 5 AoGAHFCE2tBL0xB45Go/1e/Pi9//OVZAJ3Cw0mmEuqjVNB7I6zxhYhviWbgz92+V
|
A D | test-ca-multi_policy.crt | 16 4YqRBbWuBGkePjbce6Lf+rTfaA7kJnyuC9SHguQRmWtV3xzNzLUFn+V/jYSqYvYU
|
A D | rsa_pkcs8_pbe_sha1_1024_3des.pem | 16 VBkyv+4V
|
A D | rsa4096_prv.pem | 15 TujMb+0V+h1HoKq/rP1UV/FnxOC/vbyx7TCO1eR5Io7CsAv1D2q4NDXdaoPyssh8
|
/mbedtls-development/include/mbedtls/ |
A D | hmac_drbg.h | 91 unsigned char MBEDTLS_PRIVATE(V)[MBEDTLS_MD_MAX_SIZE]; /*!< V in the spec */
|