/freebsd/crypto/openssl/providers/ |
H A D | fips.module.sources | 503 providers/implementations/asymciphers/rsa_enc.c 504 providers/implementations/ciphers/cipher_aes.c 505 providers/implementations/ciphers/cipher_aes.h 506 providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c 507 providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.h 508 providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c 509 providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c 510 providers/implementations/ciphers/cipher_aes_ccm.c 511 providers/implementations/ciphers/cipher_aes_ccm.h 512 providers/implementations/ciphers/cipher_aes_ccm_hw.c [all …]
|
H A D | fips-sources.checksums | 503 99baeec10374301e90352ab637056104a8ea28a6880804f44c640d0c9ee16eba providers/implementations/asymcip… 504 4db1826ecce8b60cb641bcd7a61430ec8cef73d2fe3cbc06aa33526afe1c954a providers/implementations/ciphers… 505 6ba7d817081cf0d87ba7bfb38cd9d70e41505480bb8bc796ef896f68d4514ea6 providers/implementations/ciphers… 506 aef500281e7cd5a25a806a9bd45ec00a5b73984673202527dac5896fbcc9fa9c providers/implementations/ciphers… 507 7668e5c1cac474ad7b0f28aa78ca885edf44815fe4a606a6cd328b3c02fac25a providers/implementations/ciphers… 508 26e0f28523b416ba4067e471061f5a11fd76f5dc8bfe57ce37a137cf5667630b providers/implementations/ciphers… 509 6d2ab2e059ef38fad342d4c65eebd533c08a2092bb174ff3566c6604e175c5a4 providers/implementations/ciphers… 510 f37c3cf9e2e6fcfcbed941f3670b790fe09990349db72eb065bef51705d46e96 providers/implementations/ciphers… 511 00f36bf48e522dbb5ec71df0ec13e387955fa3672e6ff90e8a412ae95c4a642f providers/implementations/ciphers… 512 6337b570e0dc4e98af07aa9704254d3ab958cf605584e250fbd76cd1d2a25ac7 providers/implementations/ciphers… [all …]
|
H A D | build.info | 4 # libfips.a Contains all algorithm implementations that should 8 # liblegacy.a Contains all algorithm implementations that should 12 # libdefault.a Contains all algorithm implementations that should 17 # libfips.a the sources from providers/implementations. 30 # Code in providers/implementations/ should be written in such a way that 34 SUBDIRS=common implementations 45 # Enough of our implementations include prov/ciphercommon.h (present in 46 # providers/implementations/include), which includes crypto/*_platform.h 49 $COMMON_INCLUDES=../crypto ../include implementations/include common/include 79 INCLUDE[$DEFAULTGOAL]=implementations/include [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_DECODER_CTX_new_for_pkey.pod | 39 B<OSSL_DECODER_CTX>, finds all applicable decoder implementations and sets 49 L<EVP_KEYMGMT(3)> implementations, and then builds a list of all potential 50 decoder implementations that may be able to process the encoded input into 51 data suitable for B<EVP_PKEY>s. All these implementations are implicitly 54 The search of decoder implementations can be limited with I<input_type> and 56 NULL is valid for both of them and signifies that the decoder implementations 62 The search of decoder implementations can also be limited with I<keytype> 64 NULL and zero are valid and signify that the decoder implementations will 90 Available input types depend on the implementations that available providers 93 Among the known input types that OpenSSL decoder implementations offer [all …]
|
H A D | EVP_KDF.pod | 167 implementations, calls the given function I<fn> with the implementation method 189 Some KDF implementations require a password. 190 For those KDF implementations that support it, this parameter sets the password. 194 Some KDF implementations can take a non-secret unique cryptographic salt. 195 For those KDF implementations that support it, this parameter sets the salt. 201 Some KDF implementations require an iteration count. 202 For those KDF implementations that support it, this parameter sets the 215 For KDF implementations that use an underlying computation MAC, digest or 222 implementations. 226 Some KDF implementations requir [all...] |
H A D | OSSL_ENCODER_CTX_new_for_pkey.pod | 41 B<OSSL_ENCODER_CTX>, finds all applicable encoder implementations and sets 51 applicable encoder implementations that are used to process the I<pkey> into 53 I<output_structure> if that's relevant. All these implementations are 67 directly itself or by other implementations, or it may choose to fetch 87 implementations. 89 OpenSSL has built in implementations for the following output types: 114 These are only 'hints' since the encoder implementations are free to
|
H A D | EC_GFp_simple_method.pod | 32 The Elliptic Curve library provides a number of different implementations through a single common i… 41 other implementations are based on this one. EC_GFp_mont_method builds on EC_GFp_simple_method but … 47 optimised implementations for the NIST P224, P256 and P521 curves respectively. Note, however, that… 48 implementations are not available on all platforms.
|
H A D | PKCS12_PBE_keyivgen.pod | 41 implementations. 51 implementations. 69 are used to select appropriate algorithm implementations.
|
/freebsd/contrib/arm-optimized-routines/networking/test/ |
H A D | chksum.c | 73 } implementations[] = variable 88 for (int i = 0; implementations[i].name != NULL; i++) in find_impl() 90 if (strcmp(implementations[i].name, name) == 0) in find_impl() 265 for (int i = 0; implementations[i].name != NULL; i++) in main() 267 printf(" %s", implementations[i].name); in main() 278 CKSUM_FP = implementations[IMPL].cksum_fp; in main() 291 printf("Implementation: %s\n", implementations[IMPL].name); in main()
|
/freebsd/secure/lib/libcrypto/modules/legacy/ |
H A D | Makefile | 31 .PATH: ${LCRYPTO_SRC}/providers/implementations/ciphers \ 32 ${LCRYPTO_SRC}/providers/implementations/digests \ 33 ${LCRYPTO_SRC}/providers/implementations/kdfs \
|
/freebsd/usr.bin/sed/ |
H A D | POSIX | 17 1. 32V and BSD derived implementations of sed strip the text 74 (e.g. /foo/!!!p). Historic implementations allow any number of 101 11. Historical implementations do not output the change text of a c 119 Historic implementations did not output the text in the above 129 13. Historical implementations allow an output suppressing #n at the 138 command. Historic sed implementations behave differently for "ls | 153 As historic sed implementations always discarded the backslash, 158 is not true for historic implementations or this implementation 163 Historic implementations of sed assigned different locations to 181 22. Historic implementations of sed ignore the RE delimiter characters [all …]
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | openssl-glossary.pod | 34 the algorithm implementations in the Base Provider are also available in the 49 implementations. It is loaded by default if no other provider is available. All 50 the algorithm implementations in the Base Provider are also available in the 81 implementations, applying selection criteria (via a property query string), and 90 An OpenSSL Provider that contains OpenSSL algorithm implementations that have 105 An OpenSSL Provider that contains algorithm implementations that are considered 127 An OpenSSL Provider that contains no algorithm implementations. This can be 175 A property is a way of classifying and selecting algorithm implementations. 177 implementations in the default provider have the property "provider=default". 198 implementations. Providers can come from OpenSSL itself or from third parties.
|
H A D | crypto.pod | 15 provided by this library are used by the OpenSSL implementations of TLS and 28 implementations available for use. For example the RSA algorithm is available as 32 implementations such as in a hardware security module (HSM). 48 implementations. In order to use an algorithm you must have at least one 103 Fetching is the process of looking through the available implementations, 115 algorithm implementations in the default provider. 186 L<EVP_DigestSignInit(3)> and friends, all fetch the implementations 280 implementations. 361 contains all of the most commonly used algorithm implementations. Should it be 362 needed (if other providers are loaded and offer implementations of the same [all …]
|
H A D | evp.pod | 71 implementations. If ENGINE implementations of ciphers or digests are registered 73 implementations automatically in preference to built in software 74 implementations. For more information, consult the engine(3) man page.
|
H A D | OSSL_PROVIDER-legacy.pod | 9 The OpenSSL legacy provider supplies OpenSSL implementations of algorithms 18 The implementations in this provider specifically has this property 33 make sure to get implementations of this provider and none other.
|
H A D | EVP_CIPHER-AES.pod | 5 EVP_CIPHER-AES - The AES EVP_CIPHER implementations 66 The AES-SIV and AES-WRAP mode implementations do not support streaming. That 70 The AES-XTS implementations allow streaming to be performed, but each
|
H A D | EVP_MD-common.pod | 5 EVP_MD-common - The OpenSSL EVP_MD implementations, common things 9 All the OpenSSL EVP_MD implementations understand the following
|
H A D | OSSL_PROVIDER-default.pod | 10 algorithm implementations. If an application doesn't specify anything else 26 The implementations in this provider specifically have this property 41 implementations of this provider and none other. 43 Some implementations may define additional properties. Exact information is
|
/freebsd/contrib/cortex-strings/ |
H A D | README | 6 Various implementations of these routines are provided, including generic 7 implementations for ARMv7-A cores with/without Neon, Thumb2 implementations 8 and generic implementations for cores supporting AArch64. 22 implementations gathered from around the Internet 24 check and report on the different implementations. 101 Some of the implementations have been collected from other
|
/freebsd/crypto/openssl/ |
H A D | README-ENGINES.md | 8 interface for adding alternative implementations of cryptographic 14 users who need to maintain or support existing ENGINE implementations. 19 Built-in ENGINE implementations 22 There are currently built-in ENGINE implementations for the following 29 In addition, dynamic binding to external ENGINE implementations is now 43 the ENGINE model so that alternative implementations of existing 45 ENGINE implementations. 84 development and/or testing of the implementations, and *usually* (with no 89 file), and in the case of implementations for commercial hardware 127 for testing and examination of ENGINE implementations. Basic usage [all …]
|
H A D | README-PROVIDERS.md | 15 Providers are containers for algorithm implementations. Whenever a cryptographic 29 algorithm implementations. If an application doesn't specify anything else 57 The FIPS provider contains a sub-set of the algorithm implementations available 62 implementations in this provider compared to the equivalent algorithm in the 78 implementations. In order to guarantee that the default provider is not
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | cros-ec.txt | 24 - google,cros-ec-spi-pre-delay: Some implementations of the EC need a little 28 - google,cros-ec-spi-msg-delay: Some implementations of the EC require some 41 - google,has-vbc-nvram: Some implementations of the EC include a small
|
/freebsd/crypto/openssl/crypto/engine/ |
H A D | README.md | 50 ciphers simultaneously registers cipher *types* and cipher *implementations* - 62 Ie. all implementations *have* to come from an ENGINE, but we get round that by 69 implementations of certain functionality. Touching any part of any kind of 82 for a fallback ENGINE that encapsulates default implementations - we can simply 88 and the existing EVP API functions that return "software" implementations and 97 implementations *registered*. As such, a NULL ENGINE pointer is stored in the 113 course, when one of these "private" cipher implementations is hooked into 151 implementations of "des_cbc" are added or removed. This behaviour can be 163 implementations. In other words, the ENGINE_TABLE for RSA will either be empty, 174 registered any of its implementations (to do so would link all class "table" [all …]
|
/freebsd/sys/arm/arm/ |
H A D | platform_if.m | 43 * implementations 44 * @brief A set of methods required by all platform implementations. 53 # Default implementations
|
/freebsd/secure/lib/libcrypto/ |
H A D | Makefile | 705 ${LCRYPTO_SRC}/providers/implementations/asymciphers \ 706 ${LCRYPTO_SRC}/providers/implementations/ciphers \ 707 ${LCRYPTO_SRC}/providers/implementations/digests \ 708 ${LCRYPTO_SRC}/providers/implementations/encode_decode \ 709 ${LCRYPTO_SRC}/providers/implementations/exchange \ 710 ${LCRYPTO_SRC}/providers/implementations/kdfs \ 711 ${LCRYPTO_SRC}/providers/implementations/kem \ 712 ${LCRYPTO_SRC}/providers/implementations/keymgmt \ 713 ${LCRYPTO_SRC}/providers/implementations/macs \ 714 ${LCRYPTO_SRC}/providers/implementations/rands \ [all …]
|