Lines Matching refs:v
909 int i, j, u, v; in mbedtls_camellia_self_test() local
931 v = j & 1; in mbedtls_camellia_self_test()
935 (v == MBEDTLS_CAMELLIA_DECRYPT) ? "dec" : "enc"); in mbedtls_camellia_self_test()
940 if( v == MBEDTLS_CAMELLIA_DECRYPT ) { in mbedtls_camellia_self_test()
950 mbedtls_camellia_crypt_ecb( &ctx, v, src, buf ); in mbedtls_camellia_self_test()
974 v = j & 1; in mbedtls_camellia_self_test()
978 ( v == MBEDTLS_CAMELLIA_DECRYPT ) ? "dec" : "enc" ); in mbedtls_camellia_self_test()
984 if( v == MBEDTLS_CAMELLIA_DECRYPT ) { in mbedtls_camellia_self_test()
992 if( v == MBEDTLS_CAMELLIA_DECRYPT ) { in mbedtls_camellia_self_test()
1002 mbedtls_camellia_crypt_cbc( &ctx, v, 16, iv, src, buf ); in mbedtls_camellia_self_test()
1027 v = i & 1; in mbedtls_camellia_self_test()
1031 ( v == MBEDTLS_CAMELLIA_DECRYPT ) ? "dec" : "enc" ); in mbedtls_camellia_self_test()
1039 if( v == MBEDTLS_CAMELLIA_DECRYPT ) in mbedtls_camellia_self_test()