OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ossl_
(Results
1 - 25
of
51
) sorted by relevancy
1
2
3
/src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
ciphercommon_aead.h
30
const OSSL_DISPATCH
ossl_
##alg##kbits##lc##_functions[] = { \
34
{ OSSL_FUNC_CIPHER_ENCRYPT_INIT, (void (*)(void))
ossl_
##lc##_einit }, \
35
{ OSSL_FUNC_CIPHER_DECRYPT_INIT, (void (*)(void))
ossl_
##lc##_dinit }, \
36
{ OSSL_FUNC_CIPHER_UPDATE, (void (*)(void))
ossl_
##lc##_stream_update }, \
37
{ OSSL_FUNC_CIPHER_FINAL, (void (*)(void))
ossl_
##lc##_stream_final }, \
38
{ OSSL_FUNC_CIPHER_CIPHER, (void (*)(void))
ossl_
##lc##_cipher }, \
42
(void (*)(void))
ossl_
##lc##_get_ctx_params }, \
44
(void (*)(void))
ossl_
##lc##_set_ctx_params }, \
digestcommon.h
75
const OSSL_DISPATCH
ossl_
##name##_functions[] = { \
/src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/
ciphercommon_aead.h
34
const OSSL_DISPATCH
ossl_
##alg##kbits##lc##_functions[] = { \
38
{ OSSL_FUNC_CIPHER_ENCRYPT_INIT, (void (*)(void))
ossl_
##lc##_einit }, \
39
{ OSSL_FUNC_CIPHER_DECRYPT_INIT, (void (*)(void))
ossl_
##lc##_dinit }, \
40
{ OSSL_FUNC_CIPHER_UPDATE, (void (*)(void))
ossl_
##lc##_stream_update }, \
41
{ OSSL_FUNC_CIPHER_FINAL, (void (*)(void))
ossl_
##lc##_stream_final }, \
42
{ OSSL_FUNC_CIPHER_CIPHER, (void (*)(void))
ossl_
##lc##_cipher }, \
46
(void (*)(void))
ossl_
##lc##_get_ctx_params }, \
48
(void (*)(void))
ossl_
##lc##_set_ctx_params }, \
digestcommon.h
83
const OSSL_DISPATCH
ossl_
##name##_functions[] = { \
/src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_gcm_siv.c
274
static OSSL_FUNC_cipher_newctx_fn
ossl_
##alg##kbits##_##lc##_newctx; \
275
static OSSL_FUNC_cipher_freectx_fn
ossl_
##alg##_##lc##_freectx; \
276
static OSSL_FUNC_cipher_dupctx_fn
ossl_
##alg##_##lc##_dupctx; \
277
static OSSL_FUNC_cipher_encrypt_init_fn
ossl_
##alg##_##lc##_einit; \
278
static OSSL_FUNC_cipher_decrypt_init_fn
ossl_
##alg##_##lc##_dinit; \
279
static OSSL_FUNC_cipher_update_fn
ossl_
##alg##_##lc##_stream_update; \
280
static OSSL_FUNC_cipher_final_fn
ossl_
##alg##_##lc##_stream_final; \
281
static OSSL_FUNC_cipher_cipher_fn
ossl_
##alg##_##lc##_cipher; \
282
static OSSL_FUNC_cipher_get_params_fn
ossl_
##alg##_##kbits##_##lc##_get_params; \
283
static OSSL_FUNC_cipher_get_ctx_params_fn
ossl_
##alg##_##lc##_get_ctx_params;
[
all
...]
cipher_cts.h
21
const OSSL_DISPATCH
ossl_
##alg##kbits##lcmode##_cts_functions[] = { \
cipher_rc4.c
91
const OSSL_DISPATCH
ossl_
##alg##kbits##_functions[] = { \
cipher_aes_cbc_hmac_sha.c
28
const OSSL_DISPATCH
ossl_
##nm##kbits##sub##_functions[] = { \
407
const OSSL_DISPATCH
ossl_
##nm##kbits##sub##_functions[] = { \
/src/crypto/external/bsd/openssl/dist/providers/
decoders.inc
31
(
ossl_
##_input##_to_##_output##_decoder_functions) }
36
(
ossl_
##_structure##_##_input##_to_##_output##_decoder_functions) }
encoders.inc
35
(
ossl_
##_sym##_to_text_encoder_functions) }
39
(
ossl_
##_sym##_to_##_output##_encoder_functions) }
44
(
ossl_
##_sym##_to_##_structure##_##_output##_encoder_functions) }
/src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/
encode_key2blob.c
132
return ossl_prov_import_key(
ossl_
##impl##_keymgmt_functions, \
137
ossl_prov_free_key(
ossl_
##impl##_keymgmt_functions, key); \
158
const OSSL_DISPATCH
ossl_
##impl##_to_blob_encoder_functions[] = { \
encode_key2ms.c
189
return ossl_prov_import_key(
ossl_
##impl##_keymgmt_functions, \
194
ossl_prov_free_key(
ossl_
##impl##_keymgmt_functions, key); \
211
const OSSL_DISPATCH
ossl_
##impl##_to_##output##_encoder_functions[] = { \
decode_pvk2key.c
252
ossl_
##keytype##_keymgmt_functions, \
263
ossl_
##pvk_to_##keytype##_decoder_functions[] \
encode_key2text.c
662
return ossl_prov_import_key(
ossl_
##impl##_keymgmt_functions, \
667
ossl_prov_free_key(
ossl_
##impl##_keymgmt_functions, key); \
684
const OSSL_DISPATCH
ossl_
##impl##_to_text_encoder_functions[] = { \
/src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
encode_key2blob.c
132
return ossl_prov_import_key(
ossl_
##impl##_keymgmt_functions, \
137
ossl_prov_free_key(
ossl_
##impl##_keymgmt_functions, key); \
158
const OSSL_DISPATCH
ossl_
##impl##_to_blob_encoder_functions[] = { \
encode_key2ms.c
189
return ossl_prov_import_key(
ossl_
##impl##_keymgmt_functions, \
194
ossl_prov_free_key(
ossl_
##impl##_keymgmt_functions, key); \
211
const OSSL_DISPATCH
ossl_
##impl##_to_##output##_encoder_functions[] = { \
decode_pvk2key.c
228
ossl_
##keytype##_keymgmt_functions, \
239
ossl_
##pvk_to_##keytype##_decoder_functions[] = { \
encode_key2text.c
823
return ossl_prov_import_key(
ossl_
##impl##_keymgmt_functions, \
828
ossl_prov_free_key(
ossl_
##impl##_keymgmt_functions, key); \
845
const OSSL_DISPATCH
ossl_
##impl##_to_text_encoder_functions[] = { \
/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
evp-openssl.c
268
static hc_EVP_CIPHER
ossl_
##name##_st; \
269
static const hc_EVP_CIPHER *
ossl_
##name; \
271
return get_EVP_CIPHER(&once, &
ossl_
##name##_st, &
ossl_
##name, \
393
static const hc_EVP_MD *
ossl_
##name; \
400
static hc_EVP_MD
ossl_
##name##_st; \
402
return get_EVP_MD(&once, &
ossl_
##name##_st, &
ossl_
##name, \
/src/crypto/external/apache2/openssl/dist/providers/
encoders.inc
35
(
ossl_
##_sym##_to_text_encoder_functions) }
39
(
ossl_
##_sym##_to_##_output##_encoder_functions) }
44
(
ossl_
##_sym##_to_##_structure##_##_output##_encoder_functions) }
decoders.inc
31
(
ossl_
##_input##_to_##_output##_decoder_functions) }
36
(
ossl_
##_structure##_##_input##_to_##_output##_decoder_functions) }
/src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_cts.h
21
const OSSL_DISPATCH
ossl_
##alg##kbits##lcmode##_cts_functions[] = { \
cipher_rc4.c
93
const OSSL_DISPATCH
ossl_
##alg##kbits##_functions[] = { \
/src/crypto/external/apache2/openssl/dist/util/
mknum.pl
80
next if $_->{returntype} =~ /\b(?:
ossl_
)inline/;
/src/crypto/external/bsd/openssl/dist/util/
mknum.pl
80
next if $_->{returntype} =~ /\b(?:
ossl_
)inline/;
Completed in 39 milliseconds
1
2
3
Indexes created Sun Mar 01 05:31:48 UTC 2026