Home
last modified time | relevance | path

Searched defs:v (Results 1 – 19 of 19) sorted by relevance

/mbedtls-latest/include/psa/
Dcrypto_struct.h91 const struct psa_hash_operation_s v = PSA_HASH_OPERATION_INIT; in psa_hash_operation_init() local
123 const struct psa_cipher_operation_s v = PSA_CIPHER_OPERATION_INIT; in psa_cipher_operation_init() local
155 const struct psa_mac_operation_s v = PSA_MAC_OPERATION_INIT; in psa_mac_operation_init() local
194 const struct psa_aead_operation_s v = PSA_AEAD_OPERATION_INIT; in psa_aead_operation_init() local
222 const struct psa_key_derivation_s v = PSA_KEY_DERIVATION_OPERATION_INIT; in psa_key_derivation_operation_init() local
278 const struct psa_key_policy_s v = PSA_KEY_POLICY_INIT; in psa_key_policy_init() local
331 const struct psa_key_attributes_s v = PSA_KEY_ATTRIBUTES_INIT; in psa_key_attributes_init() local
479 const struct psa_sign_hash_interruptible_operation_s v = in psa_sign_hash_interruptible_operation_init() local
517 const struct psa_verify_hash_interruptible_operation_s v = in psa_verify_hash_interruptible_operation_init() local
Dcrypto_extra.h1887 const struct psa_pake_cipher_suite_s v = PSA_PAKE_CIPHER_SUITE_INIT; in psa_pake_cipher_suite_init() local
1893 const struct psa_pake_operation_s v = PSA_PAKE_OPERATION_INIT; in psa_pake_operation_init() local
/mbedtls-latest/tests/include/test/drivers/
Dmac.h30 const mbedtls_test_driver_mac_hooks_t v = MBEDTLS_TEST_DRIVER_MAC_INIT; in mbedtls_test_driver_mac_hooks_init() local
Dhash.h30 const mbedtls_test_driver_hash_hooks_t v = MBEDTLS_TEST_DRIVER_HASH_INIT; in mbedtls_test_driver_hash_hooks_init() local
Dsignature.h32 v = MBEDTLS_TEST_DRIVER_SIGNATURE_INIT; in mbedtls_test_driver_signature_hooks_init() local
Dasymmetric_encryption.h34 const mbedtls_test_driver_asymmetric_encryption_hooks_t v = in mbedtls_test_driver_asymmetric_encryption_hooks_init() local
Dkey_agreement.h32 v = MBEDTLS_TEST_DRIVER_KEY_AGREEMENT_INIT; in mbedtls_test_driver_key_agreement_hooks_init() local
Dcipher.h40 const mbedtls_test_driver_cipher_hooks_t v = MBEDTLS_TEST_DRIVER_CIPHER_INIT; in mbedtls_test_driver_cipher_hooks_init() local
Dkey_management.h46 v = MBEDTLS_TEST_DRIVER_KEY_MANAGEMENT_INIT; in mbedtls_test_driver_key_management_hooks_init() local
Dpake.h44 const mbedtls_test_driver_pake_hooks_t v = MBEDTLS_TEST_DRIVER_PAKE_INIT; in mbedtls_test_driver_pake_hooks_init() local
Daead.h41 const mbedtls_test_driver_aead_hooks_t v = MBEDTLS_TEST_DRIVER_AEAD_INIT; in mbedtls_test_driver_aead_hooks_init() local
/mbedtls-latest/library/
Dpkcs12.c271 int use_password, size_t hlen, size_t v) in calculate_hashes()
342 size_t hlen, use_len, v, i; in mbedtls_pkcs12_derivation() local
Dsha3.c95 #define ABSORB(ctx, idx, v) do { ctx->state[(idx) >> 3] ^= ((uint64_t) (v)) << (((idx) & 0x7) << 3)… argument
Daesce.c315 uint8x16_t v = vreinterpretq_u8_u32(vdupq_n_u32(in)); in aes_sub_word() local
Dcamellia.c864 int i, j, u, v; in mbedtls_camellia_self_test() local
Ddes.c836 int i, j, u, v, ret = 0; in mbedtls_des_self_test() local
Decjpake.c327 mbedtls_mpi v; in ecjpake_zkp_write() local
Dbignum.c176 #define mbedtls_mpi_zeroize_and_free(v, n) mbedtls_zeroize_and_free(v, ciL * (n)) argument
/mbedtls-latest/programs/test/
Dselftest.c376 int v = 1; /* v=1 for verbose mode */ in main() local