OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:derive_init
(Results
1 - 12
of
12
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/crypto/evp/
pmeth_fn.c
213
if (!ctx->pmeth->
derive_init
)
215
ret = ctx->pmeth->
derive_init
(ctx);
pmeth_lib.c
228
dst->
derive_init
= src->
derive_init
;
625
int (*
derive_init
) (EVP_PKEY_CTX *ctx),
630
pmeth->
derive_init
=
derive_init
;
834
*pderive_init = pmeth->
derive_init
;
/src/crypto/external/apache2/openssl/dist/crypto/evp/
exchange.c
373
if (ctx->pmeth->
derive_init
== NULL)
375
ret = ctx->pmeth->
derive_init
(ctx);
pmeth_lib.c
1790
int (*
derive_init
)(EVP_PKEY_CTX *ctx),
1795
pmeth->
derive_init
=
derive_init
;
1998
*pderive_init = pmeth->
derive_init
;
/src/crypto/external/bsd/openssl/dist/crypto/evp/
exchange.c
367
if (ctx->pmeth->
derive_init
== NULL)
369
ret = ctx->pmeth->
derive_init
(ctx);
pmeth_lib.c
1868
int (*
derive_init
) (EVP_PKEY_CTX *ctx),
1873
pmeth->
derive_init
=
derive_init
;
2077
*pderive_init = pmeth->
derive_init
;
/src/crypto/external/bsd/openssl.old/dist/include/crypto/
evp.h
76
int (*
derive_init
) (EVP_PKEY_CTX *ctx);
member in struct:evp_pkey_method_st
/src/crypto/external/bsd/openssl/dist/include/crypto/
evp.h
168
int (*
derive_init
) (EVP_PKEY_CTX *ctx);
member in struct:evp_pkey_method_st
/src/crypto/external/apache2/openssl/dist/include/crypto/
evp.h
178
int (*
derive_init
)(EVP_PKEY_CTX *ctx);
member in struct:evp_pkey_method_st
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
evp.h
1503
int (*
derive_init
) (EVP_PKEY_CTX *ctx),
/src/crypto/external/bsd/openssl/dist/include/openssl/
evp.h
2044
(EVP_PKEY_METHOD *pmeth, int (*
derive_init
) (EVP_PKEY_CTX *ctx),
/src/crypto/external/apache2/openssl/dist/include/openssl/
evp.h
2137
OSSL_DEPRECATEDIN_3_0 void EVP_PKEY_meth_set_derive(EVP_PKEY_METHOD *pmeth, int (*
derive_init
)(EVP_PKEY_CTX *ctx),
Completed in 77 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026