| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | ecp.h | 135 typedef struct mbedtls_ecp_point struct 141 mbedtls_ecp_point; typedef 192 mbedtls_ecp_point G; /*!< The generator of the subgroup used. */ 201 int (*t_pre)(mbedtls_ecp_point *, void *); /*!< Unused. */ 202 int (*t_post)(mbedtls_ecp_point *, void *); /*!< Unused. */ 204 mbedtls_ecp_point *T; /*!< Pre-computed points for ecp_mul_comb(). */ 347 mbedtls_ecp_point Q; /*!< our public value */ 505 void mbedtls_ecp_point_init( mbedtls_ecp_point *pt ); 530 void mbedtls_ecp_point_free( mbedtls_ecp_point *pt ); 580 int mbedtls_ecp_copy( mbedtls_ecp_point *P, const mbedtls_ecp_point *Q ); [all …]
|
| H A D | ecp_internal.h | 127 mbedtls_ecp_point *pt, int (*f_rng)(void *, unsigned char *, size_t), 172 mbedtls_ecp_point *R, const mbedtls_ecp_point *P, 173 const mbedtls_ecp_point *Q ); 197 mbedtls_ecp_point *R, const mbedtls_ecp_point *P ); 227 mbedtls_ecp_point *T[], size_t t_len ); 245 mbedtls_ecp_point *pt ); 254 mbedtls_ecp_point *R, mbedtls_ecp_point *S, const mbedtls_ecp_point *P, 255 const mbedtls_ecp_point *Q, const mbedtls_mpi *d ); 275 mbedtls_ecp_point *P, int (*f_rng)(void *, unsigned char *, size_t), 291 mbedtls_ecp_point *P );
|
| H A D | ecdh.h | 90 mbedtls_ecp_point Q; /*!< The public key. */ 91 mbedtls_ecp_point Qp; /*!< The value of the public key of the peer. */ 111 mbedtls_ecp_point Q; /*!< The public key. */ 112 mbedtls_ecp_point Qp; /*!< The value of the public key of the peer. */ 115 mbedtls_ecp_point Vi; /*!< The blinding value. */ 116 mbedtls_ecp_point Vf; /*!< The unblinding value. */ 181 int mbedtls_ecdh_gen_public( mbedtls_ecp_group *grp, mbedtls_mpi *d, mbedtls_ecp_point *Q, 220 const mbedtls_ecp_point *Q, const mbedtls_mpi *d,
|
| H A D | ecjpake.h | 83 mbedtls_ecp_point Xm1; /**< My public key 1 C: X1, S: X3 */ 84 mbedtls_ecp_point Xm2; /**< My public key 2 C: X2, S: X4 */ 85 mbedtls_ecp_point Xp1; /**< Peer public key 1 C: X3, S: X1 */ 86 mbedtls_ecp_point Xp2; /**< Peer public key 2 C: X4, S: X2 */ 87 mbedtls_ecp_point Xp; /**< Peer public key C: Xs, S: Xc */
|
| H A D | debug.h | 206 const char *text, const mbedtls_ecp_point *X );
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | ecp.h | 135 typedef struct mbedtls_ecp_point struct 141 mbedtls_ecp_point; argument 192 mbedtls_ecp_point G; /*!< The generator of the subgroup used. */ 201 int (*t_pre)(mbedtls_ecp_point *, void *); /*!< Unused. */ 202 int (*t_post)(mbedtls_ecp_point *, void *); /*!< Unused. */ 204 mbedtls_ecp_point *T; /*!< Pre-computed points for ecp_mul_comb(). */ 347 mbedtls_ecp_point Q; /*!< our public value */ 505 void mbedtls_ecp_point_init( mbedtls_ecp_point *pt ); 530 void mbedtls_ecp_point_free( mbedtls_ecp_point *pt ); 580 int mbedtls_ecp_copy( mbedtls_ecp_point *P, const mbedtls_ecp_point *Q ); [all …]
|
| H A D | ecp_internal.h | 127 mbedtls_ecp_point *pt, int (*f_rng)(void *, unsigned char *, size_t), 172 mbedtls_ecp_point *R, const mbedtls_ecp_point *P, 173 const mbedtls_ecp_point *Q ); 197 mbedtls_ecp_point *R, const mbedtls_ecp_point *P ); 227 mbedtls_ecp_point *T[], size_t t_len ); 245 mbedtls_ecp_point *pt ); 254 mbedtls_ecp_point *R, mbedtls_ecp_point *S, const mbedtls_ecp_point *P, 255 const mbedtls_ecp_point *Q, const mbedtls_mpi *d ); 275 mbedtls_ecp_point *P, int (*f_rng)(void *, unsigned char *, size_t), 291 mbedtls_ecp_point *P );
|
| H A D | ecdh.h | 90 mbedtls_ecp_point Q; /*!< The public key. */ 91 mbedtls_ecp_point Qp; /*!< The value of the public key of the peer. */ 111 mbedtls_ecp_point Q; /*!< The public key. */ 112 mbedtls_ecp_point Qp; /*!< The value of the public key of the peer. */ 115 mbedtls_ecp_point Vi; /*!< The blinding value. */ 116 mbedtls_ecp_point Vf; /*!< The unblinding value. */ 181 int mbedtls_ecdh_gen_public( mbedtls_ecp_group *grp, mbedtls_mpi *d, mbedtls_ecp_point *Q, 220 const mbedtls_ecp_point *Q, const mbedtls_mpi *d,
|
| H A D | ecjpake.h | 83 mbedtls_ecp_point Xm1; /**< My public key 1 C: X1, S: X3 */ 84 mbedtls_ecp_point Xm2; /**< My public key 2 C: X2, S: X4 */ 85 mbedtls_ecp_point Xp1; /**< Peer public key 1 C: X3, S: X1 */ 86 mbedtls_ecp_point Xp2; /**< Peer public key 2 C: X4, S: X2 */ 87 mbedtls_ecp_point Xp; /**< Peer public key C: Xs, S: Xc */
|
| H A D | debug.h | 206 const char *text, const mbedtls_ecp_point *X );
|
| H A D | ecdsa.h | 321 const mbedtls_ecp_point *Q, const mbedtls_mpi *r,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | ecp.h | 135 typedef struct mbedtls_ecp_point struct 141 mbedtls_ecp_point; argument 192 mbedtls_ecp_point G; /*!< The generator of the subgroup used. */ 201 int (*t_pre)(mbedtls_ecp_point *, void *); /*!< Unused. */ 202 int (*t_post)(mbedtls_ecp_point *, void *); /*!< Unused. */ 204 mbedtls_ecp_point *T; /*!< Pre-computed points for ecp_mul_comb(). */ 347 mbedtls_ecp_point Q; /*!< our public value */ 505 void mbedtls_ecp_point_init( mbedtls_ecp_point *pt ); 530 void mbedtls_ecp_point_free( mbedtls_ecp_point *pt ); 580 int mbedtls_ecp_copy( mbedtls_ecp_point *P, const mbedtls_ecp_point *Q ); [all …]
|
| H A D | ecp_internal.h | 127 mbedtls_ecp_point *pt, int (*f_rng)(void *, unsigned char *, size_t), 172 mbedtls_ecp_point *R, const mbedtls_ecp_point *P, 173 const mbedtls_ecp_point *Q ); 197 mbedtls_ecp_point *R, const mbedtls_ecp_point *P ); 227 mbedtls_ecp_point *T[], size_t t_len ); 245 mbedtls_ecp_point *pt ); 254 mbedtls_ecp_point *R, mbedtls_ecp_point *S, const mbedtls_ecp_point *P, 255 const mbedtls_ecp_point *Q, const mbedtls_mpi *d ); 275 mbedtls_ecp_point *P, int (*f_rng)(void *, unsigned char *, size_t), 291 mbedtls_ecp_point *P );
|
| H A D | ecdh.h | 90 mbedtls_ecp_point Q; /*!< The public key. */ 91 mbedtls_ecp_point Qp; /*!< The value of the public key of the peer. */ 111 mbedtls_ecp_point Q; /*!< The public key. */ 112 mbedtls_ecp_point Qp; /*!< The value of the public key of the peer. */ 115 mbedtls_ecp_point Vi; /*!< The blinding value. */ 116 mbedtls_ecp_point Vf; /*!< The unblinding value. */ 181 int mbedtls_ecdh_gen_public( mbedtls_ecp_group *grp, mbedtls_mpi *d, mbedtls_ecp_point *Q, 220 const mbedtls_ecp_point *Q, const mbedtls_mpi *d,
|
| H A D | ecjpake.h | 83 mbedtls_ecp_point Xm1; /**< My public key 1 C: X1, S: X3 */ 84 mbedtls_ecp_point Xm2; /**< My public key 2 C: X2, S: X4 */ 85 mbedtls_ecp_point Xp1; /**< Peer public key 1 C: X3, S: X1 */ 86 mbedtls_ecp_point Xp2; /**< Peer public key 2 C: X4, S: X2 */ 87 mbedtls_ecp_point Xp; /**< Peer public key C: Xs, S: Xc */
|
| H A D | debug.h | 206 const char *text, const mbedtls_ecp_point *X );
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | ecp.h | 135 typedef struct mbedtls_ecp_point struct 141 mbedtls_ecp_point; argument 192 mbedtls_ecp_point G; /*!< The generator of the subgroup used. */ 201 int (*t_pre)(mbedtls_ecp_point *, void *); /*!< Unused. */ 202 int (*t_post)(mbedtls_ecp_point *, void *); /*!< Unused. */ 204 mbedtls_ecp_point *T; /*!< Pre-computed points for ecp_mul_comb(). */ 347 mbedtls_ecp_point Q; /*!< our public value */ 505 void mbedtls_ecp_point_init( mbedtls_ecp_point *pt ); 530 void mbedtls_ecp_point_free( mbedtls_ecp_point *pt ); 580 int mbedtls_ecp_copy( mbedtls_ecp_point *P, const mbedtls_ecp_point *Q ); [all …]
|
| H A D | ecp_internal.h | 127 mbedtls_ecp_point *pt, int (*f_rng)(void *, unsigned char *, size_t), 172 mbedtls_ecp_point *R, const mbedtls_ecp_point *P, 173 const mbedtls_ecp_point *Q ); 197 mbedtls_ecp_point *R, const mbedtls_ecp_point *P ); 227 mbedtls_ecp_point *T[], size_t t_len ); 245 mbedtls_ecp_point *pt ); 254 mbedtls_ecp_point *R, mbedtls_ecp_point *S, const mbedtls_ecp_point *P, 255 const mbedtls_ecp_point *Q, const mbedtls_mpi *d ); 275 mbedtls_ecp_point *P, int (*f_rng)(void *, unsigned char *, size_t), 291 mbedtls_ecp_point *P );
|
| H A D | ecdh.h | 90 mbedtls_ecp_point Q; /*!< The public key. */ 91 mbedtls_ecp_point Qp; /*!< The value of the public key of the peer. */ 111 mbedtls_ecp_point Q; /*!< The public key. */ 112 mbedtls_ecp_point Qp; /*!< The value of the public key of the peer. */ 115 mbedtls_ecp_point Vi; /*!< The blinding value. */ 116 mbedtls_ecp_point Vf; /*!< The unblinding value. */ 181 int mbedtls_ecdh_gen_public( mbedtls_ecp_group *grp, mbedtls_mpi *d, mbedtls_ecp_point *Q, 220 const mbedtls_ecp_point *Q, const mbedtls_mpi *d,
|
| H A D | ecjpake.h | 83 mbedtls_ecp_point Xm1; /**< My public key 1 C: X1, S: X3 */ 84 mbedtls_ecp_point Xm2; /**< My public key 2 C: X2, S: X4 */ 85 mbedtls_ecp_point Xp1; /**< Peer public key 1 C: X3, S: X1 */ 86 mbedtls_ecp_point Xp2; /**< Peer public key 2 C: X4, S: X2 */ 87 mbedtls_ecp_point Xp; /**< Peer public key C: Xs, S: Xc */
|
| H A D | debug.h | 206 const char *text, const mbedtls_ecp_point *X );
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/ |
| H A D | ecp.h | 123 mbedtls_ecp_point; typedef 155 mbedtls_ecp_point G; /*!< generator of the (sub)group used */ 161 int (*t_pre)(mbedtls_ecp_point *, void *); /*!< unused */ 162 int (*t_post)(mbedtls_ecp_point *, void *); /*!< unused */ 164 mbedtls_ecp_point *T; /*!< pre-computed points for ecp_mul_comb() */ 180 mbedtls_ecp_point Q; /*!< our public value */ 301 void mbedtls_ecp_point_init( mbedtls_ecp_point *pt ); 316 void mbedtls_ecp_point_free( mbedtls_ecp_point *pt ); 337 int mbedtls_ecp_copy( mbedtls_ecp_point *P, const mbedtls_ecp_point *Q ); 358 int mbedtls_ecp_set_zero( mbedtls_ecp_point *pt ); [all …]
|
| H A D | ecdsa.h | 116 const mbedtls_ecp_point *Q, const mbedtls_mpi *r, const mbedtls_mpi *s);
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | ecp.c | 272 void mbedtls_ecp_point_init( mbedtls_ecp_point *pt ) in mbedtls_ecp_point_init() 309 void mbedtls_ecp_point_free( mbedtls_ecp_point *pt ) in mbedtls_ecp_point_free() 364 int mbedtls_ecp_copy( mbedtls_ecp_point *P, const mbedtls_ecp_point *Q ) in mbedtls_ecp_copy() 387 int mbedtls_ecp_set_zero( mbedtls_ecp_point *pt ) in mbedtls_ecp_set_zero() 402 int mbedtls_ecp_is_zero( mbedtls_ecp_point *pt ) in mbedtls_ecp_is_zero() 410 int mbedtls_ecp_point_cmp( const mbedtls_ecp_point *P, in mbedtls_ecp_point_cmp() 411 const mbedtls_ecp_point *Q ) in mbedtls_ecp_point_cmp() 426 int mbedtls_ecp_point_read_string( mbedtls_ecp_point *P, int radix, in mbedtls_ecp_point_read_string() 442 int mbedtls_ecp_point_write_binary( const mbedtls_ecp_group *grp, const mbedtls_ecp_point *P, in mbedtls_ecp_point_write_binary() 498 int mbedtls_ecp_point_read_binary( const mbedtls_ecp_group *grp, mbedtls_ecp_point *pt, in mbedtls_ecp_point_read_binary() [all …]
|
| H A D | ecdsa.c | 76 mbedtls_ecp_point R; in mbedtls_ecdsa_sign() 200 const mbedtls_ecp_point *Q, const mbedtls_mpi *r, const mbedtls_mpi *s) in mbedtls_ecdsa_verify() 204 mbedtls_ecp_point R; in mbedtls_ecdsa_verify() 533 mbedtls_ecp_point pub_key; in rk_ecdsa_verify() 629 mbedtls_ecp_point pub_key; in rk_ecdsa_verify2()
|