Home
last modified time | relevance | path

Searched refs:cipher_info (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/library/
H A Dcipher.c180 if( NULL == cipher_info || NULL == ctx ) in mbedtls_cipher_setup()
188 ctx->cipher_info = cipher_info; in mbedtls_cipher_setup()
207 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_setkey()
223 MBEDTLS_MODE_CFB == ctx->cipher_info->mode || in mbedtls_cipher_setkey()
225 MBEDTLS_MODE_CTR == ctx->cipher_info->mode ) in mbedtls_cipher_setkey()
254 actual_iv_size = ctx->cipher_info->iv_size; in mbedtls_cipher_set_iv()
281 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_reset()
293 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_update_ad()
297 if( MBEDTLS_MODE_GCM == ctx->cipher_info->mode ) in mbedtls_cipher_update_ad()
343 if( ctx->cipher_info->mode == MBEDTLS_MODE_ECB ) in mbedtls_cipher_update()
[all …]
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/library/
H A Dcipher.c210 if( cipher_info == NULL ) in mbedtls_cipher_setup()
218 ctx->cipher_info = cipher_info; in mbedtls_cipher_setup()
243 if( ctx->cipher_info == NULL ) in mbedtls_cipher_setkey()
282 if( ctx->cipher_info == NULL ) in mbedtls_cipher_set_iv()
324 if( ctx->cipher_info == NULL ) in mbedtls_cipher_reset()
338 if( ctx->cipher_info == NULL ) in mbedtls_cipher_update_ad()
384 if( ctx->cipher_info == NULL ) in mbedtls_cipher_update()
787 if( ctx->cipher_info == NULL ) in mbedtls_cipher_finish()
877 if( NULL == ctx->cipher_info || MBEDTLS_MODE_CBC != ctx->cipher_info->mode ) in mbedtls_cipher_set_padding_mode()
927 if( ctx->cipher_info == NULL ) in mbedtls_cipher_write_tag()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/mbedtls/library/
H A Dcipher.c210 if( cipher_info == NULL ) in mbedtls_cipher_setup()
218 ctx->cipher_info = cipher_info; in mbedtls_cipher_setup()
243 if( ctx->cipher_info == NULL ) in mbedtls_cipher_setkey()
282 if( ctx->cipher_info == NULL ) in mbedtls_cipher_set_iv()
324 if( ctx->cipher_info == NULL ) in mbedtls_cipher_reset()
338 if( ctx->cipher_info == NULL ) in mbedtls_cipher_update_ad()
384 if( ctx->cipher_info == NULL ) in mbedtls_cipher_update()
787 if( ctx->cipher_info == NULL ) in mbedtls_cipher_finish()
877 if( NULL == ctx->cipher_info || MBEDTLS_MODE_CBC != ctx->cipher_info->mode ) in mbedtls_cipher_set_padding_mode()
927 if( ctx->cipher_info == NULL ) in mbedtls_cipher_write_tag()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/mbedtls/library/
H A Dcipher.c210 if( cipher_info == NULL ) in mbedtls_cipher_setup()
218 ctx->cipher_info = cipher_info; in mbedtls_cipher_setup()
243 if( ctx->cipher_info == NULL ) in mbedtls_cipher_setkey()
282 if( ctx->cipher_info == NULL ) in mbedtls_cipher_set_iv()
324 if( ctx->cipher_info == NULL ) in mbedtls_cipher_reset()
338 if( ctx->cipher_info == NULL ) in mbedtls_cipher_update_ad()
384 if( ctx->cipher_info == NULL ) in mbedtls_cipher_update()
787 if( ctx->cipher_info == NULL ) in mbedtls_cipher_finish()
877 if( NULL == ctx->cipher_info || MBEDTLS_MODE_CBC != ctx->cipher_info->mode ) in mbedtls_cipher_set_padding_mode()
927 if( ctx->cipher_info == NULL ) in mbedtls_cipher_write_tag()
[all …]
/dports/comms/fldigi/fldigi-4.1.20/src/mbedtls/
H A Dcipher.c187 if( cipher_info == NULL ) in mbedtls_cipher_setup()
195 ctx->cipher_info = cipher_info; in mbedtls_cipher_setup()
220 if( ctx->cipher_info == NULL ) in mbedtls_cipher_setkey()
259 if( ctx->cipher_info == NULL ) in mbedtls_cipher_set_iv()
301 if( ctx->cipher_info == NULL ) in mbedtls_cipher_reset()
315 if( ctx->cipher_info == NULL ) in mbedtls_cipher_update_ad()
361 if( ctx->cipher_info == NULL ) in mbedtls_cipher_update()
770 if( ctx->cipher_info == NULL ) in mbedtls_cipher_finish()
860 if( NULL == ctx->cipher_info || MBEDTLS_MODE_CBC != ctx->cipher_info->mode ) in mbedtls_cipher_set_padding_mode()
910 if( ctx->cipher_info == NULL ) in mbedtls_cipher_write_tag()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/mbedtls/library/
H A Dcipher.c185 if( cipher_info == NULL ) in mbedtls_cipher_setup()
193 ctx->cipher_info = cipher_info; in mbedtls_cipher_setup()
218 if( ctx->cipher_info == NULL ) in mbedtls_cipher_setkey()
257 if( ctx->cipher_info == NULL ) in mbedtls_cipher_set_iv()
299 if( ctx->cipher_info == NULL ) in mbedtls_cipher_reset()
313 if( ctx->cipher_info == NULL ) in mbedtls_cipher_update_ad()
359 if( ctx->cipher_info == NULL ) in mbedtls_cipher_update()
768 if( ctx->cipher_info == NULL ) in mbedtls_cipher_finish()
858 if( NULL == ctx->cipher_info || MBEDTLS_MODE_CBC != ctx->cipher_info->mode ) in mbedtls_cipher_set_padding_mode()
908 if( ctx->cipher_info == NULL ) in mbedtls_cipher_write_tag()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/library/
H A Dcipher.c185 if( cipher_info == NULL ) in mbedtls_cipher_setup()
193 ctx->cipher_info = cipher_info; in mbedtls_cipher_setup()
218 if( ctx->cipher_info == NULL ) in mbedtls_cipher_setkey()
257 if( ctx->cipher_info == NULL ) in mbedtls_cipher_set_iv()
299 if( ctx->cipher_info == NULL ) in mbedtls_cipher_reset()
313 if( ctx->cipher_info == NULL ) in mbedtls_cipher_update_ad()
359 if( ctx->cipher_info == NULL ) in mbedtls_cipher_update()
768 if( ctx->cipher_info == NULL ) in mbedtls_cipher_finish()
858 if( NULL == ctx->cipher_info || MBEDTLS_MODE_CBC != ctx->cipher_info->mode ) in mbedtls_cipher_set_padding_mode()
908 if( ctx->cipher_info == NULL ) in mbedtls_cipher_write_tag()
[all …]
/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/contrib/mbedtls/library/
H A Dcipher.c217 if( cipher_info == NULL ) in mbedtls_cipher_setup()
225 ctx->cipher_info = cipher_info; in mbedtls_cipher_setup()
267 ctx->cipher_info = cipher_info; in mbedtls_cipher_setup_psa()
282 if( ctx->cipher_info == NULL ) in mbedtls_cipher_setkey()
379 if( ctx->cipher_info == NULL ) in mbedtls_cipher_set_iv()
430 if( ctx->cipher_info == NULL ) in mbedtls_cipher_reset()
453 if( ctx->cipher_info == NULL ) in mbedtls_cipher_update_ad()
509 if( ctx->cipher_info == NULL ) in mbedtls_cipher_update()
922 if( ctx->cipher_info == NULL ) in mbedtls_cipher_finish()
1022 if( NULL == ctx->cipher_info || MBEDTLS_MODE_CBC != ctx->cipher_info->mode ) in mbedtls_cipher_set_padding_mode()
[all …]
/dports/www/hiawatha/hiawatha-10.12/mbedtls/library/
H A Dcipher.c217 if( cipher_info == NULL ) in mbedtls_cipher_setup()
225 ctx->cipher_info = cipher_info; in mbedtls_cipher_setup()
267 ctx->cipher_info = cipher_info; in mbedtls_cipher_setup_psa()
282 if( ctx->cipher_info == NULL ) in mbedtls_cipher_setkey()
379 if( ctx->cipher_info == NULL ) in mbedtls_cipher_set_iv()
430 if( ctx->cipher_info == NULL ) in mbedtls_cipher_reset()
453 if( ctx->cipher_info == NULL ) in mbedtls_cipher_update_ad()
509 if( ctx->cipher_info == NULL ) in mbedtls_cipher_update()
922 if( ctx->cipher_info == NULL ) in mbedtls_cipher_finish()
1022 if( NULL == ctx->cipher_info || MBEDTLS_MODE_CBC != ctx->cipher_info->mode ) in mbedtls_cipher_set_padding_mode()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mbedtls-2.27.0/library/
H A Dcipher.c217 if( cipher_info == NULL )
225 ctx->cipher_info = cipher_info;
267 ctx->cipher_info = cipher_info;
282 if( ctx->cipher_info == NULL )
379 if( ctx->cipher_info == NULL )
430 if( ctx->cipher_info == NULL )
453 if( ctx->cipher_info == NULL )
509 if( ctx->cipher_info == NULL )
922 if( ctx->cipher_info == NULL )
1022 if( NULL == ctx->cipher_info || MBEDTLS_MODE_CBC != ctx->cipher_info->mode )
[all …]
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/library/
H A Dcipher.c217 if( cipher_info == NULL ) in mbedtls_cipher_setup()
225 ctx->cipher_info = cipher_info; in mbedtls_cipher_setup()
267 ctx->cipher_info = cipher_info; in mbedtls_cipher_setup_psa()
282 if( ctx->cipher_info == NULL ) in mbedtls_cipher_setkey()
379 if( ctx->cipher_info == NULL ) in mbedtls_cipher_set_iv()
430 if( ctx->cipher_info == NULL ) in mbedtls_cipher_reset()
453 if( ctx->cipher_info == NULL ) in mbedtls_cipher_update_ad()
509 if( ctx->cipher_info == NULL ) in mbedtls_cipher_update()
922 if( ctx->cipher_info == NULL ) in mbedtls_cipher_finish()
1022 if( NULL == ctx->cipher_info || MBEDTLS_MODE_CBC != ctx->cipher_info->mode ) in mbedtls_cipher_set_padding_mode()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ext/mbedtls/
H A Dcipher.c217 if( cipher_info == NULL ) in vdb_mbedtls_cipher_setup()
225 ctx->cipher_info = cipher_info; in vdb_mbedtls_cipher_setup()
267 ctx->cipher_info = cipher_info; in mbedtls_cipher_setup_psa()
282 if( ctx->cipher_info == NULL ) in vdb_mbedtls_cipher_setkey()
379 if( ctx->cipher_info == NULL ) in vdb_mbedtls_cipher_set_iv()
430 if( ctx->cipher_info == NULL ) in vdb_mbedtls_cipher_reset()
453 if( ctx->cipher_info == NULL ) in vdb_mbedtls_cipher_update_ad()
509 if( ctx->cipher_info == NULL ) in vdb_mbedtls_cipher_update()
922 if( ctx->cipher_info == NULL ) in vdb_mbedtls_cipher_finish()
1022 if( NULL == ctx->cipher_info || MBEDTLS_MODE_CBC != ctx->cipher_info->mode ) in vdb_mbedtls_cipher_set_padding_mode()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/ext/mbedtls/
H A Dcipher.c217 if( cipher_info == NULL ) in vdb_mbedtls_cipher_setup()
225 ctx->cipher_info = cipher_info; in vdb_mbedtls_cipher_setup()
267 ctx->cipher_info = cipher_info; in mbedtls_cipher_setup_psa()
282 if( ctx->cipher_info == NULL ) in vdb_mbedtls_cipher_setkey()
379 if( ctx->cipher_info == NULL ) in vdb_mbedtls_cipher_set_iv()
430 if( ctx->cipher_info == NULL ) in vdb_mbedtls_cipher_reset()
453 if( ctx->cipher_info == NULL ) in vdb_mbedtls_cipher_update_ad()
509 if( ctx->cipher_info == NULL ) in vdb_mbedtls_cipher_update()
922 if( ctx->cipher_info == NULL ) in vdb_mbedtls_cipher_finish()
1022 if( NULL == ctx->cipher_info || MBEDTLS_MODE_CBC != ctx->cipher_info->mode ) in vdb_mbedtls_cipher_set_padding_mode()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/mbedtls/
H A Dcipher.c135 if( NULL == cipher_info || NULL == ctx ) in mbedtls_cipher_setup()
143 ctx->cipher_info = cipher_info; in mbedtls_cipher_setup()
162 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_setkey()
179 MBEDTLS_MODE_CTR == ctx->cipher_info->mode ) in mbedtls_cipher_setkey()
208 actual_iv_size = ctx->cipher_info->iv_size; in mbedtls_cipher_set_iv()
223 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_reset()
235 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_update_ad()
238 if( MBEDTLS_MODE_GCM == ctx->cipher_info->mode ) in mbedtls_cipher_update_ad()
262 if( ctx->cipher_info->mode == MBEDTLS_MODE_ECB ) in mbedtls_cipher_update()
279 if( ctx->cipher_info->mode == MBEDTLS_MODE_GCM ) in mbedtls_cipher_update()
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/library/
H A Dcipher.c138 if( NULL == cipher_info || NULL == ctx ) in mbedtls_cipher_setup()
146 ctx->cipher_info = cipher_info; in mbedtls_cipher_setup()
165 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_setkey()
182 MBEDTLS_MODE_CTR == ctx->cipher_info->mode ) in mbedtls_cipher_setkey()
211 actual_iv_size = ctx->cipher_info->iv_size; in mbedtls_cipher_set_iv()
226 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_reset()
238 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_update_ad()
241 if( MBEDTLS_MODE_GCM == ctx->cipher_info->mode ) in mbedtls_cipher_update_ad()
263 if( ctx->cipher_info->mode == MBEDTLS_MODE_ECB ) in mbedtls_cipher_update()
280 if( ctx->cipher_info->mode == MBEDTLS_MODE_GCM ) in mbedtls_cipher_update()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/mbedtls/
H A Dcipher.c178 if( NULL == cipher_info || NULL == ctx ) in mbedtls_cipher_setup()
186 ctx->cipher_info = cipher_info; in mbedtls_cipher_setup()
205 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_setkey()
222 MBEDTLS_MODE_CTR == ctx->cipher_info->mode ) in mbedtls_cipher_setkey()
239 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_set_iv()
255 actual_iv_size = ctx->cipher_info->iv_size; in mbedtls_cipher_set_iv()
272 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_reset()
284 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_update_ad()
287 if( MBEDTLS_MODE_GCM == ctx->cipher_info->mode ) in mbedtls_cipher_update_ad()
315 if( ctx->cipher_info->mode == MBEDTLS_MODE_ECB ) in mbedtls_cipher_update()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/mbedtls/
H A Dcipher.c178 if( NULL == cipher_info || NULL == ctx ) in mbedtls_cipher_setup()
186 ctx->cipher_info = cipher_info; in mbedtls_cipher_setup()
205 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_setkey()
222 MBEDTLS_MODE_CTR == ctx->cipher_info->mode ) in mbedtls_cipher_setkey()
239 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_set_iv()
255 actual_iv_size = ctx->cipher_info->iv_size; in mbedtls_cipher_set_iv()
272 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_reset()
284 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_update_ad()
287 if( MBEDTLS_MODE_GCM == ctx->cipher_info->mode ) in mbedtls_cipher_update_ad()
315 if( ctx->cipher_info->mode == MBEDTLS_MODE_ECB ) in mbedtls_cipher_update()
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/include/mbedtls/
H A Dcipher.h215 const mbedtls_cipher_info_t *cipher_info; member
331 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_get_block_size()
334 return ctx->cipher_info->block_size; in mbedtls_cipher_get_block_size()
348 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_get_cipher_mode()
351 return ctx->cipher_info->mode; in mbedtls_cipher_get_cipher_mode()
365 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_get_iv_size()
371 return (int) ctx->cipher_info->iv_size; in mbedtls_cipher_get_iv_size()
384 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_get_type()
387 return ctx->cipher_info->type; in mbedtls_cipher_get_type()
402 return ctx->cipher_info->name; in mbedtls_cipher_get_name()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/mbedtls/mbedtls/
H A Dcipher.h218 const mbedtls_cipher_info_t *cipher_info; member
334 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_get_block_size()
337 return ctx->cipher_info->block_size; in mbedtls_cipher_get_block_size()
351 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_get_cipher_mode()
354 return ctx->cipher_info->mode; in mbedtls_cipher_get_cipher_mode()
368 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_get_iv_size()
374 return (int) ctx->cipher_info->iv_size; in mbedtls_cipher_get_iv_size()
387 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_get_type()
390 return ctx->cipher_info->type; in mbedtls_cipher_get_type()
405 return ctx->cipher_info->name; in mbedtls_cipher_get_name()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/mbedtls/mbedtls/
H A Dcipher.h272 const mbedtls_cipher_info_t *cipher_info; member
401 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_get_block_size()
404 return ctx->cipher_info->block_size; in mbedtls_cipher_get_block_size()
418 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_get_cipher_mode()
421 return ctx->cipher_info->mode; in mbedtls_cipher_get_cipher_mode()
436 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_get_iv_size()
442 return (int) ctx->cipher_info->iv_size; in mbedtls_cipher_get_iv_size()
455 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_get_type()
458 return ctx->cipher_info->type; in mbedtls_cipher_get_type()
475 return ctx->cipher_info->name; in mbedtls_cipher_get_name()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/mbedtls/mbedtls/
H A Dcipher.h272 const mbedtls_cipher_info_t *cipher_info; member
401 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_get_block_size()
404 return ctx->cipher_info->block_size; in mbedtls_cipher_get_block_size()
418 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_get_cipher_mode()
421 return ctx->cipher_info->mode; in mbedtls_cipher_get_cipher_mode()
436 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_get_iv_size()
442 return (int) ctx->cipher_info->iv_size; in mbedtls_cipher_get_iv_size()
455 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_get_type()
458 return ctx->cipher_info->type; in mbedtls_cipher_get_type()
475 return ctx->cipher_info->name; in mbedtls_cipher_get_name()
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/include/mbedtls/
H A Dcipher.h283 const mbedtls_cipher_info_t *cipher_info; member
417 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_get_block_size()
420 return ctx->cipher_info->block_size; in mbedtls_cipher_get_block_size()
434 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_get_cipher_mode()
437 return ctx->cipher_info->mode; in mbedtls_cipher_get_cipher_mode()
452 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_get_iv_size()
458 return (int) ctx->cipher_info->iv_size; in mbedtls_cipher_get_iv_size()
471 if( NULL == ctx || NULL == ctx->cipher_info ) in mbedtls_cipher_get_type()
474 return ctx->cipher_info->type; in mbedtls_cipher_get_type()
491 return ctx->cipher_info->name; in mbedtls_cipher_get_name()
[all …]
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/include/mbedtls/
H A Dcipher.h464 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_block_size()
467 return ctx->cipher_info->block_size; in mbedtls_cipher_get_block_size()
483 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_cipher_mode()
486 return ctx->cipher_info->mode; in mbedtls_cipher_get_cipher_mode()
503 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_iv_size()
525 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_type()
528 return ctx->cipher_info->type; in mbedtls_cipher_get_type()
544 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_name()
547 return ctx->cipher_info->name; in mbedtls_cipher_get_name()
564 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_key_bitlen()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/mbedtls/include/mbedtls/
H A Dcipher.h456 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_block_size()
459 return ctx->cipher_info->block_size; in mbedtls_cipher_get_block_size()
475 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_cipher_mode()
478 return ctx->cipher_info->mode; in mbedtls_cipher_get_cipher_mode()
495 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_iv_size()
517 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_type()
520 return ctx->cipher_info->type; in mbedtls_cipher_get_type()
536 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_name()
539 return ctx->cipher_info->name; in mbedtls_cipher_get_name()
556 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_key_bitlen()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/mbedtls/include/mbedtls/
H A Dcipher.h456 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_block_size()
459 return ctx->cipher_info->block_size; in mbedtls_cipher_get_block_size()
475 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_cipher_mode()
478 return ctx->cipher_info->mode; in mbedtls_cipher_get_cipher_mode()
495 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_iv_size()
517 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_type()
520 return ctx->cipher_info->type; in mbedtls_cipher_get_type()
536 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_name()
539 return ctx->cipher_info->name; in mbedtls_cipher_get_name()
556 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_key_bitlen()
[all …]

12345678910>>...14