How to load created key?

Hello,

I can generate keys with function below. It stores key file in file system. But what function I should use in order to load keys when system starts?

status = psa_generate_key(&attributes, &aes_key_handle);
    if (PSA_SUCCESS != status)
    {
    ...    
    }