Home
last modified time | relevance | path

Searched defs:msg_len (Results 1 – 25 of 26) sorted by relevance

12

/optee_os/core/drivers/crypto/crypto_api/acipher/
H A Drsa.c110 size_t *msg_len) in crypto_acipher_rsanopad_decrypt()
148 const uint8_t *msg, size_t msg_len, in crypto_acipher_rsanopad_encrypt()
205 size_t *msg_len) in crypto_acipher_rsaes_decrypt()
272 const uint8_t *msg, size_t msg_len, in crypto_acipher_rsaes_encrypt()
363 size_t msg_len, uint8_t *sig, in crypto_acipher_rsassa_sign()
445 size_t msg_len, const uint8_t *sig, in crypto_acipher_rsassa_verify()
H A Ddsa.c122 const uint8_t *msg, size_t msg_len, in crypto_acipher_dsa_sign()
182 const uint8_t *msg, size_t msg_len, in crypto_acipher_dsa_verify()
H A Decc.c162 const uint8_t *msg, size_t msg_len, uint8_t *sig, in ecc_sign()
234 const uint8_t *msg, size_t msg_len, in ecc_verify()
/optee_os/core/lib/libtomcrypt/
H A Ded25519.c79 const uint8_t *msg, size_t msg_len, in crypto_acipher_ed25519_sign()
113 const uint8_t *msg, size_t msg_len, in crypto_acipher_ed25519ctx_sign()
155 const uint8_t *msg, size_t msg_len, in crypto_acipher_ed25519_verify()
180 const uint8_t *msg, size_t msg_len, in crypto_acipher_ed25519ctx_verify()
H A Dsm2-dsa.c22 const uint8_t *msg, size_t msg_len, uint8_t *sig, in sm2_ltc_dsa_sign()
140 const uint8_t *msg, size_t msg_len, in sm2_ltc_dsa_verify()
H A Ddsa.c96 const uint8_t *msg, size_t msg_len, in crypto_acipher_dsa_sign()
165 const uint8_t *msg, size_t msg_len, in crypto_acipher_dsa_verify()
H A Decc.c246 const uint8_t *msg, size_t msg_len, in _ltc_ecc_sign()
285 const uint8_t *msg, size_t msg_len, in _ltc_ecc_verify()
H A Drsa.c531 size_t msg_len, uint8_t *sig, in sw_crypto_acipher_rsassa_sign()
631 size_t msg_len, const uint8_t *sig, in sw_crypto_acipher_rsassa_verify()
/optee_os/core/pta/veraison_attestation/
H A Dsign.c63 static TEE_Result hash_sha256(const uint8_t *msg, size_t msg_len, uint8_t *hash) in hash_sha256()
165 TEE_Result sign_ecdsa_sha256(const uint8_t *msg, size_t msg_len, uint8_t *sig, in sign_ecdsa_sha256()
/optee_os/lib/libmbedtls/core/
H A Dsm2-dsa.c26 const uint8_t *msg, size_t msg_len, in sm2_mbedtls_dsa_sign()
151 const uint8_t *msg, size_t msg_len, in sm2_mbedtls_dsa_verify()
H A Decc.c165 const uint8_t *msg, size_t msg_len, uint8_t *sig, in ecc_sign()
244 const uint8_t *msg, size_t msg_len, in ecc_verify()
H A Drsa.c660 const uint8_t *msg, size_t msg_len, in sw_crypto_acipher_rsassa_sign()
765 size_t msg_len, const uint8_t *sig, in sw_crypto_acipher_rsassa_verify()
/optee_os/core/drivers/crypto/se050/core/
H A Decc.c172 size_t *msg_len, uint8_t **msg_padded) in ecc_prepare_msg()
400 const uint8_t *msg, size_t msg_len, in verify_fallback()
411 const uint8_t *msg, size_t msg_len, in sign_fallback()
490 const uint8_t *msg, size_t msg_len, in sign()
567 const uint8_t *msg, size_t msg_len, in verify()
H A Drsa.c448 const uint8_t *msg, size_t msg_len, in sign_ssa()
487 const uint8_t *msg, size_t msg_len, in verify_ssa()
/optee_os/core/drivers/crypto/versal/
H A Decc.c126 size_t msg_len, struct versal_mbox_mem *p) in ecc_prepare_msg()
147 const uint8_t *msg, size_t msg_len, in verify()
227 const uint8_t *msg, size_t msg_len, in sign()
/optee_os/core/drivers/crypto/se050/glue/
H A Duser.c45 sss_status_t glue_mac_one_go(void *mac, const uint8_t *msg, size_t msg_len, in glue_mac_one_go()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_tls13_server.c2422 size_t buf_len, msg_len; in ssl_tls13_write_server_hello() local
2495 size_t buf_len, msg_len; in ssl_tls13_write_hello_retry_request() local
2614 size_t buf_len, msg_len; in ssl_tls13_write_encrypted_extensions() local
2755 size_t buf_len, msg_len; in ssl_tls13_write_certificate_request() local
3414 size_t buf_len, msg_len; in ssl_tls13_write_new_session_ticket() local
H A Dssl_tls13_generic.c828 size_t buf_len, msg_len; in mbedtls_ssl_tls13_write_certificate() local
1029 size_t buf_len, msg_len; in mbedtls_ssl_tls13_write_certificate_verify() local
1207 size_t buf_len, msg_len; in mbedtls_ssl_tls13_write_finished_message() local
H A Dssl_client.c919 size_t buf_len, msg_len, binders_len; in mbedtls_ssl_write_client_hello() local
H A Dssl_msg.c2911 size_t buf_len, size_t msg_len) in mbedtls_ssl_finish_handshake_msg()
3112 uint32_t msg_len, frag_off, frag_len; in ssl_check_hs_header() local
3200 static size_t ssl_get_reassembly_buffer_size(size_t msg_len, in ssl_get_reassembly_buffer_size()
4443 size_t msg_len = MBEDTLS_GET_UINT24_BE(hs_buf->data, 1); in ssl_load_buffered_message() local
4542 size_t msg_len = ssl->in_hslen - 12; in ssl_buffer_message() local
H A Dlmots.c121 size_t msg_len, in create_digit_array_with_checksum()
H A Dssl_tls12_server.c894 size_t msg_len, ciph_len, sess_len, comp_len, ext_len; in ssl_parse_client_hello() local
/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_rsa.c322 size_t msg_len = rsa_data->message.length; in rsaes_pkcs_v1_5_encode() local
883 size_t msg_len = 0; in rsa_oaep_get_msg() local
/optee_os/core/crypto/
H A Dcrypto.c762 const uint8_t *msg, size_t msg_len, in crypto_acipher_ecc_sign()
774 const uint8_t *msg, size_t msg_len, in crypto_acipher_ecc_verify()
/optee_os/core/tee/
H A Dtee_svc_cryp.c2371 const uint8_t *msg, size_t msg_len, in tee_svc_obj_ed25519_sign()
2396 const uint8_t *msg, size_t msg_len, in tee_svc_obj_ed25519_verify()

12