Home
last modified time | relevance | path

Searched refs:pmac (Results 1 – 25 of 39) sorted by relevance

12

/netbsd/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha256_hw.c481 } mac, *pmac; in aesni_cbc_hmac_sha256_cipher() local
558 pmac->u[0] = 0; in aesni_cbc_hmac_sha256_cipher()
559 pmac->u[1] = 0; in aesni_cbc_hmac_sha256_cipher()
626 pmac->u[0] = BSWAP4(pmac->u[0]); in aesni_cbc_hmac_sha256_cipher()
627 pmac->u[1] = BSWAP4(pmac->u[1]); in aesni_cbc_hmac_sha256_cipher()
628 pmac->u[2] = BSWAP4(pmac->u[2]); in aesni_cbc_hmac_sha256_cipher()
629 pmac->u[3] = BSWAP4(pmac->u[3]); in aesni_cbc_hmac_sha256_cipher()
630 pmac->u[4] = BSWAP4(pmac->u[4]); in aesni_cbc_hmac_sha256_cipher()
631 pmac->u[5] = BSWAP4(pmac->u[5]); in aesni_cbc_hmac_sha256_cipher()
632 pmac->u[6] = BSWAP4(pmac->u[6]); in aesni_cbc_hmac_sha256_cipher()
[all …]
H A Dcipher_aes_cbc_hmac_sha1_hw.c443 } mac, *pmac; in aesni_cbc_hmac_sha1_cipher() local
522 pmac->u[0] = 0; in aesni_cbc_hmac_sha1_cipher()
523 pmac->u[1] = 0; in aesni_cbc_hmac_sha1_cipher()
524 pmac->u[2] = 0; in aesni_cbc_hmac_sha1_cipher()
525 pmac->u[3] = 0; in aesni_cbc_hmac_sha1_cipher()
526 pmac->u[4] = 0; in aesni_cbc_hmac_sha1_cipher()
578 pmac->u[0] = BSWAP4(pmac->u[0]); in aesni_cbc_hmac_sha1_cipher()
579 pmac->u[1] = BSWAP4(pmac->u[1]); in aesni_cbc_hmac_sha1_cipher()
580 pmac->u[2] = BSWAP4(pmac->u[2]); in aesni_cbc_hmac_sha1_cipher()
581 pmac->u[3] = BSWAP4(pmac->u[3]); in aesni_cbc_hmac_sha1_cipher()
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/evp/
H A De_aes_cbc_hmac_sha256.c508 } mac, *pmac; in aesni_cbc_hmac_sha256_cipher() local
585 pmac->u[0] = 0; in aesni_cbc_hmac_sha256_cipher()
586 pmac->u[1] = 0; in aesni_cbc_hmac_sha256_cipher()
653 pmac->u[0] = BSWAP4(pmac->u[0]); in aesni_cbc_hmac_sha256_cipher()
654 pmac->u[1] = BSWAP4(pmac->u[1]); in aesni_cbc_hmac_sha256_cipher()
655 pmac->u[2] = BSWAP4(pmac->u[2]); in aesni_cbc_hmac_sha256_cipher()
656 pmac->u[3] = BSWAP4(pmac->u[3]); in aesni_cbc_hmac_sha256_cipher()
657 pmac->u[4] = BSWAP4(pmac->u[4]); in aesni_cbc_hmac_sha256_cipher()
658 pmac->u[5] = BSWAP4(pmac->u[5]); in aesni_cbc_hmac_sha256_cipher()
659 pmac->u[6] = BSWAP4(pmac->u[6]); in aesni_cbc_hmac_sha256_cipher()
[all …]
H A De_aes_cbc_hmac_sha1.c478 } mac, *pmac; in aesni_cbc_hmac_sha1_cipher() local
596 pmac->u[0] = 0; in aesni_cbc_hmac_sha1_cipher()
597 pmac->u[1] = 0; in aesni_cbc_hmac_sha1_cipher()
598 pmac->u[2] = 0; in aesni_cbc_hmac_sha1_cipher()
599 pmac->u[3] = 0; in aesni_cbc_hmac_sha1_cipher()
600 pmac->u[4] = 0; in aesni_cbc_hmac_sha1_cipher()
652 pmac->u[0] = BSWAP4(pmac->u[0]); in aesni_cbc_hmac_sha1_cipher()
653 pmac->u[1] = BSWAP4(pmac->u[1]); in aesni_cbc_hmac_sha1_cipher()
654 pmac->u[2] = BSWAP4(pmac->u[2]); in aesni_cbc_hmac_sha1_cipher()
655 pmac->u[3] = BSWAP4(pmac->u[3]); in aesni_cbc_hmac_sha1_cipher()
[all …]
/netbsd/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_aes_cbc_hmac_sha256.c512 } mac, *pmac; in aesni_cbc_hmac_sha256_cipher() local
589 pmac->u[0] = 0; in aesni_cbc_hmac_sha256_cipher()
590 pmac->u[1] = 0; in aesni_cbc_hmac_sha256_cipher()
657 pmac->u[0] = BSWAP4(pmac->u[0]); in aesni_cbc_hmac_sha256_cipher()
658 pmac->u[1] = BSWAP4(pmac->u[1]); in aesni_cbc_hmac_sha256_cipher()
659 pmac->u[2] = BSWAP4(pmac->u[2]); in aesni_cbc_hmac_sha256_cipher()
660 pmac->u[3] = BSWAP4(pmac->u[3]); in aesni_cbc_hmac_sha256_cipher()
661 pmac->u[4] = BSWAP4(pmac->u[4]); in aesni_cbc_hmac_sha256_cipher()
662 pmac->u[5] = BSWAP4(pmac->u[5]); in aesni_cbc_hmac_sha256_cipher()
663 pmac->u[6] = BSWAP4(pmac->u[6]); in aesni_cbc_hmac_sha256_cipher()
[all …]
H A De_aes_cbc_hmac_sha1.c483 } mac, *pmac; in aesni_cbc_hmac_sha1_cipher() local
601 pmac->u[0] = 0; in aesni_cbc_hmac_sha1_cipher()
602 pmac->u[1] = 0; in aesni_cbc_hmac_sha1_cipher()
603 pmac->u[2] = 0; in aesni_cbc_hmac_sha1_cipher()
604 pmac->u[3] = 0; in aesni_cbc_hmac_sha1_cipher()
605 pmac->u[4] = 0; in aesni_cbc_hmac_sha1_cipher()
657 pmac->u[0] = BSWAP4(pmac->u[0]); in aesni_cbc_hmac_sha1_cipher()
658 pmac->u[1] = BSWAP4(pmac->u[1]); in aesni_cbc_hmac_sha1_cipher()
659 pmac->u[2] = BSWAP4(pmac->u[2]); in aesni_cbc_hmac_sha1_cipher()
660 pmac->u[3] = BSWAP4(pmac->u[3]); in aesni_cbc_hmac_sha1_cipher()
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/pkcs12/
H A Dp12_mutl.c23 void PKCS12_get0_mac(const ASN1_OCTET_STRING **pmac, in PKCS12_get0_mac() argument
30 X509_SIG_get0(p12->mac->dinfo, pmacalg, pmac); in PKCS12_get0_mac()
36 if (pmac) in PKCS12_get0_mac()
37 *pmac = NULL; in PKCS12_get0_mac()
/netbsd/crypto/external/bsd/openssl/dist/crypto/pkcs12/
H A Dp12_mutl.c29 void PKCS12_get0_mac(const ASN1_OCTET_STRING **pmac, in PKCS12_get0_mac() argument
36 X509_SIG_get0(p12->mac->dinfo, pmacalg, pmac); in PKCS12_get0_mac()
42 if (pmac) in PKCS12_get0_mac()
43 *pmac = NULL; in PKCS12_get0_mac()
/netbsd/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dpkcs12.h79 void PKCS12_get0_mac(const ASN1_OCTET_STRING **pmac,
/netbsd/external/apache2/llvm/autoconf/autoconf/
H A Dconfig.sub1278 pmac | pmac-mpw)
/netbsd/external/bsd/libpcap/dist/
H A Dconfig.sub1263 pmac | pmac-mpw)
/netbsd/external/bsd/tcpdump/dist/
H A Dconfig.sub1263 pmac | pmac-mpw)
/netbsd/external/bsd/openpam/dist/
H A Dconfig.sub1257 pmac | pmac-mpw)
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/
H A Dpkcs12.h.in96 void PKCS12_get0_mac(const ASN1_OCTET_STRING **pmac,
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-00014206 * Makefile.am (BFD32_BACKENDS): Remove coff-pmac.lo.
4207 (BFD32_BACKENDS_CFILES): Remove coff-pmac.c.
4211 * configure.in (pmac_xcoff_vec): Replace coff-pmac.lo with
4248 * Makefile.am coff-pmac bfd now defined in coff-rs6000.c
5430 * coff-pmac.c: Likewise.
6128 * coff-pmac.c: Fix formatting.
8279 * coff-pmac.c: Ditto.
8433 (coff-pmac.lo, coff-rs6000.lo, coff64-rs6000.lo): Add dependency
8437 * coff-pmac.c: Use xcoff.h instead of coff-rs6000.c.
H A DChangeLog-9495498 * coff-pmac.c (pmac_xcoff_vec): Remove.
1025 * coff-pmac.c: Include coff-rs6000.c instead of duplicating its
1488 * Makefile.in (BFD32_BACKENDS): Add coff-pmac.o.
1489 * coff-pmac.c: New file, PowerMac XCOFF support.
H A DChangeLog-20112725 * coff-pmac: Remove
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A DChangeLog-00014206 * Makefile.am (BFD32_BACKENDS): Remove coff-pmac.lo.
4207 (BFD32_BACKENDS_CFILES): Remove coff-pmac.c.
4211 * configure.in (pmac_xcoff_vec): Replace coff-pmac.lo with
4248 * Makefile.am coff-pmac bfd now defined in coff-rs6000.c
5430 * coff-pmac.c: Likewise.
6128 * coff-pmac.c: Fix formatting.
8279 * coff-pmac.c: Ditto.
8433 (coff-pmac.lo, coff-rs6000.lo, coff64-rs6000.lo): Add dependency
8437 * coff-pmac.c: Use xcoff.h instead of coff-rs6000.c.
H A DChangeLog-9495498 * coff-pmac.c (pmac_xcoff_vec): Remove.
1025 * coff-pmac.c: Include coff-rs6000.c instead of duplicating its
1488 * Makefile.in (BFD32_BACKENDS): Add coff-pmac.o.
1489 * coff-pmac.c: New file, PowerMac XCOFF support.
H A DChangeLog-20112725 * coff-pmac: Remove
/netbsd/external/gpl3/gdb/dist/bfd/
H A DChangeLog-00014206 * Makefile.am (BFD32_BACKENDS): Remove coff-pmac.lo.
4207 (BFD32_BACKENDS_CFILES): Remove coff-pmac.c.
4211 * configure.in (pmac_xcoff_vec): Replace coff-pmac.lo with
4248 * Makefile.am coff-pmac bfd now defined in coff-rs6000.c
5430 * coff-pmac.c: Likewise.
6128 * coff-pmac.c: Fix formatting.
8279 * coff-pmac.c: Ditto.
8433 (coff-pmac.lo, coff-rs6000.lo, coff64-rs6000.lo): Add dependency
8437 * coff-pmac.c: Use xcoff.h instead of coff-rs6000.c.
H A DChangeLog-9495498 * coff-pmac.c (pmac_xcoff_vec): Remove.
1025 * coff-pmac.c: Include coff-rs6000.c instead of duplicating its
1488 * Makefile.in (BFD32_BACKENDS): Add coff-pmac.o.
1489 * coff-pmac.c: New file, PowerMac XCOFF support.
H A DChangeLog-20112725 * coff-pmac: Remove
/netbsd/external/gpl3/binutils/dist/bfd/
H A DChangeLog-00014206 * Makefile.am (BFD32_BACKENDS): Remove coff-pmac.lo.
4207 (BFD32_BACKENDS_CFILES): Remove coff-pmac.c.
4211 * configure.in (pmac_xcoff_vec): Replace coff-pmac.lo with
4248 * Makefile.am coff-pmac bfd now defined in coff-rs6000.c
5430 * coff-pmac.c: Likewise.
6128 * coff-pmac.c: Fix formatting.
8279 * coff-pmac.c: Ditto.
8433 (coff-pmac.lo, coff-rs6000.lo, coff64-rs6000.lo): Add dependency
8437 * coff-pmac.c: Use xcoff.h instead of coff-rs6000.c.
H A DChangeLog-9495498 * coff-pmac.c (pmac_xcoff_vec): Remove.
1025 * coff-pmac.c: Include coff-rs6000.c instead of duplicating its
1488 * Makefile.in (BFD32_BACKENDS): Add coff-pmac.o.
1489 * coff-pmac.c: New file, PowerMac XCOFF support.

12