Home | History | Annotate | Download | only in TlsAuthConfigDxe

Lines Matching defs:File

1 /** @file
51 // Possible DER-encoded certificate file suffixes, end with NULL pointer.
64 @param[in] FileSuffix The suffix of the input certificate file
618 Close an open file handle.
620 @param[in] FileHandle The file handle to close.
634 Read file content into BufferPtr, the size of the allocate buffer
637 @param[in] FileHandle The file to be read.
639 @param[out] FileSize Size of input file
641 In case the buffer need to contain others besides the file content.
643 @retval EFI_SUCCESS The file was read into the buffer.
670 // Get the file size
711 This function will open a file or directory referenced by DevicePath.
713 This function opens a file with the open mode according to the file path. The
716 @param[in, out] FilePath On input, the device path to the file.
718 @param[out] FileHandle Pointer to the file handle.
719 @param[in] OpenMode The mode to open the file with.
720 @param[in] Attributes The file's file attributes.
724 @retval EFI_UNSUPPORTED Could not open the file path.
725 @retval EFI_NOT_FOUND The specified file could not be found on the
726 device or the file system could not be found on
732 @retval EFI_VOLUME_CORRUPTED The file system structures are corrupted.
733 @retval EFI_WRITE_PROTECTED The file or medium is write protected.
734 @retval EFI_ACCESS_DENIED The file was opened read only.
736 file.
790 // For file system access each node should be a file path component
799 // Open this file path node
805 // Try to test opening an existing file
879 @retval Other A new allocated string that represents the file name.
1047 @retval EFI_UNSUPPORTED The Cert file is unsupported type.
1065 // Parse the file's postfix.
1145 Update the form base on the selected file.
1147 @param FilePath Point to the file path.
1171 // 1. FilePath == NULL, not select file.
1213 Update the form base on the input file path info.
1215 @param FilePath Point to the file path.
1675 EFI_DEVICE_PATH_PROTOCOL *File;
1678 File = NULL;
1726 // Refresh selected file.
1731 ChooseFile( NULL, NULL, (CHOOSE_HANDLER) UpdateCAFromFile, &File);
1817 if (File != NULL){
1818 FreePool(File);
1819 File = NULL;