Searched refs:ikey (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/rc4/asm/ |
| 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)
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/ocsp/ |
| 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()
|
| /netbsd/src/crypto/external/bsd/libsaslc/dist/src/ |
| D | mech_digestmd5.c | 962 slidebits(uint8_t *ikey, uint8_t *okey) in slidebits() argument 965 okey[0] = ikey[0] << 0; in slidebits() 966 okey[1] = ikey[0] << 7 | (unsigned)ikey[1] >> 1; in slidebits() 967 okey[2] = ikey[1] << 6 | (unsigned)ikey[2] >> 2; in slidebits() 968 okey[3] = ikey[2] << 5 | (unsigned)ikey[3] >> 3; in slidebits() 969 okey[4] = ikey[3] << 4 | (unsigned)ikey[4] >> 4; in slidebits() 970 okey[5] = ikey[4] << 3 | (unsigned)ikey[5] >> 5; in slidebits() 971 okey[6] = ikey[5] << 2 | (unsigned)ikey[6] >> 6; in slidebits() 972 okey[7] = ikey[6] << 1; in slidebits()
|
| /netbsd/src/sys/dev/usb/ |
| D | ukbd.c | 1086 int ikey; in ukbd_parse_desc() local 1089 ikey = 0; in ukbd_parse_desc() 1106 "cnt=%d\n", __func__, ikey, h.usage, h.flags, h.loc.pos, in ukbd_parse_desc() 1114 if (ikey < MAXKEYS) { in ukbd_parse_desc() 1115 sc->sc_keyloc[ikey] = h.loc; in ukbd_parse_desc() 1116 sc->sc_keyuse[ikey] = HID_GET_USAGE(h.usage); in ukbd_parse_desc() 1117 ikey++; in ukbd_parse_desc() 1142 sc->sc_nkeyloc = ikey; in ukbd_parse_desc()
|
| /netbsd/src/external/bsd/wpa/dist/src/crypto/ |
| D | tls_openssl_ocsp.c | 392 ASN1_BIT_STRING *ikey; in issuer_match() local 429 ikey = X509_get0_pubkey_bitstr(issuer); in issuer_match() 430 if (!ikey || in issuer_match() 431 !EVP_Digest(ikey->data, ikey->length, md, &len, dgst, NULL) || in issuer_match()
|
| /netbsd/src/external/bsd/wpa/dist/src/ap/ |
| D | ieee802_1x.c | 332 u8 *ikey; in ieee802_1x_tx_key() local 334 ikey = os_malloc(hapd->conf->individual_wep_key_len); in ieee802_1x_tx_key() 335 if (!ikey || in ieee802_1x_tx_key() 336 random_get_bytes(ikey, hapd->conf->individual_wep_key_len)) in ieee802_1x_tx_key() 340 os_free(ikey); in ieee802_1x_tx_key() 345 ikey, hapd->conf->individual_wep_key_len); in ieee802_1x_tx_key() 347 ieee802_1x_tx_key_one(hapd, sta, 0, 0, ikey, in ieee802_1x_tx_key() 353 sta->addr, 0, 0, 1, NULL, 0, ikey, in ieee802_1x_tx_key() 360 os_free(ikey); in ieee802_1x_tx_key()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/apps/ |
| 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()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| D | x509_vfy.c | 1529 EVP_PKEY *ikey = NULL; in check_crl() local 1582 ikey = X509_get0_pubkey(issuer); in check_crl() 1583 if (ikey == NULL && in check_crl() 1587 if (ikey != NULL) { in check_crl() 1588 int rv = X509_CRL_check_suiteb(crl, ikey, ctx->param->flags); in check_crl() 1593 if (X509_CRL_verify(crl, ikey) <= 0 && in check_crl()
|
| /netbsd/src/share/dict/ |
| D | web2 | 91314 ikey
|