Lines Matching +full:fips +full:- +full:140 +full:- +full:2
1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2021 - Google LLC
13 * key rather than as a symmetric key signature is mandated by FIPS 140-2.
52 return -1; in get_section_idx()
62 return -1; in get_sym_idx()
80 * - the associated entry in the symbol table needs to refer to the in update_rela_ref()
82 * - the 'count' global variable in the module need to be set to the in update_rela_ref()
122 HMAC_Update(hmac, start_addr, end_addr - start_addr); in hmac_section()
135 if (argc < 2) { in main()
158 shdr = (void *)ehdr + ehdr->e_shoff; in main()
159 num_shdr = ehdr->e_shnum; in main()
163 syms = (void *)ehdr + symtab_shdr->sh_offset; in main()
164 num_syms = symtab_shdr->sh_size / sizeof(Elf64_Sym); in main()
166 strtab = (void *)ehdr + shdr[symtab_shdr->sh_link].sh_offset; in main()
167 shstrtab = (void *)ehdr + shdr[ehdr->e_shstrndx].sh_offset; in main()