Searched refs:parameters (Results 1 – 8 of 8) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/x509/ |
A D | x509_decode_subject_public_key_info.c | 36 ltc_asn1_type parameters_type, ltc_asn1_list* parameters, unsigned long *parameters_len) in x509_decode_subject_public_key_info() argument 52 if ((parameters == NULL) || (parameters_len == NULL)) { in x509_decode_subject_public_key_info() 77 LTC_SET_ASN1(alg_id, 1, parameters_type, parameters, *_parameters_len); in x509_decode_subject_public_key_info()
|
A D | x509_encode_subject_public_key_info.c | 36 ltc_asn1_type parameters_type, ltc_asn1_list* parameters, unsigned long parameters_len) in x509_encode_subject_public_key_info() argument 56 LTC_SET_ASN1(alg_id, 1, parameters_type, parameters, parameters_len); in x509_encode_subject_public_key_info()
|
A D | x509_decode_public_key_from_certificate.c | 34 … ltc_asn1_list* parameters, unsigned long *parameters_len, in x509_decode_public_key_from_certificate() argument 89 … param_type, parameters, parameters_len); in x509_decode_public_key_from_certificate()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_private.h | 430 … ltc_asn1_list* parameters, unsigned long *parameters_len, 436 ltc_asn1_type parameters_type, ltc_asn1_list* parameters, unsigned long parameters_len); 440 ltc_asn1_type parameters_type, ltc_asn1_list* parameters, unsigned long *parameters_len);
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 608 valid. However, if the parameters do not match in *any* way then the 996 read all the CRT parameters from the DER structure rather than 1314 * Add missing parentheses around parameters in the definition of the 1551 Diffie-Hellman parameters properly. 2135 * Change default choice of DHE parameters from untrustworthy RFC 5114 2194 * Deprecate untrustworthy DHE parameters from RFC 5114. Superseded by 2195 parameters from RFC 3526 or the newly added parameters from RFC 7919. 2240 * Add a check for invalid private parameters in mbedtls_ecdsa_sign(). 2873 parameters. 2912 pointer, parameters reordered). [all …]
|
A D | CONTRIBUTING.md | 59 …he test functions. The data file contains the test cases, specified as parameters that will be pas…
|
A D | README.md | 181 … test functions. The `data file` contains the test cases, specified as parameters that will be pas…
|
/optee_os-3.20.0/ |
A D | CHANGELOG.md | 1025 * Do not consider TA memref parameters as TA private memory 1164 * [#1081][issue1081] Bad mapping of TA secure memref parameters
|
Completed in 15 milliseconds