Home
last modified time | relevance | path

Searched refs:custom (Results 1 – 14 of 14) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/ecc/
A Decc_import_openssl.c17 ltc_asn1_list seq_priv[4], custom[2]; in _ecc_import_private_with_oid() local
27 LTC_SET_ASN1(custom, 0, LTC_ASN1_OBJECT_IDENTIFIER, curveoid, 16UL); in _ecc_import_private_with_oid()
28 LTC_SET_ASN1(custom, 1, LTC_ASN1_RAW_BIT_STRING, bin_xy, 8UL*sizeof(bin_xy)); in _ecc_import_private_with_oid()
31 …LTC_SET_ASN1_CUSTOM_CONSTRUCTED(seq_priv, 2, LTC_ASN1_CL_CONTEXT_SPECIFIC, 0, custom); /* cont… in _ecc_import_private_with_oid()
32 …LTC_SET_ASN1_CUSTOM_CONSTRUCTED(seq_priv, 3, LTC_ASN1_CL_CONTEXT_SPECIFIC, 1, custom + 1); /* cont… in _ecc_import_private_with_oid()
39 … if ((err = pk_oid_num_to_str(curveoid, custom[0].size, OID, &len)) != CRYPT_OK) { goto error; } in _ecc_import_private_with_oid()
52 ltc_asn1_list seq_fieldid[2], seq_curve[3], seq_ecparams[6], seq_priv[4], custom[2]; in _ecc_import_private_with_curve() local
66 LTC_SET_ASN1(custom, 0, LTC_ASN1_SEQUENCE, seq_ecparams, 6UL); in _ecc_import_private_with_curve()
67 LTC_SET_ASN1(custom, 1, LTC_ASN1_RAW_BIT_STRING, bin_xy, 8UL*sizeof(bin_xy)); in _ecc_import_private_with_curve()
70 …LTC_SET_ASN1_CUSTOM_CONSTRUCTED(seq_priv, 2, LTC_ASN1_CL_CONTEXT_SPECIFIC, 0, custom); /* cont… in _ecc_import_private_with_curve()
[all …]
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dhmac_drbg.h202 const unsigned char *custom,
A Dctr_drbg.h331 const unsigned char *custom,
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dhmac_drbg.h202 const unsigned char *custom,
A Dctr_drbg.h331 const unsigned char *custom,
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dhmac_drbg.h202 const unsigned char *custom,
A Dctr_drbg.h331 const unsigned char *custom,
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Dhmac_drbg.h202 const unsigned char *custom,
A Dctr_drbg.h331 const unsigned char *custom,
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dhmac_drbg.h202 const unsigned char *custom,
A Dctr_drbg.h331 const unsigned char *custom,
/optee_os/lib/libmbedtls/mbedtls/library/
A Dhmac_drbg.c248 const unsigned char *custom, in mbedtls_hmac_drbg_seed() argument
290 if( ( ret = hmac_drbg_reseed_core( ctx, custom, len, in mbedtls_hmac_drbg_seed()
A Dctr_drbg.c453 const unsigned char *custom, in mbedtls_ctr_drbg_seed() argument
490 if( ( ret = mbedtls_ctr_drbg_reseed_internal( ctx, custom, len, in mbedtls_ctr_drbg_seed()
/optee_os/lib/libmbedtls/mbedtls/
A DChangeLog182 double-check that custom session cache implementations return
886 * Remove the technical possibility to define custom mbedtls_md_info
2649 with custom implementation (eg hardware accelerated), complementing the
2751 * Removed mbedtls_timing_msleep(). Use mbedtls_net_usleep() or a custom
2790 custom config.h
3666 * Added support for custom labels when using rsa_rsaes_oaep_encrypt()
3909 custom entropy sources and added some generic and platform dependent

Completed in 22 milliseconds