Searched refs:ASN1_INTEGER_set (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-10-stable/crypto/openssl/crypto/pkcs12/
H A Dp12_init.c73 ASN1_INTEGER_set(pkcs12->version, 3);
H A Dp12_mutl.c169 if (!ASN1_INTEGER_set(p12->mac->iter, iter)) {
/freebsd-10-stable/crypto/openssl/crypto/x509/
H A Dx509rset.c70 return (ASN1_INTEGER_set(x->req_info->version, version));
H A Dx509_r2x.c85 if (!ASN1_INTEGER_set(xi->version, 2))
H A Dx509_set.c74 return (ASN1_INTEGER_set(x->cert_info->version, version));
H A Dx509cset.c75 return (ASN1_INTEGER_set(x->crl->version, version));
/freebsd-10-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_lib.c172 if (!ASN1_INTEGER_set(p7->d.sign->version, 1)) {
188 ASN1_INTEGER_set(p7->d.signed_and_enveloped->version, 1);
189 if (!ASN1_INTEGER_set(p7->d.signed_and_enveloped->version, 1))
199 if (!ASN1_INTEGER_set(p7->d.enveloped->version, 0))
208 if (!ASN1_INTEGER_set(p7->d.encrypted->version, 0))
218 if (!ASN1_INTEGER_set(p7->d.digest->version, 0))
361 if (!ASN1_INTEGER_set(p7i->version, 1))
368 * because ASN1_INTEGER_set is used to set a 'long' we will do things the
520 if (!ASN1_INTEGER_set(p7i->version, 0))
H A Dpk7_attr.c119 if (!ASN1_INTEGER_set(nbit, arg)) {
/freebsd-10-stable/crypto/openssl/crypto/asn1/
H A Dp5_pbe.c91 if (!ASN1_INTEGER_set(pbe->iter, iter)) {
H A Dp8_pkey.c95 if (!ASN1_INTEGER_set(priv->version, version))
H A Dp5_pbev2.c234 if (!ASN1_INTEGER_set(kdf->iter, iter))
242 if (!ASN1_INTEGER_set(kdf->keylength, keylen))
H A Devp_asn1.c112 ASN1_INTEGER_set(&in, num);
H A Da_int.c344 int ASN1_INTEGER_set(ASN1_INTEGER *a, long v) function
H A Dasn1.h925 int ASN1_INTEGER_set(ASN1_INTEGER *a, long v);
/freebsd-10-stable/crypto/openssl/crypto/x509v3/
H A Dv3_sxnet.c169 if (!(izone = M_ASN1_INTEGER_new()) || !ASN1_INTEGER_set(izone, lzone)) {
202 if (!ASN1_INTEGER_set(sx->version, 0))
249 if (!(izone = M_ASN1_INTEGER_new()) || !ASN1_INTEGER_set(izone, lzone)) {
/freebsd-10-stable/crypto/openssl/ssl/
H A Dssl_asn1.c150 * ASN1_INTEGER passed to ASN1_INTEGER_set is > sizeof(long)+1, the
157 ASN1_INTEGER_set(&(a.version), SSL_SESSION_ASN1_VERSION);
162 ASN1_INTEGER_set(&(a.ssl_version), in->ssl_version);
219 ASN1_INTEGER_set(&(a.time), in->time);
226 ASN1_INTEGER_set(&(a.timeout), in->timeout);
233 ASN1_INTEGER_set(&a.verify_result, in->verify_result);
250 ASN1_INTEGER_set(&a.tlsext_tick_lifetime,
/freebsd-10-stable/crypto/openssl/crypto/ts/
H A Dts_req_utils.c68 return ASN1_INTEGER_set(a->version, version);
H A Dts_rsp_sign.c102 if (!ASN1_INTEGER_set(serial, 1))
309 || !ASN1_INTEGER_set(ctx->seconds, secs)))
312 || !ASN1_INTEGER_set(ctx->millis, millis)))
315 || !ASN1_INTEGER_set(ctx->micros, micros)))
358 if (!ASN1_INTEGER_set(si->status, status))
736 if (!ASN1_INTEGER_set(p7->d.sign->version, 3))
H A Dts_rsp_utils.c112 return ASN1_INTEGER_set(a->version, version);
/freebsd-10-stable/crypto/openssl/apps/
H A Dcrl2p7.c215 if (!ASN1_INTEGER_set(p7s->version, 1))
H A Dts.c750 if (!(ASN1_INTEGER_set(si->status, TS_STATUS_GRANTED)))
891 if (!ASN1_INTEGER_set(serial, 1))
/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_ssl.c119 tt_assert(0 != ASN1_INTEGER_set(X509_get_serialNumber(x509),
/freebsd-10-stable/crypto/openssl/crypto/ocsp/
H A Docsp_ext.c471 if (!(ASN1_INTEGER_set(cid->crlNum, *n)))
/freebsd-10-stable/crypto/openssl/crypto/rsa/
H A Drsa_ameth.c565 if (!ASN1_INTEGER_set(pss->saltLength, saltlen))
/freebsd-10-stable/crypto/openssl/crypto/cms/
H A Dcms_sd.c851 if (!key || !ASN1_INTEGER_set(key, keysize))

Completed in 304 milliseconds

12