Searched refs:public_key (Results 1 – 8 of 8) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/src/ |
D | psa_exercise_key.c | 636 uint8_t *public_key = NULL; in mbedtls_test_psa_key_agreement_with_self() local 652 TEST_CALLOC(public_key, public_key_length); in mbedtls_test_psa_key_agreement_with_self() 653 status = psa_export_public_key(key, public_key, public_key_length, in mbedtls_test_psa_key_agreement_with_self() 664 public_key, public_key_length); in mbedtls_test_psa_key_agreement_with_self() 677 mbedtls_free(public_key); in mbedtls_test_psa_key_agreement_with_self() 691 uint8_t *public_key = NULL; in mbedtls_test_psa_raw_key_agreement_with_self() local 709 TEST_CALLOC(public_key, public_key_length); in mbedtls_test_psa_raw_key_agreement_with_self() 711 public_key, public_key_length, in mbedtls_test_psa_raw_key_agreement_with_self() 721 public_key, public_key_length, in mbedtls_test_psa_raw_key_agreement_with_self() 743 mbedtls_free(public_key); in mbedtls_test_psa_raw_key_agreement_with_self()
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_op_fail.function | 361 uint8_t public_key[PSA_EXPORT_PUBLIC_KEY_MAX_SIZE] = { 0 }; 379 public_key, sizeof(public_key), 385 public_key, public_key_length, 396 public_key, public_key_length));
|
D | test_suite_lms.data | 30 # public_key = private_key.hss_pub 34 # print('lms_verify_test:"{}":"{}":"{}":0'.format(message1.hex(), sig1.hex(), public_key.serialize(… 48 # print('lms_verify_test:"{}":"{}":"{}":0'.format(message2.hex(), sig2.hex(), public_key.serialize(… 155 # public_key = private_key.gen_pub() 160 # print('lms_verify_test:"{}":"{}":"{}":0'.format(message.hex(), sig.hex(), public_key.get_pubkey()… 178 # public_key = private_key.gen_pub() 186 # print('lms_verify_test:"{}":"{}":"{}":0'.format(message.hex(), sig.hex(), public_key.get_pubkey()…
|
D | test_suite_psa_crypto_se_driver_hal.function | 1377 uint8_t public_key[PSA_KEY_EXPORT_ECC_PUBLIC_KEY_MAX_SIZE(PSA_VENDOR_ECC_MAX_CURVE_BITS) 1381 public_key, sizeof(public_key), 1386 public_key, public_key_length,
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | lmots.c | 415 memcpy(ctx->public_key, in mbedtls_lmots_import_public_key() 446 memcpy(key + PUBLIC_KEY_KEY_HASH_OFFSET, ctx->public_key, in mbedtls_lmots_export_public_key() 542 if (memcmp(&Kc_public_key_candidate, ctx->public_key, in mbedtls_lmots_verify() 543 sizeof(ctx->public_key))) { in mbedtls_lmots_verify() 670 ctx->public_key); in mbedtls_lmots_calculate_public_key()
|
D | lms.c | 441 ctx->ots_public_keys[priv_key_idx].public_key, in calculate_merkle_tree()
|
D | ssl_tls12_server.c | 3447 mbedtls_pk_context *public_key = &own_cert->pk; in ssl_decrypt_encrypted_pms() local 3449 size_t len = mbedtls_pk_get_len(public_key); in ssl_decrypt_encrypted_pms()
|
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | lms.h | 123 unsigned char MBEDTLS_PRIVATE(public_key)[MBEDTLS_LMOTS_N_HASH_LEN_MAX];
|