/mbedtls-latest/include/psa/ |
D | crypto_struct.h | 91 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
|
D | crypto_extra.h | 1887 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/ |
D | mac.h | 30 const mbedtls_test_driver_mac_hooks_t v = MBEDTLS_TEST_DRIVER_MAC_INIT; in mbedtls_test_driver_mac_hooks_init() local
|
D | hash.h | 30 const mbedtls_test_driver_hash_hooks_t v = MBEDTLS_TEST_DRIVER_HASH_INIT; in mbedtls_test_driver_hash_hooks_init() local
|
D | signature.h | 32 v = MBEDTLS_TEST_DRIVER_SIGNATURE_INIT; in mbedtls_test_driver_signature_hooks_init() local
|
D | asymmetric_encryption.h | 34 const mbedtls_test_driver_asymmetric_encryption_hooks_t v = in mbedtls_test_driver_asymmetric_encryption_hooks_init() local
|
D | key_agreement.h | 32 v = MBEDTLS_TEST_DRIVER_KEY_AGREEMENT_INIT; in mbedtls_test_driver_key_agreement_hooks_init() local
|
D | cipher.h | 40 const mbedtls_test_driver_cipher_hooks_t v = MBEDTLS_TEST_DRIVER_CIPHER_INIT; in mbedtls_test_driver_cipher_hooks_init() local
|
D | key_management.h | 46 v = MBEDTLS_TEST_DRIVER_KEY_MANAGEMENT_INIT; in mbedtls_test_driver_key_management_hooks_init() local
|
D | pake.h | 44 const mbedtls_test_driver_pake_hooks_t v = MBEDTLS_TEST_DRIVER_PAKE_INIT; in mbedtls_test_driver_pake_hooks_init() local
|
D | aead.h | 41 const mbedtls_test_driver_aead_hooks_t v = MBEDTLS_TEST_DRIVER_AEAD_INIT; in mbedtls_test_driver_aead_hooks_init() local
|
/mbedtls-latest/library/ |
D | pkcs12.c | 271 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
|
D | sha3.c | 95 #define ABSORB(ctx, idx, v) do { ctx->state[(idx) >> 3] ^= ((uint64_t) (v)) << (((idx) & 0x7) << 3)… argument
|
D | aesce.c | 315 uint8x16_t v = vreinterpretq_u8_u32(vdupq_n_u32(in)); in aes_sub_word() local
|
D | camellia.c | 864 int i, j, u, v; in mbedtls_camellia_self_test() local
|
D | des.c | 836 int i, j, u, v, ret = 0; in mbedtls_des_self_test() local
|
D | ecjpake.c | 327 mbedtls_mpi v; in ecjpake_zkp_write() local
|
D | bignum.c | 176 #define mbedtls_mpi_zeroize_and_free(v, n) mbedtls_zeroize_and_free(v, ciL * (n)) argument
|
/mbedtls-latest/programs/test/ |
D | selftest.c | 376 int v = 1; /* v=1 for verbose mode */ in main() local
|