Lines Matching refs:SPI
28 1. The libgss SPI upto 11/2004
30 Prior to PSARC 2004/810 the libgss SPI consisted of a function
40 2. The libgss SPI after PSARC 2004/810
44 together and in anticipation of a cleaner SPI in the future (see
45 next section) the SPI after PSARC 2004/810 will be as before but
48 - any new SPI mechanism methods will NOT be placed in gss_config,
67 <gss_func>_sfct -- the 's' in 'sfct' is for "SPI" and the 'fct'
70 3. The Future libgss SPI
77 argument from all the libgss SPI function prototypes, the main
85 The SPI, then, will be almost exactly the same as the API.
88 functions won't have a corresponding SPI method, such as
91 Some time later we may open the SPI to third party implementors;
112 - libgss will dlsym() each mechanism provider SPI method.