Home
last modified time | relevance | path

Searched refs:slot (Results 1 – 6 of 6) sorted by relevance

/optee_os-3.20.0/core/arch/arm/dts/
A Dstm32mp15xx-dhcom-pdk2.dtsi240 dai-tdm-slot-num = <2>;
241 dai-tdm-slot-width = <16>;
258 dai-tdm-slot-num = <2>;
259 dai-tdm-slot-width = <16>;
A Dstm32mp15xx-dkx.dtsi519 dai-tdm-slot-num = <2>;
520 dai-tdm-slot-width = <32>;
537 dai-tdm-slot-num = <2>;
538 dai-tdm-slot-width = <32>;
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dcipher_internal.h140 psa_key_id_t slot; member
/optee_os-3.20.0/ta/avb/
A Dentry.c17 static TEE_Result get_slot_offset(size_t slot, size_t *offset) in get_slot_offset() argument
19 if (slot >= TA_AVB_MAX_ROLLBACK_LOCATIONS) in get_slot_offset()
22 *offset = sizeof(uint32_t) /* lock_state */ + slot * sizeof(uint64_t); in get_slot_offset()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dcipher.c166 (void) psa_destroy_key( cipher_psa->slot ); in mbedtls_cipher_free()
340 &cipher_psa->slot ); in mbedtls_cipher_setkey()
1270 cipher_psa->slot, in mbedtls_cipher_crypt()
1276 cipher_psa->slot, in mbedtls_cipher_crypt()
1362 status = psa_aead_encrypt( cipher_psa->slot, in mbedtls_cipher_aead_encrypt()
1442 status = psa_aead_decrypt( cipher_psa->slot, in mbedtls_cipher_aead_decrypt()
A Dssl_msg.c167 uint8_t slot );
5919 uint8_t slot ) in ssl_buffering_free_slot() argument
5922 mbedtls_ssl_hs_buffer * const hs_buf = &hs->buffering.hs[slot]; in ssl_buffering_free_slot()
5924 if( slot >= MBEDTLS_SSL_MAX_BUFFERED_HS ) in ssl_buffering_free_slot()

Completed in 15 milliseconds