Searched refs:custom (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_import_openssl.c | 10 ltc_asn1_list seq_priv[4], custom[2]; in s_ecc_import_private_with_oid() local 20 LTC_SET_ASN1(custom, 0, LTC_ASN1_OBJECT_IDENTIFIER, curveoid, 16UL); in s_ecc_import_private_with_oid() 21 LTC_SET_ASN1(custom, 1, LTC_ASN1_RAW_BIT_STRING, bin_xy, 8UL*sizeof(bin_xy)); in s_ecc_import_private_with_oid() 24 …LTC_SET_ASN1_CUSTOM_CONSTRUCTED(seq_priv, 2, LTC_ASN1_CL_CONTEXT_SPECIFIC, 0, custom); /* cont… in s_ecc_import_private_with_oid() 25 …LTC_SET_ASN1_CUSTOM_CONSTRUCTED(seq_priv, 3, LTC_ASN1_CL_CONTEXT_SPECIFIC, 1, custom + 1); /* cont… in s_ecc_import_private_with_oid() 32 … if ((err = pk_oid_num_to_str(curveoid, custom[0].size, OID, &len)) != CRYPT_OK) { goto error; } in s_ecc_import_private_with_oid() 45 ltc_asn1_list seq_fieldid[2], seq_curve[3], seq_ecparams[6], seq_priv[4], custom[2]; in s_ecc_import_private_with_curve() local 59 LTC_SET_ASN1(custom, 0, LTC_ASN1_SEQUENCE, seq_ecparams, 6UL); in s_ecc_import_private_with_curve() 60 LTC_SET_ASN1(custom, 1, LTC_ASN1_RAW_BIT_STRING, bin_xy, 8UL*sizeof(bin_xy)); in s_ecc_import_private_with_curve() 63 …LTC_SET_ASN1_CUSTOM_CONSTRUCTED(seq_priv, 2, LTC_ASN1_CL_CONTEXT_SPECIFIC, 0, custom); /* cont… in s_ecc_import_private_with_curve() [all …]
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | hmac_drbg.h | 206 const unsigned char *custom,
|
A D | ctr_drbg.h | 335 const unsigned char *custom,
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | hmac_drbg.c | 248 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 D | ctr_drbg.c | 450 const unsigned char *custom, in mbedtls_ctr_drbg_seed() argument 487 if( ( ret = mbedtls_ctr_drbg_reseed_internal( ctx, custom, len, in mbedtls_ctr_drbg_seed()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 32 and possibly up to 571 bytes with a custom cookie check function. 397 double-check that custom session cache implementations return 1101 * Remove the technical possibility to define custom mbedtls_md_info 2864 with custom implementation (eg hardware accelerated), complementing the 2966 * Removed mbedtls_timing_msleep(). Use mbedtls_net_usleep() or a custom 3005 custom config.h 3881 * Added support for custom labels when using rsa_rsaes_oaep_encrypt() 4124 custom entropy sources and added some generic and platform dependent
|
Completed in 15 milliseconds