Home
last modified time | relevance | path

Searched refs:ikey (Results 1 – 4 of 4) sorted by relevance

/openssl/crypto/rc4/asm/
H A Drc4-s390x.pl179 $ikey="%r7";
197 lghi $ikey,-256
203 llgc $acc,2+256($ikey,$key)
206 la $ikey,1($ikey)
210 tml $ikey,255
212 stc $dat,2+256-1($ikey,$key)
/openssl/crypto/ocsp/
H A Docsp_lib.c27 ASN1_BIT_STRING *ikey; in OCSP_cert_to_id() local
38 ikey = X509_get0_pubkey_bitstr(issuer); in OCSP_cert_to_id()
39 return OCSP_cert_id_new(dgst, iname, ikey, serial); in OCSP_cert_to_id()
/openssl/apps/
H A Docsp.c937 ASN1_BIT_STRING *ikey; in add_ocsp_serial() local
949 ikey = X509_get0_pubkey_bitstr(issuer); in add_ocsp_serial()
955 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno); in add_ocsp_serial()
/openssl/crypto/x509/
H A Dx509_vfy.c1540 EVP_PKEY *ikey = NULL; in check_crl() local
1593 ikey = X509_get0_pubkey(issuer); in check_crl()
1594 if (ikey == NULL && in check_crl()
1598 if (ikey != NULL) { in check_crl()
1599 int rv = X509_CRL_check_suiteb(crl, ikey, ctx->param->flags); in check_crl()
1604 if (X509_CRL_verify(crl, ikey) <= 0 && in check_crl()

Completed in 32 milliseconds