Searched refs:zeros (Results 1 – 3 of 3) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | rsa.c | 550 /* Finally copy the decrypted plaintext plus trailing zeros into the output in mbedtls_ct_rsaes_pkcs1_v15_unpadding() 1672 const unsigned char zeros[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in mgf_mask() 1689 if ((ret = mbedtls_md_update(&md_ctx, zeros, sizeof(zeros))) != 0) { 1700 const unsigned char zeros[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; hash_mprime() local
|
| H A D | psa_crypto.c | 7443 uint8_t zeros[16] = { 0 }; in psa_pbkdf2_cmac_set_password() 7445 psa_set_key_bits(&attributes, PSA_BYTES_TO_BITS(sizeof(zeros))); 7451 zeros, sizeof(zeros), in psa_pbkdf2_set_password() 7951 * some constant data such as zeros, which would result in the data 7423 uint8_t zeros[16] = { 0 }; psa_pbkdf2_cmac_set_password() local
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 3024 * Fix mbedtls_asn1_get_int to support any number of leading zeros. Credit 4038 zeros. 5526 * Support for zeros-and-length (ANSI X.923) padding, one-and-zeros
|