Lines Matching defs:version
65 /* See the "real" version for documentation */
72 /* See the "real" version for documentation */
97 * version SpecifiedECDomainVersion(ecdpVer1 | ecdpVer2 | ecdpVer3, ...),
177 * -- with version equal to ecdpVer2 or ecdpVer3
452 /* pk_parse_key_pkcs8_unencrypted_der() only supports version 1 PKCS8 keys,
609 int version, pubkey_done;
621 * version INTEGER { ecPrivkeyVer1(1) } (ecPrivkeyVer1),
634 if ((ret = mbedtls_asn1_get_int(&p, end, &version)) != 0) {
638 if (version != 1) {
747 int ret, version;
765 * version Version,
784 if ((ret = mbedtls_asn1_get_int(&p, end, &version)) != 0) {
788 if (version != 0) {