Home
last modified time | relevance | path

Searched refs:old_attributes (Results 1 - 2 of 2) sorted by relevance

/third_party/mbedtls/library/
H A Dpk.c525 psa_key_attributes_t old_attributes = PSA_KEY_ATTRIBUTES_INIT; in mbedtls_pk_get_psa_attributes() local
527 status = psa_get_key_attributes(pk->priv_id, &old_attributes); in mbedtls_pk_get_psa_attributes()
531 psa_key_type_t old_type = psa_get_key_type(&old_attributes); in mbedtls_pk_get_psa_attributes()
563 more_usage = psa_get_key_usage_flags(&old_attributes); in mbedtls_pk_get_psa_attributes()
568 psa_set_key_bits(attributes, psa_get_key_bits(&old_attributes)); in mbedtls_pk_get_psa_attributes()
569 psa_set_key_algorithm(attributes, psa_get_key_algorithm(&old_attributes)); in mbedtls_pk_get_psa_attributes()
629 psa_key_attributes_t old_attributes = PSA_KEY_ATTRIBUTES_INIT; in copy_into_psa() local
630 status = psa_get_key_attributes(old_key_id, &old_attributes); in copy_into_psa()
634 psa_key_type_t old_type = psa_get_key_type(&old_attributes); in copy_into_psa()
635 psa_reset_key_attributes(&old_attributes); in copy_into_psa()
811 psa_key_attributes_t old_attributes = PSA_KEY_ATTRIBUTES_INIT; import_public_into_psa() local
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-scopes.cc79 PropertyAttributes old_attributes = maybe.FromJust(); in DeclareGlobal() local
85 if ((old_attributes & DONT_DELETE) != 0) { in DeclareGlobal()
92 if (old_attributes & READ_ONLY || old_attributes & DONT_ENUM || in DeclareGlobal()
101 attr = old_attributes; in DeclareGlobal()

Completed in 3 milliseconds