Lines Matching refs:v
52 static void mbedtls_zeroize( void *v, size_t n ) { in mbedtls_zeroize() argument
53 volatile unsigned char *p = (unsigned char*)v; while( n-- ) *p++ = 0; in mbedtls_zeroize()
896 int i, j, u, v; in mbedtls_camellia_self_test() local
916 v = j & 1; in mbedtls_camellia_self_test()
920 (v == MBEDTLS_CAMELLIA_DECRYPT) ? "dec" : "enc"); in mbedtls_camellia_self_test()
925 if( v == MBEDTLS_CAMELLIA_DECRYPT ) { in mbedtls_camellia_self_test()
935 mbedtls_camellia_crypt_ecb( &ctx, v, src, buf ); in mbedtls_camellia_self_test()
960 v = j & 1; in mbedtls_camellia_self_test()
964 ( v == MBEDTLS_CAMELLIA_DECRYPT ) ? "dec" : "enc" ); in mbedtls_camellia_self_test()
970 if( v == MBEDTLS_CAMELLIA_DECRYPT ) { in mbedtls_camellia_self_test()
978 if( v == MBEDTLS_CAMELLIA_DECRYPT ) { in mbedtls_camellia_self_test()
988 mbedtls_camellia_crypt_cbc( &ctx, v, 16, iv, src, buf ); in mbedtls_camellia_self_test()
1014 v = i & 1; in mbedtls_camellia_self_test()
1018 ( v == MBEDTLS_CAMELLIA_DECRYPT ) ? "dec" : "enc" ); in mbedtls_camellia_self_test()
1026 if( v == MBEDTLS_CAMELLIA_DECRYPT ) in mbedtls_camellia_self_test()