Searched refs:ikey (Results 1 – 4 of 4) sorted by relevance
/openssl/crypto/rc4/asm/ |
H A D | rc4-s390x.pl | 179 $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 D | ocsp_lib.c | 27 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 D | ocsp.c | 935 ASN1_BIT_STRING *ikey; in add_ocsp_serial() local 947 ikey = X509_get0_pubkey_bitstr(issuer); in add_ocsp_serial() 953 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno); in add_ocsp_serial()
|
/openssl/crypto/x509/ |
H A D | x509_vfy.c | 1627 EVP_PKEY *ikey = NULL; in check_crl() local 1682 ikey = X509_get0_pubkey(issuer); in check_crl() 1683 if (ikey == NULL && in check_crl() 1687 if (ikey != NULL) { in check_crl() 1688 int rv = X509_CRL_check_suiteb(crl, ikey, ctx->param->flags); in check_crl() 1693 if (X509_CRL_verify(crl, ikey) <= 0 && in check_crl()
|
Completed in 17 milliseconds