Home
last modified time | relevance | path

Searched refs:func_rc (Results 1 – 25 of 59) sorted by relevance

123

/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/lib/
H A Dwrappedkey_helper.h29 func_rc _wrappedkey_parser_wkey_set_wrapping_key(wrappedKeyCtx *ctx, void *buffer, size_t len);
31 func_rc _wrappedkey_parser_wkey_set_wrapping_param_hash(wrappedKeyCtx *ctx, CK_MECHANISM_TYPE hash);
32 func_rc _wrappedkey_parser_wkey_set_wrapping_param_mgf(wrappedKeyCtx *ctx, CK_MECHANISM_TYPE mgf);
33 func_rc _wrappedkey_parser_wkey_set_wrapping_param_label(wrappedKeyCtx *ctx, void *buffer, size_t l…
34 func_rc _wrappedkey_parser_wkey_set_wrapping_param_iv(wrappedKeyCtx *ctx, void *buffer, size_t len);
35 func_rc _wrappedkey_parser_wkey_set_wrapping_param_flavour(wrappedKeyCtx *wctx, CK_MECHANISM_TYPE w…
38 func_rc _wrappedkey_parser_pubk_append_pem(wrappedKeyCtx *wctx, unsigned char *pem);
40 func_rc _wrappedkey_parser_wkey_set_filename(wrappedKeyCtx *wctx, char *filename);
42 func_rc _wrappedkey_parser_wkey_assign_list_to_template(wrappedKeyCtx *wctx, CK_ATTRIBUTE_TYPE attr…
43 func_rc _wrappedkey_parser_pubk_assign_list_to_template(wrappedKeyCtx *wctx, CK_ATTRIBUTE_TYPE attr…
[all …]
H A Dwrappedkey_helper.c66 func_rc rc = rc_ok; in _wrappedkey_parser_wkey_set_wrapping_alg()
131 func_rc rc = rc_ok; in _wrappedkey_parser_wkey_set_wrapping_param_label()
159 func_rc rc = rc_ok; in _wrappedkey_parser_wkey_set_wrapping_param_iv()
185 func_rc rc = rc_ok; in _wrappedkey_parser_append_attr()
282 func_rc rc = rc_ok; in _wrappedkey_parser_append_from_b64()
363 func_rc _wrappedkey_parser_wkey_set_wrapping_key(wrappedKeyCtx *wctx, void *buffer, size_t len) in _wrappedkey_parser_wkey_set_wrapping_key()
365 func_rc rc = rc_ok; in _wrappedkey_parser_wkey_set_wrapping_key()
380 func_rc _wrappedkey_parser_wkey_set_filename(wrappedKeyCtx *wctx, char *filename) in _wrappedkey_parser_wkey_set_filename()
389 func_rc rc = rc_ok; in _wrappedkey_parser_assign_list_to_template()
471 func_rc _wrappedkey_parser_add_mechanism(wrappedKeyCtx *wctx, CK_MECHANISM_TYPE attrtype) in _wrappedkey_parser_add_mechanism()
[all …]
H A Dpkcs11_wrap.c193 func_rc rc; in fprintf_wrapping_algorithm_full()
817 func_rc rc = rc_ok; in _output_wrapped_keys_b64()
868 func_rc rc = rc_ok; in _output_wrapped_key_attributes()
1038 func_rc rc = rc_ok; in _output_public_key_b64()
1059 func_rc rc = rc_ok; in _output_public_key_attributes()
1141 func_rc rc = rc_ok; in _wrap_pkcs1_15()
1346 func_rc rc = rc_ok; in _wrap_cbcpad()
1527 func_rc rc = rc_ok; in _wrap_aes_key_wrap_mech()
1687 func_rc rc = rc_ok; in _wrap_pkcs1_oaep()
1922 func_rc rc = rc_ok; in _wrap_envelope()
[all …]
H A Dpkcs11_unwrap.c40 static func_rc _unwrap_cbcpad(pkcs11Context *p11Context, wrappedKeyCtx *ctx, char *wrappedkeylabel,…
42 static func_rc _unwrap_envelope(pkcs11Context *p11Context, wrappedKeyCtx *ctx, char *wrappedkeylabe…
45 static inline func_rc _unwrap_rfc3394(pkcs11Context *p11Context, wrappedKeyCtx *ctx, char *wrappedk… in _unwrap_rfc3394()
49 static inline func_rc _unwrap_rfc5649(pkcs11Context *p11Context, wrappedKeyCtx *ctx, char *wrappedk… in _unwrap_rfc5649()
53 static inline func_rc _unwrap_pkcs1_15(pkcs11Context *p11Context, wrappedKeyCtx *ctx, char *wrapped… in _unwrap_pkcs1_15()
155 func_rc rc; in pkcs11_unwrap()
280 func_rc rc = rc_ok; in _unwrap_rsa()
487 static func_rc _unwrap_cbcpad(pkcs11Context *p11Context, wrappedKeyCtx *wctx, char *wrappedkeylabel… in _unwrap_cbcpad()
489 func_rc rc = rc_ok; in _unwrap_cbcpad()
784 func_rc rc = rc_ok; in _unwrap_aes_key_wrap_mech()
[all …]
H A Dattribctx_helper.c48 func_rc _attribctx_parser_append_attr(attribCtx *clctx, CK_ATTRIBUTE_TYPE attrtyp, void *buffer, si… in _attribctx_parser_append_attr()
50 func_rc rc = rc_ok; in _attribctx_parser_append_attr()
121 func_rc _attribctx_parser_assign_list_to_template(attribCtx *clctx, CK_ATTRIBUTE_TYPE attrtyp) in _attribctx_parser_assign_list_to_template()
123 func_rc rc = rc_ok; in _attribctx_parser_assign_list_to_template()
H A Dpkcs11_attribctx.c114 func_rc pkcs11_parse_attribs_from_argv(attribCtx *ctx , int pos, int argc, char **argv, const char … in pkcs11_parse_attribs_from_argv()
116 func_rc rc = rc_ok; in pkcs11_parse_attribs_from_argv()
216 func_rc pkcs11_attribctx_add_mechanism(attribCtx *ctx, CK_MECHANISM_TYPE attrtype) in pkcs11_attribctx_add_mechanism()
218 func_rc rc = rc_error_invalid_argument; in pkcs11_attribctx_add_mechanism()
234 func_rc pkcs11_attribctx_free_mechanisms(attribCtx *ctx) in pkcs11_attribctx_free_mechanisms()
H A Dpkcs11_context.c81 func_rc pkcs11_initialize( pkcs11Context * p11Context ) in pkcs11_initialize()
83 func_rc rc = rc_ok; in pkcs11_initialize()
164 func_rc pkcs11_finalize( pkcs11Context * p11Context ) in pkcs11_finalize()
166 func_rc rc = rc_ok; in pkcs11_finalize()
H A Dattribctx_helper.h27 func_rc _attribctx_parser_append_attr(attribCtx *ctx, CK_ATTRIBUTE_TYPE attrtyp, void *buffer, size…
28 func_rc _attribctx_parser_assign_list_to_template(attribCtx *clctx, CK_ATTRIBUTE_TYPE attrtyp );
H A Dpkcs11_random.c26 func_rc pkcs11_getrandombytes(pkcs11Context *p11Context, CK_BYTE_PTR buffer, CK_ULONG desired_lengt… in pkcs11_getrandombytes()
28 func_rc rc=rc_ok; in pkcs11_getrandombytes()
H A Dpkcs11_keygen.c61 func_rc pkcs11_genAES( pkcs11Context * p11ctx, in pkcs11_genAES()
69 func_rc rc = rc_ok; in pkcs11_genAES()
175 func_rc pkcs11_genDESX( pkcs11Context * p11ctx, in pkcs11_genDESX()
183 func_rc rc = rc_ok; in pkcs11_genDESX()
308 func_rc pkcs11_genGeneric( pkcs11Context * p11ctx, in pkcs11_genGeneric()
317 func_rc rc = rc_ok; in pkcs11_genGeneric()
462 func_rc pkcs11_genRSA( pkcs11Context * p11ctx, in pkcs11_genRSA()
471 func_rc rc = rc_ok; in pkcs11_genRSA()
669 static func_rc pkcs11_genEX( pkcs11Context * p11ctx, in pkcs11_genEX()
679 func_rc rc = rc_ok; in pkcs11_genEX()
[all …]
H A Dpkcs11_libinfo.c36 func_rc pkcs11_info_library(pkcs11Context *p11Context) in pkcs11_info_library()
38 func_rc rc=rc_error_library; in pkcs11_info_library()
H A Dpkcs11_slotinfo.c36 func_rc pkcs11_info_slot(pkcs11Context *p11Context) in pkcs11_info_slot()
38 func_rc rc=rc_ok; in pkcs11_info_slot()
194 func_rc pkcs11_info_ecsupport(pkcs11Context *p11Context) in pkcs11_info_ecsupport()
196 func_rc rc=rc_ok; in pkcs11_info_ecsupport()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/include/
H A Dpkcs11lib.h94 } func_rc; typedef
369 func_rc pkcs11_error( CK_RV, char * const );
370 func_rc pkcs11_warning( CK_RV, char * const );
390 func_rc pkcs11_initialize( pkcs11Context * );
391 func_rc pkcs11_finalize( pkcs11Context * );
482 func_rc pkcs11_genAES( pkcs11Context * p11Context,
508 func_rc pkcs11_genRSA( pkcs11Context * p11Context,
517 func_rc pkcs11_genEC( pkcs11Context * p11Context,
526 func_rc pkcs11_genED( pkcs11Context * p11Context,
537 func_rc pkcs11_genDSA(pkcs11Context * p11Context,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Sema/
H A Dno_callconv.cpp8 void __regcall func_rc() {} // expected-error {{'__regcall' calling convention is not supported for… in func_rc() function
23 void __regcall func_rc() {} in func_rc() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Sema/
H A Dno_callconv.cpp8 void __regcall func_rc() {} // expected-error {{'__regcall' calling convention is not supported for… in func_rc() function
23 void __regcall func_rc() {} in func_rc() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Sema/
H A Dno_callconv.cpp8 void __regcall func_rc() {} // expected-error {{'__regcall' calling convention is not supported for… in func_rc() function
23 void __regcall func_rc() {} in func_rc() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dno_callconv.cpp8 void __regcall func_rc() {} // expected-error {{'__regcall' calling convention is not supported for… in func_rc() function
23 void __regcall func_rc() {} in func_rc() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Sema/
H A Dno_callconv.cpp8 void __regcall func_rc() {} // expected-error {{'__regcall' calling convention is not supported for… in func_rc() function
23 void __regcall func_rc() {} in func_rc() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Sema/
H A Dno_callconv.cpp8 void __regcall func_rc() {} // expected-error {{'__regcall' calling convention is not supported for… in func_rc() function
23 void __regcall func_rc() {} in func_rc() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dno_callconv.cpp8 void __regcall func_rc() {} // expected-error {{'__regcall' calling convention is not supported for… in func_rc() function
23 void __regcall func_rc() {} in func_rc() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Dno_callconv.cpp8 void __regcall func_rc() {} // expected-error {{'__regcall' calling convention is not supported for… in func_rc() function
24 void __regcall func_rc() {} in func_rc() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Sema/
H A Dno_callconv.cpp8 void __regcall func_rc() {} // expected-error {{'__regcall' calling convention is not supported for… in func_rc() function
24 void __regcall func_rc() {} in func_rc() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dno_callconv.cpp8 void __regcall func_rc() {} // expected-error {{'__regcall' calling convention is not supported for… in func_rc() function
24 void __regcall func_rc() {} in func_rc() function
/dports/lang/clang-mesa/clang-13.0.1.src/test/Sema/
H A Dno_callconv.cpp8 void __regcall func_rc() {} // expected-error {{'__regcall' calling convention is not supported for… in func_rc() function
24 void __regcall func_rc() {} in func_rc() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Sema/
H A Dno_callconv.cpp8 void __regcall func_rc() {} // expected-error {{'__regcall' calling convention is not supported for… in func_rc() function
24 void __regcall func_rc() {} in func_rc() function

123