All modules
CMVP Validated Module · FIPS 140-3 Security Policy

Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library

Certificate#4809StandardFIPS 140-3Level1TypeSoftware-hybridEmbodimentSingle ChipStatusActiveVendorQualcomm Technologies, Inc.
Medium review priority  ·  no TCB surface named  ·  last validated 22 months ago. How this is derived →

Certificate

StandardFIPS 140-3
Overall level1
Module typeSoftware-hybrid
EmbodimentSingle Chip
StatusActive
Sunset date9/22/2026
CaveatInterim validation. When operated in the approved mode and installed, initialized and configured as specified in Section 11.5 of the Security Policy with bound module Qualcomm® Pseudo Random Number Generator validated to FIPS 140-3 under Cert. #4778
VendorQualcomm Technologies, Inc.

Approved Algorithms (29)

AlgorithmACVP Cert
AES-CBCA2940
AES-CBC-CS2A2940
AES-CCMA2940
AES-CFB128A2940
AES-CTRA2940
AES-ECBA2940
AES-OFBA2940
AES-XTS Testing Revision 2.0A2940
ECDSA KeyGen (FIPS186-4)A2940
ECDSA SigGen (FIPS186-4)A2940
ECDSA SigVer (FIPS186-4)A2940
Hash DRBGA2945
HMAC-SHA-1A2940
HMAC-SHA2-224A2940
HMAC-SHA2-256A2940
HMAC-SHA2-384A2940
HMAC-SHA2-512A2940
PBKDFA2940
RSA KeyGen (FIPS186-4)A2940
RSA SigGen (FIPS186-4)A2940
RSA Signature PrimitiveA2940
RSA SigVer (FIPS186-4)A2940
SHA-1A2940
SHA2-224A2940
SHA2-256A2940
SHA2-256A2945
SHA2-256A2949
SHA2-384A2940
SHA2-512A2940

Derived Review-Risk Graph (review prompts, not findings)

flowchart LR
  %% Deterministic review-risk graph for Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library
  %% Review prompts and evidence gaps, NOT vulnerability findings.
  subgraph CMVP["CMVP-disclosed clues"]
    C2["[low] Firmware update / recovery<br/>/ rollback (referenced in<br/>text)<br/><i>update<br/>recovery</i>"]
    C3["[low] Self-test / status surface<br/>(referenced in text)<br/><i>self-test<br/>Status Output<br/>Show Status</i>"]
    C5["[low] Protocol / secure-channel<br/>references (may be KDF<br/>names, not a live channel)<br/><i>HTTPS<br/>no library/version identified</i>"]
    C6["[low] Operating system / runtime<br/>referenced (boundary<br/>membership not asserted)<br/><i>operating system<br/>application</i>"]
  end
  subgraph Inference["Derived inference"]
    I2["Possible only, trusted<br/>code is reachable through<br/>update and recovery paths."]
    I3["Possible only, some<br/>services may process input<br/>before, or without,<br/>operator authentication."]
    I5["Possible only, a protocol<br/>is referenced, but whether<br/>it is a live channel or<br/>only a KDF/algorithm name<br/>is unconfirmed."]
    I6["Possible only, a<br/>runtime/OS is referenced,<br/>but its membership in the<br/>cryptographic boundary is<br/>not established."]
  end
  subgraph Risk["Reviewer question"]
    R2["Are update images<br/>authenticated before<br/>parsing, and are<br/>downgrade/rollback paths<br/>constrained?"]
    R3["Can unauthenticated<br/>services leak state,<br/>consume resources, or<br/>transition security state?"]
    R5["If a live TLS/SSH/IKE<br/>channel exists, could<br/>library CVEs apply, or is<br/>this only a<br/>KDF/documentation name?"]
    R6["If the OS/runtime is<br/>in-boundary, could its<br/>CVEs be hidden by<br/>firmware-only versioning?"]
  end
  subgraph Evidence["Evidence needed to close"]
    E2["confirm the disclosure<br/>itself (keyword hit,<br/>context unverified) ·<br/>update image format ·<br/>signature-before-parse<br/>proof · anti-rollback /<br/>downgrade policy"]
    E3["confirm the disclosure<br/>itself (keyword hit,<br/>context unverified) ·<br/>pre-auth reachability<br/>matrix · rate limits and<br/>output redaction ·<br/>abuse-case tests"]
    E5["confirm the disclosure<br/>itself (keyword hit,<br/>context unverified) ·<br/>library identity and<br/>version ·<br/>certificate-validation<br/>behaviour · protocol-CVE<br/>disposition"]
    E6["confirm the disclosure<br/>itself (keyword hit,<br/>context unverified) ·<br/>runtime identity and<br/>config · kernel/runtime<br/>hardening profile ·<br/>patch/backport manifest"]
  end
  C2 --> I2 --> R2 --> E2
  C3 --> I3 --> R3 --> E3
  C5 --> I5 --> R5 --> E5
  C6 --> I6 --> R6 --> E6
  classDef clue fill:#eef3f9,stroke:#6f7f91,color:#1f3a5f;
  classDef infer fill:#fff7e6,stroke:#b98500,color:#6b4e00;
  classDef risk fill:#fbe9e9,stroke:#b02a2a,color:#7a1f1f;
  classDef evidence fill:#e6f4ea,stroke:#1e7d34,color:#14532d;
  class C2,C3,C5,C6 clue;
  class I2,I3,I5,I6 infer;
  class R2,R3,R5,R6 risk;
  class E2,E3,E5,E6 evidence;
Underlying clues
flowchart LR
  %% Deterministic clue tier for Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library
  %% confidence: high = structured record field; medium = structured but soft; low (dashed) = bare keyword hit, context unverified
  subgraph CMVP["CMVP-disclosed clues (deterministic)"]
    C2["[low] Firmware update / recovery / rollback (referenced in text)<br/><i>update<br/>recovery</i><br/>src: text:keyword"]
    C3["[low] Self-test / status surface (referenced in text)<br/><i>self-test<br/>Status Output<br/>Show Status</i><br/>src: text:keyword"]
    C5["[low] Protocol / secure-channel references (may be KDF names, not a live channel)<br/><i>HTTPS<br/>no library/version identified</i><br/>src: text:keyword"]
    C6["[low] Operating system / runtime referenced (boundary membership not asserted)<br/><i>operating system<br/>application</i><br/>src: text:keyword"]
  end
  classDef clueHigh fill:#eef3f9,stroke:#2f6fb0,stroke-width:2px,color:#1f3a5f;
  classDef clueMedium fill:#eef3f9,stroke:#6f7f91,color:#1f3a5f;
  classDef clueLow fill:#f7f7f7,stroke:#999,stroke-dasharray:4 4,color:#444;
  class C2,C3,C5,C6 clueLow;

Security Policy, page by page

Page 1

Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library Module version 513b121d8d789b1e5a7fd22743994650a94b222d 108c33b0d82c98ff282bac64 Document Version 1.1 Last update: 08-26-2024 Prepared by: atsec information security corporation

4516 Seton Center Pkwy, Suite 250

Austin, TX 78759 www.atsec.com © 2024 Qualcomm Technologies, Inc. / atsec information security.

Page 2
1 Table of Contents

© 2024 Qualcomm Technologies, Inc. / atsec information security.

2 of 38

Page 3

© 2024 Qualcomm Technologies, Inc. / atsec information security.

3 of 38

Page 4
ISO/IEC 24759 Section 6. [Number Below]FIPS 140-3 Section TitleSecurity Level
1General1
2Cryptographic Module Specification1
3Cryptographic Module Interfaces1
4Roles, Services, and Authentication1
1.1 This Security Policy Document

This Security Policy describes the features and design of the module named Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library using the terminology contained in specifies the security requirements that will be satisfied by a cryptographic module utilized within a security system protecting sensitive but unclassified information. The NIST/CCCS Cryptographic Module Validation Program (CMVP) validates cryptographic module to FIPS 140-3. Validated products are accepted by the Federal agencies of both the USA and Canada for the protection of sensitive or designated information. The Security Policy document is one document in a FIPS 140-3 Submission Package. In addition to this document, the Submission Package contains:  The validation report prepared by the lab.  Other supporting documentation and additional references. and including this notice. Other documentation is proprietary to their authors.

1.2 How this Security Policy was Prepared

was further consolidated into this document by atsec information security together with other vendor-supplied documentation. In preparing the Security Policy document, the laboratory formatted the vendor-supplied documentation for consolidation without altering the technical statements therein contained. The further refining of the Security Policy document was conducted iteratively throughout the conformance testing, wherein the Security Policy was submitted to the vendor, who would then edit, modify, and add technical contents. The vendor would also supply additional documentation, which the laboratory formatted into the existing Security Policy, and resubmitted to the vendor for their final editing. This document is the non-proprietary FIPS 140-3 Security Policy for the Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library. It has a one-to-one mapping to the [SP800-140B] starting with section B.2.1 named “General” that maps to section 1 in this document and ending with section B.2.12 named “Mitigation of other attacks” that maps to section 12 in this document. © 2024 Qualcomm Technologies, Inc. / atsec information security.

4 of 38

Page 5
5Software/Firmware Security1
6Operational Environment1
7Physical Security2
8Non-invasive SecurityN/A
9Sensitive Security Parameter Management1
10Self-tests1
11Life-cycle Assurance2
12Mitigation of Other Attacks1
Overall1

Table 1 - Security Levels © 2024 Qualcomm Technologies, Inc. / atsec information security.

5 of 38

Page 6

Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library

ComponentTypeVersion NumberOperating System
Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library (64 bit)Hybrid software513b121d8d789b1e5a7fd2 2743994650a94b222d108c 33b0d82c98ff282bac64Qualcomm TEE TZ.XF.5.24
ARMv8 processor1 TZ_SW_CRYPTO_FIPS_ENA BLE fuse with value of 12Hardware513b121d8d789b1e5a7fd2 2743994650a94b222d108c 33b0d82c98ff282bac64N/A

(TEE) Software Cryptographic Library

. Disabled by default and blow to enable.

2 Cryptographic Module Specification
2.1 Module Description

secure applications. It is part of the common library and provides APIs to the secure applications for cryptography and hashing functions. Arm® v8 instruction set architecture for hash operations for SHA-1, SHA-224 and SHA-256.

2.2 Module Details

cryptographic module (hereafter referred to as “the module”) is a hybrid software Single-Chip cryptographic module that consists of components listed in the table below. The Qualcomm® Pseudo Random Number Generator module with version 3.1.0 validated to FIPS 140-3 under Cert. #4778. The bound module resides within the same physical perimeter of the binding module. Table 2 - Components of the Hybrid Software Cryptographic Module The ARMv8.5-a is the instruction set version used within the Snapdragon 8 Gen 2 Mobile Platform Snapdragon is a product of Qualcomm Technologies, Inc. and/or its subsidiaries. Arm is a registered trademark of Arm Limited (or its subsidiaries) in the US and/or elsewhere. © 2024 Qualcomm Technologies, Inc. / atsec information security.

6 of 38

Page 7
#Operating SystemHardware PlatformProcessorPAA/Acceleration
1Qualcomm TEE TZ.XF.5.24Snapdragon 8 Gen 2 Mobile PlatformSnapdragon 8 Gen 2 Mobile PlatformARMv8 instruction set architecture (SHA-1, SHA-224 and SHA-256)
CAVP CertAlgorithm and StandardMode / MethodDescription / Key Size(s) / Key Strength(s)Use / Function
#A2940AES FIPS 197, SP800-38A, SP800- 38C, SP800-38ECBC, ECB, CTR, CCM, CFB128, XTS, OFB128, 192, 256 bits (CBC, ECB, CTR, CCM, CFB128, OFB) 128, 256 bits (XTS)Encryption, Decryption
#A2940AES SP800-38A AddendumCBC-CS2128, 192, 256 bitsEncryption, Decryption
#A2940SHA-1 (ARMv8) FIPS 180-4N/AN/AHash
#A2940SHA-224 (ARMv8) FIPS 180-4N/AN/AHash
#A2940SHA-256 (ARMv8) FIPS 180-4N/AN/AHash
#A2940SHA-384 (software) FIPS 180-4N/AN/AHash
2.3 Tested Operational Environments

The module has been tested on the operational environments indicated in Table 3 with the corresponding module variants and configuration options. Table 3 - Tested operational environments

2.4 Security Functions

Table 4 lists all approved security functions (cryptographic algorithms) of the module, including specific key lengths employed for approved services, and implemented modes or methods of operation of the algorithms. © 2024 Qualcomm Technologies, Inc. / atsec information security.

7 of 38

Page 8
CAVP CertAlgorithm and StandardMode / MethodDescription / Key Size(s) / Key Strength(s)Use / Function
#A2940SHA-512 (software) FIPS 180-4N/AN/AHash
#A2940HMAC FIPS 198-1SHA-1, SHA-224, SHA-256, SHA-384, SHA-512Key sizes are between 112-4096 bits in length 112-256 bits of key strengthMessage Authentication
#A2940ECDSA Key Pair Generation FIPS 186-4 SP800-133rev2 Section 4 without V (CKG)B.4.2 (Testing Candidates)112 – 256 bits of security strength P-224, P-256, P-384, P- 521Key Pair Generation
#A2940ECDSA Signature Generation FIPS 186-4SHA-224, SHA-256, SHA-384, SHA-512112 – 256 bits of security strength P-224, P-256, P-384, P- 521Signature Generation
#A2940ECDSA Signature Verification FIPS 186-4SHA-1, SHA-224, SHA-256, SHA-384, SHA-51296 – 256 bits of security strength P-192, P-224, P-256, P- 384, P-521 (ECDSA SigVer with P-192 is a legacy algorithm)Signature Verification
#A2940ECDSA Signature Generation – Component (CVL) FIPS 186-4N/A112 – 256 bits of security strength P-224, P-256, P-384, P- 521Signature Generation Component
#A2940RSA Key Pair Generation FIPS 186-4 SP800-133rev2 Section 4 without V (CKG)B.3.3 Probable Prime Generation112-149 bits of security strength 2048, 3072, 4096 bit modulusKey Pair Generation

© 2024 Qualcomm Technologies, Inc. / atsec information security.

8 of 38

Page 9
CAVP CertAlgorithm and StandardMode / MethodDescription / Key Size(s) / Key Strength(s)Use / Function
#A2940RSA Signature Generation (PKCS#1 V1.5) FIPS 186-4SHA-224, SHA-256, SHA-384- SHA-512112-149 bits of security strength 2048, 3072, 4096 bit modulusSignature Generation
#A2940RSA Signature Verification (PKCS#1 V1.5) FIPS 186-4SHA-1, SHA-224, SHA-256, SHA-384, SHA-51280-149 bits of security strength 1024, 2048, 3072, 4096 bit modulus (RSA SigVer with a modulus length of 1024 is a legacy algorithm)Signature Verification
#A2940RSA Signature Generation (PSS) FIPS 186-4SHA-224, SHA-256, SHA-384, SHA-512112-149 bits of security strength 2048, 3072, 4096 bit modulusSignature Generation
#A2940RSA Signature Verification (PSS) FIPS 186-4SHA-1, SHA-224, SHA-256, SHA-384, SHA-51280-149 bits of security strength 1024, 2048, 3072, 4096 bit modulus (RSA SigVer with a modulus length of 1024 is a legacy algorithm)Signature Verification
#A2940RSA Signature Generation – Primitive (CVL) FIPS 186-4N/A112 bits of security strength 2048 bit modulusSignature Generation Primitive
#A2940PBKDF2 SP800-132 (Option 1b)SHA-1, SHA-256, SHA-512128-256 bitsKey Derivation
Vendor AffirmedCKG SP800-133rev2 Section 4 without VRSA2048, 3072, 4096 bit modulus 112 – 256 bits of security strengthKey Pair Generation

© 2024 Qualcomm Technologies, Inc. / atsec information security.

9 of 38

Page 10
CAVP Cert Pseudo Random Number Generator bound module (FIPS 140-3 certificate #4778)Algorithm and StandardMode / Method ECDSADescription / Key Size(s) / Key Strength(s) P-224, P-256, P-384, P- 521 112 – 256 bits of security strengthUse / Function
#A2945 and #A2949SHA-256 (bound) FIPS 180-4N/AN/AHash
#A2945Hash DRBG SP800-90Arev1SHA-256N/ARandom Number Generation
Algorithm/FunctionsUse/Function
DESEncryption, Decryption
Triple DES3Encryption, Decryption
GCM/GMAC4Encryption, Decryption, Message Authentication
HMAC (key sizes below 112 bits)Message Authentication
RIPEMD-160Hash
MD5Hash
SM2Signature Generation, Signature Verification, Hybrid Encryption, Hybrid Decryption
SM3Hash

Table 4 – Approved Algorithms Table 5 lists all non-approved security functions not allowed in approved services of the module. Triple DES is CAVP certified with CAVP Cert. #A2940. However, there are two requirements from FIPS 140-3 IG C.G below that contribute to the non-compliance:

  1. FIPS 140-3 requires that only 2^16 encryptions are performed with a given key; 2) the aforementioned requirement must be enforced by the module itself, not by policy. GCM is CAVP certified with CAVP Cert. #A2940. However, there are two requirements from FIPS 140-3 IG C.H below that contribute to the non-compliance: 1) the IV uniqueness must be enforced by the module;
  2. FIPS 140-3 requires that only 2^32 cipher operations are performed with a given key. © 2024 Qualcomm Technologies, Inc. / atsec information security.

10 of 38

Page 11
SM4Encryption, Decryption
SHA-1, SHA-224 and SHA-256 (software)Hash
ECDSA (secp160r1, P-192)Key Pair Generation, Signature Generation
ECDSA (secp160r1)Signature Verification
ECDSA (P-192, P-224, P-256, P-384 and P-521)Signature Verification – Component
Elliptic Curve Integrated Encryption Scheme (ECIES)Hybrid Encryption, Hybrid Decryption
RSA-OAEPKey Wrapping
RSA (1024 bit modulus)Key Pair Generation, Signature Generation
Ed25519Key Pair Generation, Signature Generation, Signature Verification
ECDH5Shared Secret Computation
HKDFKey Derivation

Table 5 – Non-Approved Algorithms Not Allowed in Approved Services NOTE: There are no non-approved algorithms allowed in approved mode, and no non-approved algorithms allowed in the approved mode with no security claimed.

2.5 Description of Modes of Operation

The module implements two modes of operation: (1) the approved mode, in which the approved services are available; and (2) the non-approved mode, in which the non-approved services are available. The current mode of operation of the module can be inferred by the service indicator, which indicates the approved state of the current service being invoked. No configuration is necessary for the module to operate and remain in the approved or non-approved modes. All SSPs are kept separate between the two modes. After the module successfully passes the pre-operational integrity self-test, the module is in the approved mode. If the operator requests a non-approved service, the module implicitly switches to the non-approved mode of operation. When in the non-approved mode of operation, if the operator requests an approved service, the module implicitly switches to the approved mode of operation. Table 8 and 9 list the services available in approved and non-approved mode of operation, respectively. The ECDH has been tested with CAVP certificate #A2940. However, the shared secret generation does not check the key assurance requirements from SP800-56A Rev 3 around trusted third parties during key import. There is a self-test for ECDH but is not listed since it is non-approved. © 2024 Qualcomm Technologies, Inc. / atsec information security.

11 of 38

Page 12
2.6 Cryptographic Module Boundary

The physical perimeter of the Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library is the physical perimeter of the device that contains it. Consequently, the embodiment of the Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library is a single-chip cryptographic module. Figure 1 shows a block diagram of the module, with the cryptographic boundary indicated in red, and the physical perimeter in black. Figure 1 – Block diagram depicting the cryptographic boundary and physical perimeter, and data flow between the components in the Snapdragon SoC Figure 2: Snapdragon 8 Gen 2 Mobile Platform © 2024 Qualcomm Technologies, Inc. / atsec information security.

12 of 38

Page 13

The TOEPP (tested operational environment’s physical perimeter) of the module is the entire single chip, the Snapdragon 8 Gen 2 Mobile Platform.

2.7 Rules of Operation

The Crypto Officer interacts with the Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library in two distinct ways:

  1. Initializing the Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library
  2. The application services (API’s) invoked by users Once Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library initializes and the self-tests complete successfully, all cryptographic functions are made available. See section 10.3 for error states and error recovery. Caller-induced or internal errors do not reveal any sensitive material to callers. The Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library ensures that there is no means to obtain data from itself by performing key zeroization. There is no means to obtain sensitive information from the Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library. © 2024 Qualcomm Technologies, Inc. / atsec information security.

13 of 38

Page 14
Physical portLogical InterfaceData that passes over port/interface
N/AData InputInput parameters of API calls for data
Data OutputOutput parameters of API calls for data
Control InputFunction calls, input parameters for control
Status OutputReturn code, status values
Physical power connectorPower InputPower port or pin for single-chip
3 Cryptographic Module Ports and Interfaces

Table 6 – Ports and Interfaces Table 6 summarizes the cryptographic module interfaces. The logical interfaces are logically separated from each other by the API design. All status ports and control ports are directed through the interface of the Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library’s cryptographic boundary, which is its software APIs. The power interface is physically separated from any other interface. The module does not implement a control output © 2024 Qualcomm Technologies, Inc. / atsec information security.

14 of 38

Page 15
Role From moduleServiceInputOutput
Crypto OfficerEncryptionKey, PlaintextCiphertext, Success/Fail
DecryptionKey, CiphertextPlaintext, Success/Fail
HashInput dataHash value
Message AuthenticationHMAC key, Input dataHMAC value
Key Pair GenerationKey sizeKey pair (public key + private key)
Signature GenerationPrivate key, Input data, Hash algorithmSignature
Signature VerificationPublic key, Input data, Signature, Hash algorithmSuccess/Fail
Signature Generation – Component or PrimitivePrivate key, Pre-hashed dataSignature
Password Based Key DerivationPRF algorithm, Salt, Iteration count, PasswordDerived key
Random Number GenerationOutput lengthRandom bytes
Get FIPS Infoenum value of MODULE_HMACVersioning information Self-test Success/Fail
Show StatusNoneCurrent status (as return codes and/or log messages)
ZeroizationNoneNone
Hybrid EncryptionKey, PlaintextCiphertext, Success/Fail
4 Roles, services, and authentication
4.1 Roles

The Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library supports the Crypto Officer role. The role is implicitly assumed based on the services requested. Table 7 lists the roles supported by the module with corresponding services with input and output. © 2024 Qualcomm Technologies, Inc. / atsec information security.

15 of 38

Page 16
Hybrid DecryptionKey, CiphertextPlaintext, Success/Fail
Signature Verification – ComponentPublic key, Input data, Signature, pre-hashed dataSuccess/Fail
Key WrappingKey wrapping key, key to be wrappedWrapped key
Shared Secret ComputationPrivate key, public key from peerShared secret

Table 7 – Roles, Service Commands, Input and Output

4.2 Authentication

The module does not support authentication for roles.

4.3 Services

The module provides services to operators that assume the available role. Services are accessed through documented API interfaces from the calling application. Additional services are provided by the bound Pseudo Random Number Generator module on the Snapdragon 8 Gen 2 Mobile Platform SoC. This Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library utilizes the random number generation service from the bound Pseudo Random Number Generator module. The next tables define the services that utilize approved, allowed, and non-approved security functions in this module. For the respective tables, the convention below applies when specifying the access permissions (types) that the service has for each SSP.  Generate (G): The service establishes the SSP by generation, agreement, or derivation.  Read I: The SSP exists in the module and is read by the service and may be output.  Write (W): The caller provides the SSP to the service to be imported into the module; written; or updated if the SSP already exists in the module.  Execute (E) (or use): The service uses the SSP in performing a cryptographic operation. Other access types identify the provenance of the SSP.  Zeroize (Z): The service zeroizes the SSP.  N/A: The service does not access any SSP or key during its operation. An operator can read the service indicator from a service by invoking the qsee_get_fips_approval_status() function with enum value for QSEE_FIPS_CRYPTO_SVC_TYPE. For details on the enum values please see the product documentation.

4.3.1 Approved Services

Table 8 lists the approved services in this module, the roles that can request the service, the algorithms involved, the Sensitive Security Parameters (SSPs) involved and how they are accessed, and the respective service indicator. In the service tables, CO specifies the Crypto Officer role. © 2024 Qualcomm Technologies, Inc. / atsec information security.

16 of 38

Page 17
ServiceDescriptionApproved Security FunctionsKeys and/or SSPsRolesAccess rightsIndicator
EncryptionEncrypts data using symmetric cryptographyAESAES keyCOW, E0 return value with enum QSEE_FIPS_ AES_*
DecryptionDecrypts data using symmetric cryptographyAESAES keyCOW, E0 return value with enum QSEE_FIPS_ AES_*
HashComputes the hash value of dataSHA-1 (ARMv8) SHA-224 (ARMv8) SHA-256 (ARMv8) SHA-384 (software) SHA-512 (software)N/ACON/A0 return value with enum QSEE_FIPS_ SHA*
Message Authenticatio nComputes the HMAC value of dataHMACHMAC keyCOW, E0 return value with enum QSEE_FIPS_ HMAC*
Key Pair GenerationGenerates asymmetric key pairs using the bound DRBGECDSA Key Pair Generation, CKGECDSA private keyCOG, R0 return value with enum QSEE_FIPS_ ECDSA_KE Y_PAIR_GE N_*
ECDSA public keyG, R
Intermediate key generation valueG, E, Z
RSA Key Pair Generation, CKGRSA private keyG, R0 return value with enum QSEE_FIPS_ RSA_KEY_P AIR_GEN_*
RSA public keyG, R
Intermediate key generation valueG, E, Z
Signature GenerationGenerates cryptographic signatures of dataECDSA Signature GenerationECDSA private keyCOW, E0 return value with enum QSEE_FIPS_ ECDSA_SIG _GEN_*
RSA Signature Generation (PKCS#1 V1.5)RSA private key0 return value with enum

G, R G, E, Z N_* © 2024 Qualcomm Technologies, Inc. / atsec information security.

17 of 38

Page 18
ServiceDescriptionApproved Security Functions RSA Signature Generation (PSS)Keys and/or SSPsRolesAccess rightsIndicator QSEE_FIPS_ RSA_SIG_G EN_*
Signature VerificationVerifies cryptographic signatures of dataECDSA Signature VerificationECDSA public keyCOW, E0 return value with enum QSEE_FIPS_ ECDSA_SIG _VER_*
RSA Signature Verification (PKCS#1 V1.5) RSA Signature Verification (PSS)RSA public key0 return value with enum QSEE_FIPS_ RSA_SIG_V ER_*
Signature Generation – Component or PrimitiveGenerates cryptographic signatures of pre- hashed dataECDSA Signature Generation ComponentECDSA private keyCOW, E0 return value with QSEE_FIPS_ ECDSA_SIG _GEN_COM P_*
RSA Signature Generation PrimitiveRSA private key0 return value with enum QSEE_FIPS_ RSA_SIG_G EN_PRIMITI VE_*
Password Based Key DerivationDerives a secret keyPBKDF2Password, saltCOW, E0 return value with enum QSEE_FIPS_ PBKDF_*
Derived keyG, R
Random Number Generation MiscellaneousGenerates random bytesHash_DRBG provided by the bound module, which uses SHA in bound moduleEntropy input W, seed and internal state G6CON/Aqsee_prng_ getdata returns positive value
Show StatusShow the status of the moduleNoneN/ACON/AN/A

The SSPs can only be accessed by the bound module and hence are not listed in table 10 © 2024 Qualcomm Technologies, Inc. / atsec information security.

18 of 38

Page 19
ServiceDescriptionApproved Security FunctionsKeys and/or SSPsRolesAccess rightsIndicator
Get FIPS InfoShow the versioning information of the module and execute self-tests on demand (pre- operational self- tests and HMAC CAST)NoneN/ACON/AN/A
ZeroizationZeroizes all SSPs in the moduleNoneAll SSPsCOZN/A
ServiceDescriptionAlgorithms AccessedRoleIndicator
EncryptionEncrypts data using symmetric cryptographyDES, Triple DES, GCM, SM4CON/A
DecryptionDecrypts data using symmetric cryptographyDES, Triple DES, GCM, SM4CON/A
Hybrid EncryptionEncrypts data using hybrid cryptographySM2, ECIESCON/A
Hybrid DecryptionDecrypts data using hybrid cryptographySM2, ECIESCON/A
HashComputes the hash value of dataRIPEMD-160, MD5, SM3, SHA-1, SHA-224 and SHA-256 (software)CON/A
Message AuthenticationComputes the MAC value of dataGMAC, HMAC (key sizes below 112 bits)CON/A
Key Pair GenerationGenerates asymmetric key pairsECDSA (secp160r1, P- 192) RSA (1024-bit modulus) Ed25519CON/A
Signature GenerationGenerates cryptographic signatures of dataECDSA (secp160r1, P- 192) RSA (1024-bit modulus) Ed25519 SM2CON/A
Signature VerificationVerifies cryptographic signatures of dataECDSA (secp160r1) Ed25519 SM2CON/A
4.3.2 Non-approved Services

Table 9 lists the non-approved services that utilize the non-approved security functions listed in Table 5. © 2024 Qualcomm Technologies, Inc. / atsec information security.

19 of 38

Page 20
ServiceDescriptionAlgorithms AccessedRoleIndicator
Signature Verification ComponentVerifies cryptographic signatures of pre-hashed dataECDSACON/A
Key WrappingWraps a key using asymmetric cryptographyRSA OAEPCON/A
Shared Secret ComputationComputes a shared secretECDHCON/A
Key DerivationDerive a keyHKDFCON/A

Table 9 - Non-Approved Services © 2024 Qualcomm Technologies, Inc. / atsec information security.

20 of 38

Page 21
5 Software/Firmware security
5.1 Integrity Techniques

The integrity of the module is verified by comparing a HMAC-SHA-256 value calculated at run time with the HMAC-SHA-256 value stored in the module that was computed at build time. If the comparison verification fails, the module transitions to the error state (Section 10.3). The HMACSHA-256 algorithm goes through its cryptographic algorithm self-test before the integrity test is performed (Table 11).

5.2 On-Demand Integrity Test

The software integrity test is performed as part of the pre-operational self-tests. The preoperational self-tests can be invoked when Get_FIPS_Info service is called.

5.3 Executable Code

The module consists of code that will perform algorithmic services for trusted applications. The code is compiled into a shared library. © 2024 Qualcomm Technologies, Inc. / atsec information security.

21 of 38

Page 22
6 Operational Environment
6.1 Applicability

The procurement, build and configuring procedure are controlled. The Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library is installed into a commercial off-theshelf (COTS) mobile device by the customer. The software components of this module are executed in the Qualcomm Trusted Execution Environment (TEE). Therefore, the operational environment is considered limited.

6.2 Tested Operational Environments

Please see Section 2.3 for the tested operational environment.

6.3 Specifications of the Operational Environment

There are no security rules, settings or restrictions to the configuration of the operational environment.  The Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library does not have the capability of loading software or firmware from an external source.  The module does not support concurrent operators. © 2024 Qualcomm Technologies, Inc. / atsec information security.

22 of 38

Page 23
7 Physical Security

The Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library is a hybrid software module implemented as part of the Snapdragon 8 Gen 2 Mobile Platform SoC, which is the physical perimeter of the single-chip hybrid software module. The single-chip conforms to the Level 2 requirements for physical security. At the time of manufacturing, the die of the Snapdragon 8 Gen 2 Mobile Platform SoC is embedded within a printed circuit board (PCB), which prevents visibility into the internal circuity of the Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library. The layering process which is used to embed the die into the PCB also prevents tampering of the physical components without leaving tamper evidence. The Snapdragon 8 Gen 2 Mobile Platform SoC is further protected by being enclosed in commercial off the shelf mobile device utilizing production grade, commercially available components and said mobile device enclosure completely surrounds the Snapdragon 8 Gen 2 Mobile Platform SoC. There are no steps required to ensure that physical security is maintained. © 2024 Qualcomm Technologies, Inc. / atsec information security.

23 of 38

Page 24
8 Non-invasive Security

The module does not support any non-invasive security techniques; therefore, this section is not applicable. © 2024 Qualcomm Technologies, Inc. / atsec information security.

24 of 38

Page 25
SSPStrengthSecurity Function and Cert. #GenerationImport /ExportEstablish mentStorageZeroizationUse and related keys
AES key128, 192, 256 bitsAES #A2940N/AInput in plaintext via API input parameters. No output.N/ARAMWhen the module is powered offEncryption, Decryption Related SSPs: N/A
HMAC key112-256 bitsHMAC #A2940Message Authenticatio n Related SSPs: N/A
ECDSA private key112-256 bits (P-224, P- 256, P- 384, P- 521)ECDSA #A2940FIPS 186-4 compliant method described in Appendix B.4.2. random values obtained using the SP800- 90Arev1 DRBG provided by the bound module.Input in plaintext via API input parameters. Output in plaintext via API output parameters.N/ARAMSignature Generation and Signature Generation component Related SSPs: paired with ECDSA public key, generated from Intermediate key generation value
ECDSA public key96-256 bits (P-192, P- 224, P- 256, P- 384, P- 521)Signature Verification Related SSPs: paired with ECDSA private key, generated from Intermediate key generation value
9 Sensitive Security Parameter Management

Table 10 summarizes the Sensitive Security Parameters (SSPs) that are used by the cryptographic services implemented in the module in the approved services (Table 8). # N/A n N/A © 2024 Qualcomm Technologies, Inc. / atsec information security.

25 of 38

Page 26
SSP RSA private key RSA public keyStrength 112-149 bits (2048, 3072, 4096 bit modulus) 80-149 bits (1024, 2048, 3072, 4096 bit modulus)Security Function and Cert. # RSA #A2940Generation FIPS 186-4 compliant method described in Appendix B.3.3. random values obtained using the SP800- 90Arev1 DRBG provided by the bound module.Import /Export Input in plaintext via API input parameters. Output in plaintext via API output parameters.Establish ment N/AStorage RAMZeroizationUse and related keys Signature Generation and Signature Generation primitive Related SSPs: paired with RSA public key, generated from Intermediate key generation value Signature Verification Related SSPs: paired with RSA private key, generated from Intermediate key generation value
Password, SaltN/APBKDF2 #A2940N/AInput in plaintext via API input parameters. No output.N/ARAMWhen the module is powered offPassword Based Key Derivation Related SSPs: used to derive Derived key
Derived key128 – 256 bitsPassword Based Key DerivationNo input. Output in plaintext via API output parameters.N/APassword Based Key Derivation Related SSPs: derived from Password, salt

# © 2024 Qualcomm Technologies, Inc. / atsec information security.

26 of 38

Page 27
SSPStrengthSecurity Function and Cert. #GenerationImport /ExportEstablish mentStorageZeroizationUse and related keys
Intermedia te key generation value112-256 bitsECDSA #A2940, RSA #A2940During ECDSA key generation and RSA key generationNo input No outputN/ARAMAutomatica llyKey Pair Generation Related SSPs: used to generate ECDSA public key, ECDSA private key, RSA public key, RSA private key
9.1 SSP Establishment/SSP Derivation

The Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library implements Password-Based Key Derivation version 2 (PBKDF2) as defined in [SP800-132]. The PBKDF2 function is provided as a service and returns the key derived from the provided password to the caller. The supported option is 1a from Section 5.4 of SP 800-132, whereby the Master Key (MK) is used directly as the Data Protection Key (DPK). The keys derived from passwords, as shown in SP 800-132, may only be used for storage applications. The SSP generation methods implemented in the Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library for approved services are compliant with SP 800-133Rev2. EC key pair generation is performed according to Appendix B.4.2 of FIPS 186-4 (Testing performed according to Appendix B.3.3 of FIPS 186-4 (Probable Prime Generation). The seeds (i.e., the random values) used in asymmetric key pair generation are directly obtained from the SP 80090Arev1 Hash DRBG provided by the bound Qualcomm® Pseudo Random Number Generator module, compliant with SP 800-133r2 section 4 without the use of V (as specified in additional comment #2 to IG D.H).  The Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library does not generate symmetric keys.  Intermediate key generation values are not output from the module during or after processing the service. The Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library only supports manual distribution and electronic entry for SSPs. The SSPs are provided to the module via API input parameters in plaintext form and output via API output parameters in plaintext form. The Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library does not enter or output SSPs in plaintext format outside its physical perimeter. © 2024 Qualcomm Technologies, Inc. / atsec information security.

27 of 38

Page 28
9.4 SSP Storage

All SSPs are output from and input to the Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library through the calling process and are destroyed from memory when released. The Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library does not persistently store SSPs. The SSPs are stored temporarily in plaintext in the RAM.

9.5 SSP Zeroization

The module’s functions deallocate and zeroize temporary SSP values in volatile memory used during the function’s execution. The zeroization consists of writing zeroes to the memory location used by the SSP before deallocating the area. The module does not overwrite SSPs with another SSP. The zeroization service for the SSPs in volatile memory consists of powering off the module, which will remove power from the volatile memory. This action will cause the value of the SSPs in volatile memory to be overwritten by random values the next time the module is powered on. The successful act of powering off the module serves as the implicit indicator of zeroization. © 2024 Qualcomm Technologies, Inc. / atsec information security.

28 of 38

Page 29
All the self-tests are listed in Table 11, with the respective condition under which those tests are performed. The self-tests for the DRBG and SHA used from the bound module are implemented by the bound module.
AlgorithmParametersCondition for testTypeTest
HMACSHA-1, SHA- 256, SHA- 512Power upCryptographic Algorithm Self-TestKAT HMAC computation
HMAC-SHA- 256SHA-256Power up (after HMAC CASTs)Pre-Operational Self-TestSoftware integrity test
AES 256 key sizeCCMBefore first useCryptographic Algorithm Self-TestKAT encryption KAT decryption
ECBBefore first useCryptographic Algorithm Self-TestKAT decryption
RSAPKCS#1 V1.5 with SHA-256 and 2048 bit modulusBefore first useCryptographic Algorithm Self-TestKAT signature generation KAT signature verification
ECDSAP-256 with SHA-256Before first useCryptographic Algorithm Self-TestKAT signature generation KAT signature verification
PBKDF2SHA-1, SHA- 256, SHA- 512Before first useCryptographic Algorithm Self-TestKAT key derivation
RSAPKCS#1 V1.5 with SHA-256Key pair generationPair-wise Consistency TestPCT signature generation/verifica tion
ECDSASHA-256Key pair generationPair-wise Consistency TestPCT signature generation/verifica tion

© 2024 Qualcomm Technologies, Inc. / atsec information security.

29 of 38

Page 30
Error StateError ConditionStatus Indicator
ErrorCryptographic Algorithm Self-Test, orThe module has halted and is
10.1 Pre-Operational Self-Tests

The Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library performs pre-operational self-tests when loaded into memory, without operator intervention. The preoperational self-tests ensure that the Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library is not corrupted. The Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library transitions to the operational state only after the pre-operational self-tests are passed successfully. The types of pre-operational self-tests are described in the next sub-sections. 10.1.1Software Integrity Test Section 5.1 describes the integrity test and the details if the integrity tests are defined in Table 11.

10.2 Conditional Self-Tests

10.2.1Cryptographic Algorithm Self-Tests The Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library performs self-tests on all approved cryptographic algorithms as part of the approved services using the tests shown in Table 11. Data output through the data output interface is inhibited during the selftests. The Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library transitions to the operational state only after the cryptographic algorithm self-tests are passed successfully. The known answer test for DRBG is performed by the bound module. 10.2.2Pair-wise Consistency Tests Pair-wise consistency tests are run whenever the Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library generates an asymmetric (RSA or ECDSA) key pair using a SHA-256 hash. 10.2.3Periodic/On-Demand Self-Tests The Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library performs on-demand self-tests initiated by calling the Get_FIPS_Info service. All self-tests in Table 11 marked as “Power up” are then executed. An operator can perform the pair-wise consistency tests on demand by requesting the Key Pair Generation service for RSA or ECDSA.

10.3 Error States

If the Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library fails any of the self-tests, the Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library enters the error state. In the error state, the data output interface is inhibited, and the module accepts no more inputs or requests. To recover from the error state, re-initialization is possible by successful execution of the pre-operational self-tests and cryptographic algorithm selftests, which can be triggered by a power-off/power-on cycle. Table 12 lists the error state and the status indicator (through calling the qsee_get_fips_info() function with the info_type parameter set to QSEE_FIPS_SELFTEST_STATUS) values that explains © 2024 Qualcomm Technologies, Inc. / atsec information security.

30 of 38

Page 31
Error StateError Condition Software Integrity TestStatus Indicator unable to boot.
ErrorPair-wise Consistency TestThe module returns ICryptoSelfTest_CRYPTO_SELFTE ST_FAILED_xxx and enters “Error” state and no further operations is allowed.

Table 12 - Error states © 2024 Qualcomm Technologies, Inc. / atsec information security.

31 of 38

Page 32
11 Life-cycle assurance
11.1 Configuration Management

Perforce Visual Client (P4V), a version control system from Perforce, is used to manage the revision control of the Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library software code. The Perforce Visual Client provides version control, branching and merging of code lines, and concurrent development. Git, an open-source version control system, is also used to manage the revision control of the Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library unified crypto software code. Git provides version control, branching and merging of code lines, and concurrent development.

11.2 Delivery and Operation

The Snapdragon 8 Gen 2 Mobile Platform SoC is delivered from the vendor via a trusted delivery courier. On the reception of the SoC, the operator shall first check all sides of the box to verify that it has not been tampered during the shipment. Then, after opening the box the operator shall verify that the moisture barrier bag is still sealed and does not present any trace of tampering. Finally, after retrieving the SoC, the operator shall perform a visual inspection of the external SoC package of the module, it should appear similar to the pictures in Section 2.6. If one of these verifications fail, the operator shall contact their Qualcomm representative which released the delivery before operating the module. Once the product is received by the customer, configured as defined in section 11.5, and powered up, the test defined in section 10 will be executed.

11.3 Maintenance Requirements

There are no maintenance requirements.

11.4 End of Life

As stated in Section 9.4, the module does not possess persistent storage of SSPs. The SSP values only exist in volatile memory and these values vanish when the module is powered off. The procedure for secure sanitization of the module at the end of life is simply to power it off, which is the action of zeroization of the SSPs (as specified in Section 9.5). As a result of this sanitization via power-off, all SSPs are removed from the module, so that the module may either be distributed to other operators or disposed.

11.5 Crypto Officer Guidance

To enable FIPS for the Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library, the fuse must be set according to Table 2. The fuse enablement is mandatory to run as a FIPS validated module. This step needs to be performed only once during initial configuration. The information required for the Crypto Officer to verify the Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library is provided by the qsee_get_fips_info() function © 2024 Qualcomm Technologies, Inc. / atsec information security.

32 of 38

Page 33

in qsee_fips_services.h. To verify that a Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library is FIPS certified, the Crypto Officer should verify the following:  The HMAC of the Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library is on a list of HMACs of certified crypto modules.

33 of 38

Page 34

Cryptographic Library does not need FIPS 140-3 specific guidance. The FIPS 140-3 functional requirements are always invoked. To use the cryptographic services of the Qualcomm® Trusted Execution Environment (TEE) Software Cryptographic Library, please refer to 80-NH537-4: Qualcomm Trusted Execution Environment Version 5.0 User Guide. NOTES:  In compliance with [SP 800-38E], the AES algorithm in XTS mode shall only be used for the cryptographic protection of data on storage devices, and the length of a single data unit encrypted with the AES-XTS shall not exceed 2^20 AES blocks. In compliance with IG C.I, the module performs a check to ensure that the two AES-XTS keys are different.  The module supports option 1a from section 5.4 of [SP800-132] PBKDF, in which the Master Key (MK) or a segment of it is used directly as the Data Protection Key (DPK). In compliance with [SP800-132] and IG D.N, the following requirements are met. o Keys derived from passwords shall only be used in storage applications. The Master Key (MK) shall not be used for other purposes. The length of the MK or DPK shall be

128 bits or more.

34 of 38

Page 35
12 Mitigation of other attacks

The elliptic curve implementation uses the Montgomery Ladder, as well as blinding of base points and private key multiplication. The RSA implementation uses base and modulus blinding to mitigate timing-based side-channel attacks. Blinding countermeasures add randomness to private key operations, making determination of secrets from observations more difficult for the attacker. © 2024 Qualcomm Technologies, Inc. / atsec information security.

35 of 38

Page 36
Table, extracted as text (did not parse into structured rows)
Appendix A. Glossary and Abbreviations AES                 Advanced Encryption Standard CAVP                Cryptographic Algorithm Validation Program CBC                 Cipher Block Chaining CCM                 Counter with Cipher Block Chaining-Message Authentication Code CFB                 Cipher Feedback CMT                 Cryptographic Module Testing CMVP                Cryptographic Module Validation Program CSP                 Critical Security Parameter CTR                 Counter Mode DES                 Data Encryption Standard DF                  Derivation Function DRBG                Deterministic Random Bit Generator ECB                 Electronic Code Book ECC                 Elliptic Curve Cryptography FIPS                Federal Information Processing Standards Publication HMAC                Hash Message Authentication Code KAT                 Known Answer Test MAC                 Message Authentication Code NDF                 No Derivation Function NIST                National Institute of Science and Technology OFB                 Output Feedback O/S                 Operating System PSS                 Probabilistic Signature Scheme RNG                 Random Number Generator RSA                 Rivest, Shamir, Addleman SHA                 Secure Hash Algorithm SHS                 Secure Hash Standard XTS                 XEX-based Tweaked-codebook mode with cipher text Stealing © 2024 Qualcomm Technologies, Inc. / atsec information security.

36 of 38

Page 37

Appendix B. References FIPS140-3 FIPS PUB 140-3 - Security Requirements For Cryptographic Modules March 2019 https://doi.org/10.6028/NIST.FIPS.140-3 FIPS140-3_IG Implementation Guidance for FIPS PUB 140-3 and the Cryptographic Module Validation Program November 2023 https://csrc.nist.gov/CSRC/media/Projects/cryptographic-module-validationprogram/documents/fips%20140-3/FIPS%20140-3%20IG.pdf FIPS180-4 Secure Hash Standard (SHS) August 2015 http://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.180-4.pdf FIPS186-4 Digital Signature Standard (DSS) July 2013 http://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf FIPS197 Advanced Encryption Standard November 2001 http://csrc.nist.gov/publications/fips/fips197/fips-197.pdf FIPS198-1 The Keyed Hash Message Authentication Code (HMAC) July 2008 http://csrc.nist.gov/publications/fips/fips198-1/FIPS-198-1_final.pdf PKCS#1 Public Key Cryptography Standards (PKCS) #1: RSA Cryptography Specifications Version 2.1 February 2003 http://www.ietf.org/rfc/rfc3447.txt SP800-38A NIST Special Publication 800-38A - Recommendation for Block Cipher Modes of Operation Methods and Techniques December 2001 http://csrc.nist.gov/publications/nistpubs/800-38a/sp800-38a.pdf SP800-38C NIST Special Publication 800-38C - Recommendation for Block Cipher Modes of Operation: the CCM Mode for Authentication and Confidentiality May 2004 http://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38c.pdf SP800-38E NIST Special Publication 800-38E - Recommendation for Block Cipher Modes of Operation: The XTS AES Mode for Confidentiality on Storage Devices January 2010 http://csrc.nist.gov/publications/nistpubs/800-38E/nist-sp-800-38E.pdf © 2024 Qualcomm Technologies, Inc. / atsec information security.

37 of 38

Page 38

SP800-57 NIST Special Publication 800-57 Part 1 Revision 5 - Recommendation for Key Management Part 1: General May 2020 https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-57pt1r5.pdf SP800-90A NIST Special Publication 800-90A - Revision 1 - Recommendation for Random Number Generation Using Deterministic Random Bit Generators June 2015 http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-90Ar1.pdf SP800-131A NIST Special Publication 800-131A Revision 2- Transitions: Recommendation for Transitioning the Use of Cryptographic Algorithms and Key Lengths March 2019 https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-131Ar2.pdf SP800-132 NIST Special Publication 800-132 - Recommendation for PasswordBased Key Derivation - Part 1: Storage Applications December 2010 http://csrc.nist.gov/publications/nistpubs/800-132/nist-sp800-132.pdf SP800-133 NIST Special Publication 800-133rev2 - Recommendation for Cryptographic Key Generation June 2020 https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-133r2.pdf SP800-140B NIST Special Publication 800-140B - CMVP Security Policy Requirements March 2020 https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-140B.pdf © 2024 Qualcomm Technologies, Inc. / atsec information security.

38 of 38