Home
last modified time | relevance | path

Searched full:plain (Results 1 – 21 of 21) sorted by relevance

/optee_os/core/pta/veraison_attestation/
H A Dsign.h19 * means the signature will be output in a 'plain signature'
21 * In this context, 'plain signature' refers to the direct
25 * In a plain signature, these values are simply concatenated
/optee_os/ta/trusted_keys/include/
H A Dtrusted_keys.h22 * [in] memref[0] Plain key
31 * [out] memref[1] Plain key
/optee_os/core/drivers/crypto/caam/
H A Dcaam_key.c30 * is plain text or black, collision can happen. A randomly generated plain text
34 * security concerns. Forging and trying to make a plain text key look like a
90 uint32_t sec_size; /* The original plain text key size */
98 [CAAM_KEY_PLAIN_TEXT] = "Plain Text",
205 * If the key is plain text, the allocation size is equal to the in caam_key_get_alloc_size()
300 /* A black blob cannot take a plain test key as input */ in caam_key_operation_blob()
303 KEY_TRACE("A blob in/out operation cannot be plain text"); in caam_key_operation_blob()
492 /* If the key is plain text, just copy key to buffer */ in caam_key_serialize_to_bin()
554 /* For a plain text key, the serialized key is identical to the key */ in caam_key_serialized_size()
660 /* Copy input plain text key to temp buffer */ in caam_key_black_encapsulation()
/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_key.h16 CAAM_KEY_PLAIN_TEXT = 0, /* Plain text key or red key */
143 * Encapsulate a plain text key to CAAM black key.
H A Dcaam_desc_helper.h385 * Key can be stored in plain text.
393 * Key can be stored in plain text.
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dpkcs7.h187 * \param data Plain data on which signature has to be verified.
191 * plain data for signature verification.
216 * \param hash Hash of the plain data on which signature has to be verified.
/optee_os/core/pta/imx/
H A Ddek_blob.c48 * payload [in] Plain text key to encapsulate.
49 * payload_size [in] Plain text key size. Must be 128, 192 or 256 bits.
/optee_os/core/lib/libtomcrypt/src/encauth/ccm/
H A Dccm_init.c13 @param ptlen The length of the plain/cipher text that will be processed
/optee_os/core/tee/
H A Dfs_htree.c525 void *plain) in authenc_decrypt_final() argument
530 res = crypto_authenc_dec_final(ctx, crypt, len, plain, &out_size, tag, in authenc_decrypt_final()
544 const void *plain, size_t len, in authenc_encrypt_final() argument
551 res = crypto_authenc_enc_final(ctx, plain, len, crypt, &out_size, tag, in authenc_encrypt_final()
/optee_os/core/crypto/
H A Dcbc-mac.c7 * This is implemented here as being the plain text which is encoded with IV=0.
/optee_os/.github/workflows/
H A Dci.yml28 wget --quiet https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/plain/scripts/checkpatch.pl
30 wget --quiet https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/plain/scripts/spelling.txt
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dconstant_time_internal.h57 * architectures, it uses a plain C fallback designed to yield constant-time code
H A Dconstant_time_impl.h127 * Otherwise, we define a plain C fallback which (in May 2023) does not get optimised into in mbedtls_ct_bool()
H A Dssl_tls13_server.c1739 * - plain PSK. in ssl_tls13_parse_client_hello()
1746 * 3 ) Plain PSK Mode ( psk ) in ssl_tls13_parse_client_hello()
H A Dssl_msg.c1691 * - The record must contain a MAC, either in plain or in mbedtls_ssl_decrypt_buf()
/optee_os/core/kernel/
H A Dree_fs_ta.c29 * To satisfy (1), SP needs to sign plain TA and OP-TEE core needs to verify the
/optee_os/
H A DCHANGELOG.md1693 | Hello world test | Plain hello world Trusted Application such as [this][hello_world]. |
1761 | Hello world test | Plain hello world Trusted Application such as [this][hello_world]. |
1817 | Hello world test | Plain hello world Trusted Application such as [this][hello_world]. |
1857 | Hello world test | Plain hello world Trusted Application such as [this][hello_world]. |
1935 | Hello world test | Plain hello world Trusted Application such as [this][hello_world]. |
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_values.h267 * protocols that use authenticated encryption rather than plain
2011 * - for a plain PSK cipher suite (RFC 4279, Section 2), omit
2541 * allow the key to be exported in plain form from the cryptoprocessor,
/optee_os/core/arch/arm/crypto/
H A Dsm4_armv8a_ce_a64.S50 /* plain blocks: v8-v15 */
H A Dsm4_armv8a_aese_a64.S59 /* plain blocks: v8-v15 */
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog812 disables the plain C implementation and the run-time detection for the
814 plain C implementation.