Lines Matching refs:algorithms
1 Fetching composite algorithms and using them - adding the bits still missing
8 fetching composite algorithms (such as AES-128-CBC or HMAC-SHA256), and
12 However, there is one class of algorithms where the support for *using*
13 explicitly fetched algorithms is lacking: asymmetric algorithms.
49 - [Functions for explicitly fetched signature algorithms]
50 - [Functions for explicitly fetched asym-cipher algorithms] (not yet designed)
51 - [Functions for explicitly fetched keyexch algorithms] (not yet designed)
64 known as "sigalgs", but this is really broader than just signature algorithms.
84 composite algorithms, although our providers do not fully participate in
116 There are some classes of algorithms for which we have no support for using
118 provider to declare composite algorithms through the `OSSL_ALGORITHM` array,
121 This all revolves around asymmetric algorithms, where we currently only
127 declare all algorithms through `OSSL_ALGORITHM` arrays.
128 - It fails the applications in terms of being able to fetch algorithms and
134 [Functions for explicitly fetched signature algorithms]:
135 functions-for-explicitly-fetched-signature-algorithms.md