Lines Matching refs:v
864 int i, j, u, v; in mbedtls_camellia_self_test() local
886 v = j & 1; in mbedtls_camellia_self_test()
890 (v == MBEDTLS_CAMELLIA_DECRYPT) ? "dec" : "enc"); in mbedtls_camellia_self_test()
894 if (v == MBEDTLS_CAMELLIA_DECRYPT) { in mbedtls_camellia_self_test()
906 if (v == MBEDTLS_CAMELLIA_DECRYPT) { in mbedtls_camellia_self_test()
918 mbedtls_camellia_crypt_ecb(&ctx, v, src, buf); in mbedtls_camellia_self_test()
943 v = j & 1; in mbedtls_camellia_self_test()
947 (v == MBEDTLS_CAMELLIA_DECRYPT) ? "dec" : "enc"); in mbedtls_camellia_self_test()
954 if (v == MBEDTLS_CAMELLIA_DECRYPT) { in mbedtls_camellia_self_test()
962 if (v == MBEDTLS_CAMELLIA_DECRYPT) { in mbedtls_camellia_self_test()
972 mbedtls_camellia_crypt_cbc(&ctx, v, 16, iv, src, buf); in mbedtls_camellia_self_test()
998 v = i & 1; in mbedtls_camellia_self_test()
1002 (v == MBEDTLS_CAMELLIA_DECRYPT) ? "dec" : "enc"); in mbedtls_camellia_self_test()
1011 if (v == MBEDTLS_CAMELLIA_DECRYPT) { in mbedtls_camellia_self_test()