Lines Matching defs:key
39 * the key. This allows Mbed TLS to free the key objects when destroying
40 * a key slot. If a multipart operation needs to remember the key after
42 * copy of the key.
198 /* Include the context definition for the compiled-in drivers for the key
232 /** The default production parameters for key generation or key derivation.
256 /* The type used internally for key sizes.
260 * This is used to mark an invalid key size. */
262 /* The maximum size of a key in bits.
279 * service view of the key id, i.e. in service view usually is
310 mbedtls_svc_key_id_t key)
314 attributes->MBEDTLS_PRIVATE(id) = key;