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

  /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evpciph_idea.txt 10 Title = IDEA Tests (from https://github.com/pyca/cryptography)
13 Cipher = IDEA-CBC
20 Cipher = IDEA-CBC
27 Cipher = IDEA-CBC
34 Cipher = IDEA-CBC
41 Cipher = IDEA-CBC
48 Cipher = IDEA-CBC
55 Cipher = IDEA-CBC
62 Cipher = IDEA-CBC
69 Cipher = IDEA-CB
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
evpciph_idea.txt 10 Title = IDEA Tests (from https://github.com/pyca/cryptography)
13 Cipher = IDEA-CBC
20 Cipher = IDEA-CBC
27 Cipher = IDEA-CBC
34 Cipher = IDEA-CBC
41 Cipher = IDEA-CBC
48 Cipher = IDEA-CBC
55 Cipher = IDEA-CBC
62 Cipher = IDEA-CBC
69 Cipher = IDEA-CB
    [all...]
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_idea.c 11 * IDEA low level APIs are deprecated for public use, but still ok for internal
17 /* Dispatch functions for Idea cipher modes ecb, cbc, ofb, cfb */
51 IMPLEMENT_generic_cipher(idea, IDEA, ecb, ECB, 0, 128, 64, 0, block)
53 IMPLEMENT_generic_cipher(idea, IDEA, cbc, CBC, 0, 128, 64, 64, block)
55 IMPLEMENT_generic_cipher(idea, IDEA, ofb64, OFB, 0, 128, 8, 64, stream)
57 IMPLEMENT_generic_cipher(idea, IDEA, cfb64, CFB, 0, 128, 8, 64, stream
    [all...]
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_idea.c 11 * IDEA low level APIs are deprecated for public use, but still ok for internal
17 /* Dispatch functions for Idea cipher modes ecb, cbc, ofb, cfb */
53 IMPLEMENT_generic_cipher(idea, IDEA, ecb, ECB, 0, 128, 64, 0, block)
55 IMPLEMENT_generic_cipher(idea, IDEA, cbc, CBC, 0, 128, 64, 64, block)
57 IMPLEMENT_generic_cipher(idea, IDEA, ofb64, OFB, 0, 128, 8, 64, stream)
59 IMPLEMENT_generic_cipher(idea, IDEA, cfb64, CFB, 0, 128, 8, 64, stream
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
e_idea.c 11 * IDEA low level APIs are deprecated for public use, but still ok for internal
24 #include <openssl/idea.h>
49 BLOCK_CIPHER_func_cbc(idea, IDEA, EVP_IDEA_KEY, ks)
50 BLOCK_CIPHER_func_ofb(idea, IDEA, 64, EVP_IDEA_KEY, ks)
51 BLOCK_CIPHER_func_cfb(idea, IDEA, 64, EVP_IDEA_KEY, ks)
53 BLOCK_CIPHER_defs(idea, IDEA_KEY_SCHEDULE, NID_idea, 8, 16, 8, 64,
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
e_idea.c 11 * IDEA low level APIs are deprecated for public use, but still ok for internal
24 # include <openssl/idea.h>
49 BLOCK_CIPHER_func_cbc(idea, IDEA, EVP_IDEA_KEY, ks)
50 BLOCK_CIPHER_func_ofb(idea, IDEA, 64, EVP_IDEA_KEY, ks)
51 BLOCK_CIPHER_func_cfb(idea, IDEA, 64, EVP_IDEA_KEY, ks)
53 BLOCK_CIPHER_defs(idea, IDEA_KEY_SCHEDULE, NID_idea, 8, 16, 8, 64,
  /src/crypto/external/bsd/openssl.old/dist/crypto/evp/
e_idea.c 17 # include <openssl/idea.h>
41 BLOCK_CIPHER_func_cbc(idea, IDEA, EVP_IDEA_KEY, ks)
42 BLOCK_CIPHER_func_ofb(idea, IDEA, 64, EVP_IDEA_KEY, ks)
43 BLOCK_CIPHER_func_cfb(idea, IDEA, 64, EVP_IDEA_KEY, ks)
45 BLOCK_CIPHER_defs(idea, IDEA_KEY_SCHEDULE, NID_idea, 8, 16, 8, 64,
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 6268 #--THE IDEA IS ATAN(X) = ATAN(F) + ATAN( [X-F] / [1+XF] ).
6972 # Notes: The idea is to return "X - tiny" under the user #
8250 #--THE IDEA IS THAT LOG(X) = K*LOG2 + LOG(Y)
fpsp.s 6374 #--THE IDEA IS ATAN(X) = ATAN(F) + ATAN( [X-F] / [1+XF] ).
7078 # Notes: The idea is to return "X - tiny" under the user #
8356 #--THE IDEA IS THAT LOG(X) = K*LOG2 + LOG(Y)

Completed in 53 milliseconds