HomeSort by: relevance | last modified time | path
    Searched refs:ISC_MD_SHA384 (Results 1 - 11 of 11) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/include/isc/
md.h 35 * @ISC_MD_SHA384: SHA-384
53 #define ISC_MD_SHA384 isc__md_sha384
64 #define ISC_SHA384_DIGESTLENGTH isc_md_type_get_size(ISC_MD_SHA384)
65 #define ISC_SHA384_BLOCK_LENGTH isc_md_type_get_block_size(ISC_MD_SHA384)
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
md.h 36 * @ISC_MD_SHA384: SHA-384
47 #define ISC_MD_SHA384 isc__md_sha384()
71 #define ISC_SHA384_DIGESTLENGTH isc_md_type_get_size(ISC_MD_SHA384)
72 #define ISC_SHA384_BLOCK_LENGTH isc_md_type_get_block_size(ISC_MD_SHA384)
  /src/external/mpl/bind/dist/tests/isc/
md_test.c 138 assert_int_equal(isc_md_init(md, ISC_MD_SHA384), ISC_R_SUCCESS);
392 ISC_RUN_TEST_IMPL(isc_md_sha384) {
395 isc_md_test(md, ISC_MD_SHA384, NULL, 0, NULL, 0);
396 isc_md_test(md, ISC_MD_SHA384, TEST_INPUT(""),
402 isc_md_test(md, ISC_MD_SHA384, TEST_INPUT("abc"),
407 isc_md_test(md, ISC_MD_SHA384,
415 isc_md_test(md, ISC_MD_SHA384, TEST_INPUT("a"),
420 isc_md_test(md, ISC_MD_SHA384,
426 isc_md_test(md, ISC_MD_SHA384, TEST_INPUT("\xb9"),
431 isc_md_test(md, ISC_MD_SHA384,
    [all...]
hmac_test.c 161 assert_int_equal(isc_hmac_init(hmac_st, "", 0, ISC_MD_SHA384),
665 isc_hmac_test(hmac_st, TEST_INPUT(""), ISC_MD_SHA384, TEST_INPUT(""),
674 ISC_MD_SHA384,
681 isc_hmac_test(hmac_st, TEST_INPUT("Jefe"), ISC_MD_SHA384,
693 ISC_MD_SHA384,
708 ISC_MD_SHA384,
723 ISC_MD_SHA384,
744 ISC_MD_SHA384,
767 ISC_MD_SHA384,
  /src/external/mpl/bind/dist/lib/dns/
ds.c 60 md_type = ISC_MD_SHA384;
hmac_link.c 54 #define ISC_MD_sha384 ISC_MD_SHA384
386 } else if (type == ISC_MD_SHA384) {
405 } else if (type == ISC_MD_SHA384) {
457 } else if (type == ISC_MD_SHA384) {
dst_api.c 1476 *n = isc_md_type_get_size(ISC_MD_SHA384);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
ds.c 60 md_type = ISC_MD_SHA384;
hmac_link.c 61 #define ISC_MD_sha384 ISC_MD_SHA384
377 } else if (type == ISC_MD_SHA384) {
396 } else if (type == ISC_MD_SHA384) {
448 } else if (type == ISC_MD_SHA384) {
dst_api.c 1476 *n = isc_md_type_get_size(ISC_MD_SHA384);
  /src/external/mpl/bind/dist/lib/isccc/
cc.c 284 md_type = ISC_MD_SHA384;
425 md_type = ISC_MD_SHA384;

Completed in 36 milliseconds