Searched refs:itmp (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/evp/
H A Dp5_crpt2.c36 unsigned char digtmp[EVP_MAX_MD_SIZE], *p, itmp[4]; local
74 itmp[0] = (unsigned char)((i >> 24) & 0xff);
75 itmp[1] = (unsigned char)((i >> 16) & 0xff);
76 itmp[2] = (unsigned char)((i >> 8) & 0xff);
77 itmp[3] = (unsigned char)(i & 0xff);
84 || !HMAC_Update(hctx, itmp, 4)
/freebsd-13-stable/crypto/openssl/crypto/x509/
H A Dby_file.c191 X509_INFO *itmp; local
209 itmp = sk_X509_INFO_value(inf, i);
210 if (itmp->x509) {
211 if (!X509_STORE_add_cert(ctx->store_ctx, itmp->x509))
215 if (itmp->crl) {
216 if (!X509_STORE_add_crl(ctx->store_ctx, itmp->crl))
/freebsd-13-stable/crypto/openssl/crypto/bn/
H A Dbn_mul.c627 int itmp; local
630 itmp = na;
632 nb = itmp;
/freebsd-13-stable/crypto/openssl/apps/
H A Docsp.c1270 char *itmp, *row[DB_NUMBER], **rrow; local
1277 itmp = OPENSSL_strdup("00");
1279 itmp = BN_bn2hex(bn);
1280 row[DB_serial] = itmp;
1283 OPENSSL_free(itmp);
/freebsd-13-stable/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c270 ASN1_INTEGER *itmp; local
272 if ((itmp = s2i_ASN1_INTEGER(NULL, value->value)) == NULL) {
276 *aint = itmp;

Completed in 49 milliseconds