Home
last modified time | relevance | path

Searched refs:pbits (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/mbedtls/library/
A Decdh.c287 if( ctx->grp.pbits == 0 ) in ecdh_make_params_internal()
476 if( ctx->grp.pbits == 0 ) in ecdh_make_public_internal()
588 if( ctx == NULL || ctx->grp.pbits == 0 ) in ecdh_calc_secret_internal()
616 *olen = ctx->grp.pbits / 8 + ( ( ctx->grp.pbits % 8 ) != 0 ); in ecdh_calc_secret_internal()
A Dpk_wrap.c223 return( ((mbedtls_ecp_keypair *) ctx)->grp.pbits ); in eckey_get_bitlen()
341 if( rs->ecdsa_ctx.grp.pbits == 0 ) in eckey_verify_rs_wrap()
366 if( rs->ecdsa_ctx.grp.pbits == 0 ) in eckey_sign_rs_wrap()
A Dpkparse.c295 grp->pbits = mbedtls_mpi_bitlen( &grp->P ); in pk_group_from_specified()
404 if( grp->pbits == ref.pbits && grp->nbits == ref.nbits && in pk_group_id_from_group()
A Decp_curves.c602 grp->pbits = mbedtls_mpi_bitlen( &grp->P ); in ecp_group_load()
681 grp->pbits = mbedtls_mpi_bitlen( &grp->P ); in ecp_use_curve25519()
725 grp->pbits = mbedtls_mpi_bitlen( &grp->P ); in ecp_use_curve448()
A Decp.c284 if( grp->pbits >= 512 ) in mbedtls_ecp_check_budget()
286 else if( grp->pbits >= 384 ) in mbedtls_ecp_check_budget()
561 grp->pbits = 0; in mbedtls_ecp_group_init()
1011 mbedtls_mpi_bitlen( N ) > 2 * grp->pbits ) in ecp_modp()
1453 p_size = ( grp->pbits + 7 ) / 8; in ecp_randomize_jac()
2171 p_size = ( grp->pbits + 7 ) / 8; in ecp_randomize_mxz()
A Decjpake.c788 x_bytes = ( ctx->grp.pbits + 7 ) / 8; in mbedtls_ecjpake_derive_secret()
/AliOS-Things-master/components/mbedtls/programs/pkey/
A Decdsa.c172 mbedtls_printf( " ok (key size: %d bits)\n", (int) ctx_sign.grp.pbits ); in main()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Decp.h177 size_t pbits; /*!< The number of bits in \p P.*/ member
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.c22253 static int js_parse_skip_parens_token(JSParseState* s, int* pbits, BOOL no_line_terminator) in js_parse_skip_parens_token() argument
22359 if (pbits) { in js_parse_skip_parens_token()
22360 *pbits = bits; in js_parse_skip_parens_token()

Completed in 105 milliseconds