Searched refs:slot (Results 1 – 6 of 6) sorted by relevance
240 dai-tdm-slot-num = <2>;241 dai-tdm-slot-width = <16>;258 dai-tdm-slot-num = <2>;259 dai-tdm-slot-width = <16>;
519 dai-tdm-slot-num = <2>;520 dai-tdm-slot-width = <32>;537 dai-tdm-slot-num = <2>;538 dai-tdm-slot-width = <32>;
140 psa_key_id_t slot; member
17 static TEE_Result get_slot_offset(size_t slot, size_t *offset) in get_slot_offset() argument19 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()
166 (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()
167 uint8_t slot );5919 uint8_t slot ) in ssl_buffering_free_slot() argument5922 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