| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/ |
| D | cc3xx_internal_asn1_util.c | 29 int cc3xx_asn1_write_len(unsigned char **p, const unsigned char *start, in cc3xx_asn1_write_len() 80 int cc3xx_asn1_write_tag(unsigned char **p, const unsigned char *start, in cc3xx_asn1_write_tag() 95 int cc3xx_asn1_write_big_integer(unsigned char **p, const unsigned char *start, in cc3xx_asn1_write_big_integer() 132 static int asn1_write_tagged_int(unsigned char **p, unsigned char *start, in asn1_write_tagged_int() 161 static int asn1_get_tagged_int(unsigned char **p, const unsigned char *end, in asn1_get_tagged_int() 213 psa_status_t cc3xx_asn1_get_tag(unsigned char **p, const unsigned char *end, in cc3xx_asn1_get_tag() 229 psa_status_t cc3xx_asn1_get_len(unsigned char **p, const unsigned char *end, in cc3xx_asn1_get_len() 289 psa_status_t cc3xx_asn1_get_int(unsigned char **p, const unsigned char *end, in cc3xx_asn1_get_int() 295 int cc3xx_asn1_write_int(unsigned char **p, unsigned char *start, int val) in cc3xx_asn1_write_int()
|
| /trusted-firmware-m-latest/platform/ext/accelerator/cc312/cc312-rom/ |
| D | cc3xx_ec_projective_point.c | 28 void cc3xx_lowlevel_ec_free_projective_point(cc3xx_ec_point_projective *p) in cc3xx_lowlevel_ec_free_projective_point() 35 bool cc3xx_lowlevel_ec_projective_point_is_infinity(cc3xx_ec_point_projective *p) in cc3xx_lowlevel_ec_projective_point_is_infinity() 40 void cc3xx_lowlevel_ec_copy_projective_point(cc3xx_ec_point_projective *p, in cc3xx_lowlevel_ec_copy_projective_point() 49 cc3xx_ec_point_affine *p, in cc3xx_lowlevel_ec_affine_to_jacobian_with_random_z() 81 cc3xx_ec_point_affine *p, in cc3xx_lowlevel_ec_affine_to_jacobian() 91 cc3xx_ec_point_projective *p, in cc3xx_lowlevel_ec_jacobian_to_affine()
|
| D | cc3xx_ec_weierstrass.c | 19 cc3xx_ec_point_affine *p) in cc3xx_lowlevel_ec_weierstrass_validate_point() 62 static void negate_point(cc3xx_ec_point_projective *p, in negate_point() 73 void cc3xx_lowlevel_ec_weierstrass_negate_point(cc3xx_ec_point_affine *p, in cc3xx_lowlevel_ec_weierstrass_negate_point() 86 static void double_point(cc3xx_ec_curve_t *curve, cc3xx_ec_point_projective *p, in double_point() 135 cc3xx_ec_point_affine *p, in cc3xx_lowlevel_ec_weierstrass_double_point() 158 static void add_points(cc3xx_ec_curve_t *curve, cc3xx_ec_point_projective *p, in add_points() 241 cc3xx_ec_point_affine *p, in cc3xx_lowlevel_ec_weierstrass_add_points() 267 cc3xx_ec_point_affine *p, in multipy_point_by_scalar_side_channel_protected() 478 cc3xx_ec_point_affine *p, in cc3xx_lowlevel_ec_weierstrass_multipy_point_by_scalar()
|
| D | cc3xx_ec.c | 43 cc3xx_ec_point_affine *p) in validate_point() 117 void cc3xx_lowlevel_ec_free_point(cc3xx_ec_point_affine *p) in cc3xx_lowlevel_ec_free_point() 310 cc3xx_ec_point_affine *p, in cc3xx_lowlevel_ec_add_points() 335 cc3xx_ec_point_affine *p, in cc3xx_lowlevel_ec_double_point() 426 cc3xx_ec_point_affine *p, in cc3xx_lowlevel_ec_multipy_point_by_scalar()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/common/ |
| D | multi2_soft.c | 21 static void pi1(ulong32 *p) in pi1() 26 static void pi2(ulong32 *p, ulong32 *k) in pi2() 35 static void pi3(ulong32 *p, ulong32 *k) in pi3() 47 static void pi4(ulong32 *p, ulong32 *k) in pi4() 58 ulong32 p[2]; in setup() local 83 static void encrypt(ulong32 *p, int N, ulong32 *uk) in encrypt() 95 static void decrypt(ulong32 *p, int N, ulong32 *uk) in decrypt() 143 ulong32 p[2]; in multi2_soft_ecb_encrypt() local 177 ulong32 p[2]; in multi2_soft_ecb_decrypt() local 241 ulong32 p[2]; in multi2_soft_cbc_encrypt() local [all …]
|
| /trusted-firmware-m-latest/secure_fw/partitions/ns_agent_mailbox/ |
| D | tfm_multi_core_mem_check.c | 26 void tfm_get_mem_region_security_attr(const void *p, size_t s, in tfm_get_mem_region_security_attr() 69 void tfm_get_secure_mem_region_attr(const void *p, size_t s, in tfm_get_secure_mem_region_attr() 183 void tfm_get_ns_mem_region_attr(const void *p, size_t s, in tfm_get_ns_mem_region_attr() 381 int32_t tfm_has_access_to_region(const void *p, size_t s, uint32_t flags) in tfm_has_access_to_region() 433 int32_t check_address_range(const void *p, size_t s, in check_address_range()
|
| /trusted-firmware-m-latest/secure_fw/spm/include/ |
| D | current.h | 17 #define SET_CURRENT_COMPONENT(p) THRD_UPDATE_CUR_CTXCTRL(&(p)->ctx_ctrl) argument 23 #define SET_CURRENT_COMPONENT(p) p_current_partition = p argument
|
| /trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/ |
| D | tfm_hal_multi_core.c | 110 void tfm_hal_get_mem_security_attr(const void *p, size_t s, in tfm_hal_get_mem_security_attr() 117 void tfm_hal_get_secure_access_attr(const void *p, size_t s, in tfm_hal_get_secure_access_attr() 138 void tfm_hal_get_ns_access_attr(const void *p, size_t s, in tfm_hal_get_ns_access_attr()
|
| D | driver_smpu.c | 378 static bool SMPU_Covers_Region(const void *p, size_t s, in SMPU_Covers_Region() 439 void SMPU_Get_Access_Rules(const void *p, size_t s, in SMPU_Get_Access_Rules()
|
| /trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/ |
| D | tfm_hal_multi_core.c | 83 void tfm_hal_get_mem_security_attr(const void *p, size_t s, in tfm_hal_get_mem_security_attr() 90 void tfm_hal_get_secure_access_attr(const void *p, size_t s, in tfm_hal_get_secure_access_attr() 100 void tfm_hal_get_ns_access_attr(const void *p, size_t s, in tfm_hal_get_ns_access_attr()
|
| /trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/utilities/str/ |
| D | fsl_str.c | 141 static uint32_t PrintGetWidth(const char **p, va_list *ap) in PrintGetWidth() 172 const char *p = *s; in PrintGetPrecision() local 384 const char *p = *s; in PrintCheckFlags() local 425 const char *p = *s; in PrintGetLengthFlag() local 464 const char *p = *s; in PrintFilterLengthFlag() local 792 const char *p; in StrFormatPrintf() local 1123 static uint8_t StrFormatScanCheckSymbol(const char *p, int8_t *neg) in StrFormatScanCheckSymbol() 1326 char *p; in StrFormatScanfStringHandling() local 1442 const char *p = line_ptr; in StrFormatScanf() local
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/ |
| D | dhm_alt.c | 35 volatile unsigned char *p = v; while( n-- ) *p++ = 0; in mbedtls_zeroize() local 42 unsigned char **p, in dhm_read_bignum() 217 unsigned char **p, in mbedtls_dhm_read_params() 255 unsigned char *p; in mbedtls_dhm_make_params() local 552 unsigned char *p, *end; in mbedtls_dhm_parse_dhm() local
|
| D | mbedtls_common.c | 15 volatile unsigned char *p = NULL; in mbedtls_zeroize_internal() local
|
| /trusted-firmware-m-latest/platform/ext/target/rpi/rp2350/ |
| D | tfm_hal_multi_core.c | 132 void tfm_hal_get_secure_access_attr(const void *p, size_t s, in tfm_hal_get_secure_access_attr() 142 void tfm_hal_get_ns_access_attr(const void *p, size_t s, in tfm_hal_get_ns_access_attr()
|
| D | extra_init.c | 63 for (uintptr_t *p = from; p < &__preinit_array_end; p++) { in runtime_run_initializers_from() local
|
| /trusted-firmware-m-latest/platform/ext/common/ |
| D | test_interrupt.c | 84 __attribute__((used)) static uint32_t is_non_zero(uint32_t *p, uint32_t n) in is_non_zero()
|
| /trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/Native_Driver/ |
| D | mhu_wrapper_v2_x.c | 213 uint32_t *p; in mhu_send_data() local 297 uint32_t *p; in mhu_receive_data() local
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/native_drivers/ |
| D | mhu_wrapper_v2_x.c | 213 uint32_t *p; in mhu_send_data() local 297 uint32_t *p; in mhu_receive_data() local
|
| /trusted-firmware-m-latest/secure_fw/spm/core/ |
| D | stack_watermark.c | 39 for (const uint32_t *p = (uint32_t *)LOAD_ALLOCED_STACK_ADDR(p_pldi); in used_stack() local
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/hal/accelerator/ |
| D | rsa_alt.c | 259 static int rsa_deduce_phi( const mbedtls_mpi *p, in rsa_deduce_phi() 480 const mbedtls_mpi *p, in rsa_crt_pka_modexp() 1410 unsigned char *p; in mgf_mask() local 1467 unsigned char *p = output; in mbedtls_rsa_rsaes_oaep_encrypt() local 1549 unsigned char *p = output; in mbedtls_rsa_rsaes_pkcs1_v15_encrypt() local 1646 unsigned char *p, bad, pad_done; in mbedtls_rsa_rsaes_oaep_decrypt() local 2057 unsigned char *p = sig; in mbedtls_rsa_rsassa_pss_sign() local 2192 unsigned char *p = dst; in rsa_rsassa_pkcs1_v15_encode() local 2414 unsigned char *p; in mbedtls_rsa_rsassa_pss_verify_ext() local
|
| D | sha1_alt.c | 53 volatile unsigned char *p = (unsigned char *)v; in mbedtls_zeroize() local
|
| D | sha256_alt.c | 54 volatile unsigned char *p = (unsigned char *)v; in mbedtls_zeroize() local
|
| /trusted-firmware-m-latest/interface/include/mbedtls/ |
| D | asn1.h | 144 unsigned char *p; /**< ASN1 data, e.g. in ASCII. */ member 154 unsigned char *p; /**< Raw ASN1 data for the bit string */ member
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/ |
| D | run_integration_dhm.c | 64 unsigned char *p = NULL; in runIt_dhm() local
|
| D | run_integration_drbg.c | 48 const unsigned char *p = data; in runIt_ctrDrbgSelfTestEntropy() local
|